PluginProbe
bBlocks – Essential Gutenberg Blocks & Patterns Collection / trunk
bBlocks – Essential Gutenberg Blocks & Patterns Collection vtrunk
2.1.6 2.1.5 2.1.4 2.1.3 2.1.2 2.1.1 2.1.0 2.0.43 2.0.42 2.0.41 2.0.40 2.0.39 2.0.38 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 All 106 releases
b-blocks / build / column / block.json

block.json in bBlocks – Essential Gutenberg Blocks & Patterns Collection trunk, at build/column/block.json

308 lines 6.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "apiVersion": 3,
3 "name": "b-blocks/column",
4 "title": "Column",
5 "description": "Column of the row.",
6 "category": "bBlocks",
7 "parent": [
8 "b-blocks/row"
9 ],
10 "keywords": [
11 "column",
12 "columns",
13 "multi columns"
14 ],
15 "textdomain": "b-blocks",
16 "attributes": {
17 "align": {
18 "type": "string",
19 "default": ""
20 },
21 "width": {
22 "type": "object",
23 "default": {
24 "mobile": 100,
25 "tablet": 50,
26 "desktop": 33.33
27 }
28 },
29 "overflow": {
30 "type": "string",
31 "default": "hidden"
32 },
33 "background": {
34 "type": "object",
35 "default": {
36 "color": ""
37 }
38 },
39 "padding": {
40 "type": "object",
41 "default": {
42 "vertical": "",
43 "horizontal": ""
44 }
45 },
46 "border": {
47 "type": "object",
48 "default": {}
49 },
50 "shadow": {
51 "type": "object",
52 "default": {}
53 },
54 "advanced": {
55 "type": "object",
56 "default": {
57 "dimension": {
58 "padding": {
59 "desktop": {
60 "top": "",
61 "right": "",
62 "bottom": "",
63 "left": ""
64 }
65 }
66 },
67 "borderShadow": {
68 "normal": {
69 "border": {
70 "width": "",
71 "style": "",
72 "color": ""
73 },
74 "radius": {
75 "top": "",
76 "right": "",
77 "bottom": "",
78 "left": ""
79 },
80 "shadow": []
81 }
82 },
83 "transform": {
84 "normal": {
85 "rotate": {
86 "desktop": {
87 "z": "",
88 "y": "",
89 "x": ""
90 },
91 "tablet": {
92 "z": "",
93 "y": "",
94 "x": ""
95 },
96 "mobile": {
97 "z": "",
98 "y": "",
99 "x": ""
100 },
101 "threeDRotate": false
102 },
103 "offset": {
104 "desktop": {
105 "x": "",
106 "y": ""
107 },
108 "tablet": {
109 "x": "",
110 "y": ""
111 },
112 "mobile": {
113 "x": "",
114 "y": ""
115 }
116 },
117 "scale": {
118 "isProportion": true,
119 "desktop": {
120 "x": "",
121 "y": "",
122 "scale": ""
123 },
124 "tablet": {
125 "x": "",
126 "y": "",
127 "scale": ""
128 },
129 "mobile": {
130 "x": "",
131 "y": "",
132 "scale": ""
133 }
134 },
135 "skew": {
136 "desktop": {
137 "x": "",
138 "y": ""
139 },
140 "tablet": {
141 "x": "",
142 "y": ""
143 },
144 "mobile": {
145 "x": "",
146 "y": ""
147 }
148 },
149 "flipX": false,
150 "flipY": false
151 },
152 "hover": {
153 "rotate": {
154 "desktop": {
155 "z": "",
156 "y": "",
157 "x": ""
158 },
159 "tablet": {
160 "z": "",
161 "y": "",
162 "x": ""
163 },
164 "mobile": {
165 "z": "",
166 "y": "",
167 "x": ""
168 },
169 "threeDRotate": false
170 },
171 "offset": {
172 "desktop": {
173 "x": "",
174 "y": ""
175 },
176 "tablet": {
177 "x": "",
178 "y": ""
179 },
180 "mobile": {
181 "x": "",
182 "y": ""
183 }
184 },
185 "scale": {
186 "isProportion": true,
187 "desktop": {
188 "x": "",
189 "y": "",
190 "scale": ""
191 },
192 "tablet": {
193 "x": "",
194 "y": "",
195 "scale": ""
196 },
197 "mobile": {
198 "x": "",
199 "y": "",
200 "scale": ""
201 }
202 },
203 "skew": {
204 "desktop": {
205 "x": "",
206 "y": ""
207 },
208 "tablet": {
209 "x": "",
210 "y": ""
211 },
212 "mobile": {
213 "x": "",
214 "y": ""
215 }
216 },
217 "flipX": false,
218 "flipY": false
219 },
220 "transition": 200
221 },
222 "background": {
223 "normal": {
224 "type": "color",
225 "color": "",
226 "gradient": {
227 "type": "radial",
228 "radialType": "ellipse",
229 "colors": [
230 {
231 "color": "",
232 "position": "0"
233 },
234 {
235 "color": "",
236 "position": "80"
237 }
238 ],
239 "centerPositions": {
240 "x": 50,
241 "y": 50
242 },
243 "angel": 90
244 },
245 "img": {
246 "url": "",
247 "desktop": {
248 "position": "center center",
249 "xPosition": 0,
250 "yPosition": 0,
251 "attachment": "",
252 "repeat": "no-repeat",
253 "size": "",
254 "customSize": "0px"
255 },
256 "tablet": {
257 "position": "center center",
258 "xPosition": 0,
259 "yPosition": 0,
260 "attachment": "",
261 "repeat": "no-repeat",
262 "size": "",
263 "customSize": "0px"
264 },
265 "mobile": {
266 "position": "center center",
267 "xPosition": 0,
268 "yPosition": 0,
269 "attachment": "",
270 "repeat": "no-repeat",
271 "size": "",
272 "customSize": "0px"
273 }
274 },
275 "video": {
276 "url": "",
277 "loop": false
278 },
279 "transition": 0.3
280 }
281 }
282 }
283 }
284 },
285 "usesContext": [
286 "b-blocks/rowColumns",
287 "b-blocks/rowColumnGap"
288 ],
289 "supports": {
290 "align": [
291 "wide",
292 "full"
293 ],
294 "html": false,
295 "interactivity": {
296 "clientNavigation": true
297 }
298 },
299 "example": {
300 "attributes": {
301 "preview": true
302 }
303 },
304 "editorScript": "file:../index.js",
305 "style": "file:./view.css",
306 "render": "file:./render.php",
307 "viewScript": "file:./view.js"
308 }