PluginProbe
bBlocks – Essential Gutenberg Blocks & Patterns Collection / 2.1.3
bBlocks – Essential Gutenberg Blocks & Patterns Collection v2.1.3
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 / container / block.json

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

278 lines 5.9 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/container",
4 "title": "Container",
5 "description": "A versatile block for grouping and styling multiple blocks.",
6 "category": "bBlocks",
7 "keywords": [
8 "container",
9 "wrapper",
10 "gutenberg-wrapper",
11 "container-block"
12 ],
13 "textdomain": "b-blocks",
14 "attributes": {
15 "align": {
16 "type": "string",
17 "default": ""
18 },
19 "layout": {
20 "type": "object",
21 "default": {
22 "type": "constrained"
23 }
24 },
25 "wrapper": {
26 "type": "object",
27 "default": {
28 "minHeight": ""
29 }
30 },
31 "content": {
32 "type": "object",
33 "default": {
34 "isFullWidth": true,
35 "width": {
36 "desktop": "100%",
37 "tablet": "",
38 "mobile": ""
39 },
40 "height": "initial",
41 "verticalAlign": "center",
42 "horizontalAlign": "center"
43 }
44 },
45 "shape": {
46 "type": "object",
47 "default": {
48 "top": {
49 "isUpload": false,
50 "uploadSvg": {
51 "url": ""
52 },
53 "type": "none",
54 "color": "#000",
55 "isFlip": false,
56 "isFront": false,
57 "width": {
58 "desktop": "100%",
59 "tablet": "",
60 "mobile": ""
61 },
62 "height": {
63 "desktop": "",
64 "tablet": "",
65 "mobile": ""
66 }
67 },
68 "bottom": {
69 "isUpload": false,
70 "uploadSvg": {
71 "url": ""
72 },
73 "type": "none",
74 "color": "#000",
75 "isFlip": false,
76 "isFront": false,
77 "width": {
78 "desktop": "100%",
79 "tablet": "",
80 "mobile": ""
81 },
82 "height": {
83 "desktop": "",
84 "tablet": "",
85 "mobile": ""
86 }
87 }
88 }
89 },
90 "advanced": {
91 "type": "object",
92 "default": {
93 "dimension": {
94 "padding": {
95 "desktop": {
96 "top": "",
97 "right": "",
98 "bottom": "",
99 "left": ""
100 }
101 }
102 },
103 "borderShadow": {
104 "normal": {
105 "border": {
106 "width": "",
107 "style": "",
108 "color": ""
109 },
110 "radius": {
111 "top": "",
112 "right": "",
113 "bottom": "",
114 "left": ""
115 },
116 "shadow": []
117 }
118 },
119 "transform": {
120 "normal": {
121 "rotate": {
122 "desktop": {
123 "z": "",
124 "y": "",
125 "x": ""
126 },
127 "tablet": {
128 "z": "",
129 "y": "",
130 "x": ""
131 },
132 "mobile": {
133 "z": "",
134 "y": "",
135 "x": ""
136 },
137 "threeDRotate": false
138 },
139 "offset": {
140 "desktop": {
141 "x": "",
142 "y": ""
143 },
144 "tablet": {
145 "x": "",
146 "y": ""
147 },
148 "mobile": {
149 "x": "",
150 "y": ""
151 }
152 },
153 "scale": {
154 "isProportion": true,
155 "desktop": {
156 "x": "",
157 "y": "",
158 "scale": ""
159 },
160 "tablet": {
161 "x": "",
162 "y": "",
163 "scale": ""
164 },
165 "mobile": {
166 "x": "",
167 "y": "",
168 "scale": ""
169 }
170 },
171 "skew": {
172 "desktop": {
173 "x": "",
174 "y": ""
175 },
176 "tablet": {
177 "x": "",
178 "y": ""
179 },
180 "mobile": {
181 "x": "",
182 "y": ""
183 }
184 },
185 "flipX": false,
186 "flipY": false
187 },
188 "hover": {
189 "rotate": {
190 "desktop": {
191 "z": "",
192 "y": "",
193 "x": ""
194 },
195 "tablet": {
196 "z": "",
197 "y": "",
198 "x": ""
199 },
200 "mobile": {
201 "z": "",
202 "y": "",
203 "x": ""
204 },
205 "threeDRotate": false
206 },
207 "offset": {
208 "desktop": {
209 "x": "",
210 "y": ""
211 },
212 "tablet": {
213 "x": "",
214 "y": ""
215 },
216 "mobile": {
217 "x": "",
218 "y": ""
219 }
220 },
221 "scale": {
222 "isProportion": true,
223 "desktop": {
224 "x": "",
225 "y": "",
226 "scale": ""
227 },
228 "tablet": {
229 "x": "",
230 "y": "",
231 "scale": ""
232 },
233 "mobile": {
234 "x": "",
235 "y": "",
236 "scale": ""
237 }
238 },
239 "skew": {
240 "desktop": {
241 "x": "",
242 "y": ""
243 },
244 "tablet": {
245 "x": "",
246 "y": ""
247 },
248 "mobile": {
249 "x": "",
250 "y": ""
251 }
252 },
253 "flipX": false,
254 "flipY": false
255 },
256 "transition": 200
257 }
258 }
259 }
260 },
261 "supports": {
262 "align": [
263 "wide",
264 "full"
265 ],
266 "html": false
267 },
268 "editorScript": "file:../index.js",
269 "style": [
270 "file:./view.css",
271 "aos"
272 ],
273 "render": "file:./render.php",
274 "viewScript": [
275 "file:./view.js",
276 "aos"
277 ]
278 }