PluginProbe
bBlocks – Essential Gutenberg Blocks & Patterns Collection / 2.1.7
bBlocks – Essential Gutenberg Blocks & Patterns Collection v2.1.7
2.1.7 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 All 107 releases
b-blocks / build / blockquote / block.json

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

506 lines 11.2 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": "b-blocks/blockquote",
5 "title": "Blockquote",
6 "category": "bBlocks",
7 "description": "Styled blockquote with an accent bar or large decorative quote-mark, optional author photo, name, and role — the designer alternative to the core Quote block.",
8 "keywords": [
9 "blockquote",
10 "quote",
11 "pullquote",
12 "indent",
13 "testimonial",
14 "citation",
15 "author"
16 ],
17 "textdomain": "b-blocks",
18 "attributes": {
19 "quote": {
20 "type": "object",
21 "default": {
22 "text": "The details are not the details. They make the design.",
23 "color": "",
24 "bg": {
25 "type": "solid",
26 "color": ""
27 },
28 "typography": {
29 "fontSize": {
30 "desktop": "20px",
31 "tablet": "",
32 "mobile": ""
33 }
34 },
35 "padding": {
36 "top": "",
37 "right": "",
38 "bottom": "",
39 "left": ""
40 },
41 "margin": {
42 "top": "",
43 "right": "",
44 "bottom": "",
45 "left": ""
46 },
47 "border": {
48 "width": "",
49 "style": "solid",
50 "color": ""
51 },
52 "borderRadius": {
53 "top": "",
54 "right": "",
55 "bottom": "",
56 "left": ""
57 }
58 }
59 },
60 "authorName": {
61 "type": "object",
62 "default": {
63 "text": "Charles Eames",
64 "color": "",
65 "typography": {
66 "fontSize": {
67 "desktop": "16px",
68 "tablet": "",
69 "mobile": ""
70 },
71 "fontWeight": 600
72 },
73 "bg": {
74 "type": "solid",
75 "color": ""
76 },
77 "border": {
78 "width": "",
79 "style": "solid",
80 "color": ""
81 },
82 "borderRadius": {
83 "top": "",
84 "right": "",
85 "bottom": "",
86 "left": ""
87 },
88 "padding": {
89 "top": "",
90 "right": "",
91 "bottom": "",
92 "left": ""
93 },
94 "margin": {
95 "top": "",
96 "right": "",
97 "bottom": "",
98 "left": ""
99 }
100 }
101 },
102 "authorRole": {
103 "type": "object",
104 "default": {
105 "text": "",
106 "show": true,
107 "color": "",
108 "typography": {
109 "fontSize": {
110 "desktop": "14px",
111 "tablet": "",
112 "mobile": ""
113 }
114 },
115 "bg": {
116 "type": "solid",
117 "color": ""
118 },
119 "border": {
120 "width": "",
121 "style": "solid",
122 "color": ""
123 },
124 "borderRadius": {
125 "top": "",
126 "right": "",
127 "bottom": "",
128 "left": ""
129 },
130 "padding": {
131 "top": "",
132 "right": "",
133 "bottom": "",
134 "left": ""
135 },
136 "margin": {
137 "top": "",
138 "right": "",
139 "bottom": "",
140 "left": ""
141 }
142 }
143 },
144 "avatar": {
145 "type": "object",
146 "default": {
147 "show": true,
148 "id": 0,
149 "url": "",
150 "alt": "",
151 "size": "48px",
152 "shape": "circle",
153 "bg": {
154 "type": "solid",
155 "color": ""
156 },
157 "border": {
158 "width": "",
159 "style": "solid",
160 "color": ""
161 },
162 "borderRadius": {
163 "top": "",
164 "right": "",
165 "bottom": "",
166 "left": ""
167 },
168 "padding": {
169 "top": "",
170 "right": "",
171 "bottom": "",
172 "left": ""
173 },
174 "margin": {
175 "top": "",
176 "right": "",
177 "bottom": "",
178 "left": ""
179 }
180 }
181 },
182 "layout": {
183 "type": "object",
184 "default": {
185 "type": "border",
186 "alignment": "left"
187 }
188 },
189 "icon": {
190 "type": "object",
191 "default": {
192 "color": "#6366f1",
193 "size": "48px",
194 "align": "left",
195 "bg": {
196 "type": "solid",
197 "color": ""
198 },
199 "border": {
200 "width": "",
201 "style": "solid",
202 "color": ""
203 },
204 "borderRadius": {
205 "top": "",
206 "right": "",
207 "bottom": "",
208 "left": ""
209 },
210 "padding": {
211 "top": "",
212 "right": "",
213 "bottom": "",
214 "left": ""
215 },
216 "margin": {
217 "top": "",
218 "right": "",
219 "bottom": "",
220 "left": ""
221 }
222 }
223 },
224 "advanced": {
225 "type": "object",
226 "default": {
227 "dimension": {
228 "padding": {
229 "desktop": {
230 "top": "15px",
231 "right": "15px",
232 "bottom": "15px",
233 "left": "15px"
234 },
235 "tablet": {
236 "top": "",
237 "right": "",
238 "bottom": "",
239 "left": ""
240 },
241 "mobile": {
242 "top": "",
243 "right": "",
244 "bottom": "",
245 "left": ""
246 }
247 }
248 },
249 "transform": {
250 "normal": {
251 "rotate": {
252 "desktop": {
253 "z": "",
254 "y": "",
255 "x": ""
256 },
257 "tablet": {
258 "z": "",
259 "y": "",
260 "x": ""
261 },
262 "mobile": {
263 "z": "",
264 "y": "",
265 "x": ""
266 },
267 "threeDRotate": false
268 },
269 "offset": {
270 "desktop": {
271 "x": "",
272 "y": ""
273 },
274 "tablet": {
275 "x": "",
276 "y": ""
277 },
278 "mobile": {
279 "x": "",
280 "y": ""
281 }
282 },
283 "scale": {
284 "isProportion": true,
285 "desktop": {
286 "x": "",
287 "y": "",
288 "scale": ""
289 },
290 "tablet": {
291 "x": "",
292 "y": "",
293 "scale": ""
294 },
295 "mobile": {
296 "x": "",
297 "y": "",
298 "scale": ""
299 }
300 },
301 "skew": {
302 "desktop": {
303 "x": "",
304 "y": ""
305 },
306 "tablet": {
307 "x": "",
308 "y": ""
309 },
310 "mobile": {
311 "x": "",
312 "y": ""
313 }
314 },
315 "flipX": false,
316 "flipY": false
317 },
318 "hover": {
319 "rotate": {
320 "desktop": {
321 "z": "",
322 "y": "",
323 "x": ""
324 },
325 "tablet": {
326 "z": "",
327 "y": "",
328 "x": ""
329 },
330 "mobile": {
331 "z": "",
332 "y": "",
333 "x": ""
334 },
335 "threeDRotate": false
336 },
337 "offset": {
338 "desktop": {
339 "x": "",
340 "y": ""
341 },
342 "tablet": {
343 "x": "",
344 "y": ""
345 },
346 "mobile": {
347 "x": "",
348 "y": ""
349 }
350 },
351 "scale": {
352 "isProportion": true,
353 "desktop": {
354 "x": "",
355 "y": "",
356 "scale": ""
357 },
358 "tablet": {
359 "x": "",
360 "y": "",
361 "scale": ""
362 },
363 "mobile": {
364 "x": "",
365 "y": "",
366 "scale": ""
367 }
368 },
369 "skew": {
370 "desktop": {
371 "x": "",
372 "y": ""
373 },
374 "tablet": {
375 "x": "",
376 "y": ""
377 },
378 "mobile": {
379 "x": "",
380 "y": ""
381 }
382 },
383 "flipX": false,
384 "flipY": false
385 },
386 "transition": 200
387 },
388 "borderShadow": {
389 "normal": {
390 "radius": {
391 "top": "10px",
392 "right": "10px",
393 "bottom": "10px",
394 "left": "10px"
395 },
396 "shadow": [
397 {
398 "hOffset": "",
399 "vOffset": "",
400 "blur": "",
401 "spreed": "",
402 "color": "",
403 "isInset": false
404 }
405 ],
406 "border": {
407 "top": {
408 "style": "none",
409 "width": "0px"
410 },
411 "right": {
412 "style": "none",
413 "width": "0px"
414 },
415 "bottom": {
416 "style": "none",
417 "width": "0px"
418 },
419 "left": {
420 "color": "#6366f1",
421 "style": "solid",
422 "width": "4px"
423 }
424 }
425 }
426 },
427 "background": {
428 "normal": {
429 "type": "color",
430 "color": "",
431 "gradient": {
432 "type": "radial",
433 "radialType": "ellipse",
434 "colors": [
435 {
436 "color": "rgba(58, 66, 222, 1)",
437 "position": "0"
438 },
439 {
440 "color": "rgba(176, 195, 235, 1)",
441 "position": "80"
442 }
443 ],
444 "centerPositions": {
445 "x": 50,
446 "y": 50
447 },
448 "angel": 90
449 },
450 "img": {
451 "url": "",
452 "desktop": {
453 "position": "center center",
454 "xPosition": 0,
455 "yPosition": 0,
456 "attachment": "",
457 "repeat": "no-repeat",
458 "size": "",
459 "customSize": "0px"
460 },
461 "tablet": {
462 "position": "center center",
463 "xPosition": 0,
464 "yPosition": 0,
465 "attachment": "",
466 "repeat": "no-repeat",
467 "size": "",
468 "customSize": "0px"
469 },
470 "mobile": {
471 "position": "center center",
472 "xPosition": 0,
473 "yPosition": 0,
474 "attachment": "",
475 "repeat": "no-repeat",
476 "size": "",
477 "customSize": "0px"
478 }
479 },
480 "video": {
481 "url": "",
482 "loop": false
483 },
484 "transition": 0.3
485 }
486 }
487 }
488 }
489 },
490 "supports": {
491 "align": [
492 "wide",
493 "full"
494 ],
495 "html": false
496 },
497 "example": {
498 "attributes": {}
499 },
500 "editorScript": "file:../index.js",
501 "style": [
502 "file:./view.css"
503 ],
504 "viewScript": "file:./view.js",
505 "render": "file:./render.php"
506 }