PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.12.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.12.0
2.14.0 2.13.0 2.13.1 2.12.0 2.11.1 2.11.0 2.10.0 2.9.0 2.7.4 2.7.5 2.7.6 2.7.7 2.8.0 2.8.1 2.9.1 trunk 1.0 1.0-beta1 1.0-beta2 1.0-beta3 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 All 81 releases
ablocks / assets / build / blocks / image-hotspot-child / block.json

block.json in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.12.0, at assets/build/blocks/image-hotspot-child/block.json

164 lines 5.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "ablocks/image-hotspot-child",
5 "version": "0.1.0",
6 "title": "Image Hotspot Child",
7 "category": "ablocks",
8 "description": "Add customizable, impactful image hotspot-child.",
9 "example": [],
10 "parent": [
11 "ablocks/image-hotspot"
12 ],
13 "supports": {
14 "html": true,
15 "anchor": true
16 },
17 "textdomain": "ablocks",
18 "style": [],
19 "attributes": {
20 "block_id": {
21 "type": "string",
22 "default": ""
23 },
24 "hotspotId": {
25 "type": "number",
26 "default": 0
27 },
28 "backgroundColor": {
29 "type": "string",
30 "default": ""
31 },
32 "contentWidth": {
33 "type": "object",
34 "default": {
35 "value": "",
36 "valueTablet": "",
37 "valueMobile": "",
38 "valueUnit": "px",
39 "valueUnitTablet": "",
40 "valueUnitMobile": ""
41 }
42 },
43 "contentBorder": {
44 "type": "object",
45 "default": {
46 "borderStyle": "default",
47 "borderStyleH": "default",
48 "borderColor": "",
49 "borderColorH": "",
50 "isLinkedWidth": true,
51 "isLinkedWidthTablet": true,
52 "isLinkedWidthMobile": true,
53 "commonWidth": "",
54 "commonWidthTablet": "",
55 "commonWidthMobile": "",
56 "topWidth": "",
57 "rightWidth": "",
58 "bottomWidth": "",
59 "leftWidth": "",
60 "topWidthTablet": "",
61 "rightWidthTablet": "",
62 "bottomWidthTablet": "",
63 "leftWidthTablet": "",
64 "topWidthMobile": "",
65 "rightWidthMobile": "",
66 "bottomWidthMobile": "",
67 "leftWidthMobile": "",
68 "unitWidth": "px",
69 "unitWidthTablet": "",
70 "unitWidthMobile": "",
71 "isLinkedWidthH": true,
72 "isLinkedWidthHTablet": true,
73 "isLinkedWidthHMobile": true,
74 "commonWidthH": "",
75 "commonWidthHTablet": "",
76 "commonWidthHMobile": "",
77 "topWidthH": "",
78 "rightWidthH": "",
79 "bottomWidthH": "",
80 "leftWidthH": "",
81 "topWidthHTablet": "",
82 "rightWidthHTablet": "",
83 "bottomWidthHTablet": "",
84 "leftWidthHTablet": "",
85 "topWidthHMobile": "",
86 "rightWidthHMobile": "",
87 "bottomWidthHMobile": "",
88 "leftWidthHMobile": "",
89 "unitWidthH": "px",
90 "unitWidthHTablet": "",
91 "unitWidthHMobile": "",
92 "isLinkedRadius": true,
93 "isLinkedRadiusTablet": true,
94 "isLinkedRadiusMobile": true,
95 "commonRadius": "",
96 "commonRadiusTablet": "",
97 "commonRadiusMobile": "",
98 "topRadius": "",
99 "rightRadius": "",
100 "bottomRadius": "",
101 "leftRadius": "",
102 "topRadiusTablet": "",
103 "rightRadiusTablet": "",
104 "bottomRadiusTablet": "",
105 "leftRadiusTablet": "",
106 "topRadiusMobile": "",
107 "rightRadiusMobile": "",
108 "bottomRadiusMobile": "",
109 "leftRadiusMobile": "",
110 "unitRadius": "px",
111 "unitRadiusTablet": "",
112 "unitRadiusMobile": "",
113 "isLinkedRadiusH": true,
114 "isLinkedRadiusHTablet": true,
115 "isLinkedRadiusHMobile": true,
116 "commonRadiusH": "",
117 "commonRadiusHTablet": "",
118 "commonRadiusHMobile": "",
119 "topRadiusH": "",
120 "rightRadiusH": "",
121 "bottomRadiusH": "",
122 "leftRadiusH": "",
123 "topRadiusHTablet": "",
124 "rightRadiusHTablet": "",
125 "bottomRadiusHTablet": "",
126 "leftRadiusHTablet": "",
127 "topRadiusHMobile": "",
128 "rightRadiusHMobile": "",
129 "bottomRadiusHMobile": "",
130 "leftRadiusHMobile": "",
131 "unitRadiusH": "px",
132 "unitRadiusHTablet": "",
133 "unitRadiusHMobile": "",
134 "transitionDuration": ""
135 }
136 },
137 "contentPadding": {
138 "type": "object",
139 "default": {
140 "isLinked": true,
141 "isLinkedTablet": true,
142 "isLinkedMobile": true,
143 "common": "",
144 "top": "",
145 "right": "",
146 "bottom": "",
147 "left": "",
148 "unit": "px",
149 "commonTablet": "",
150 "topTablet": "",
151 "rightTablet": "",
152 "bottomTablet": "",
153 "leftTablet": "",
154 "unitTablet": "",
155 "commonMobile": "",
156 "topMobile": "",
157 "rightMobile": "",
158 "bottomMobile": "",
159 "leftMobile": "",
160 "unitMobile": ""
161 }
162 }
163 }
164 }