PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.14.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.14.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 / price-menu / block.json

block.json in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.14.0, at assets/build/blocks/price-menu/block.json

1,228 lines 39.9 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/price-menu",
5 "version": "0.1.0",
6 "title": "Price Menu",
7 "category": "ablocks",
8 "description": "Craft beautiful, fully customizable price-menu.",
9 "example": [],
10 "supports": {
11 "html": true,
12 "anchor": true
13 },
14 "textdomain": "ablocks",
15 "editorStyle": [
16 "ablocks-animate-style",
17 "ablocks-common-style",
18 "file:./style.css"
19 ],
20 "editorScript": [
21 "ablocks-common-script"
22 ],
23 "attributes": {
24 "block_id": {
25 "type": "string",
26 "default": ""
27 },
28 "blockVersion": {
29 "type": "number",
30 "default": ""
31 },
32 "device": {
33 "type": "string",
34 "default": ""
35 },
36 "columnGap": {
37 "type": "object",
38 "default": {
39 "value": 20,
40 "valueTablet": 20,
41 "valueMobile": 10,
42 "valueUnit": "px",
43 "valueUnitTablet": "",
44 "valueUnitMobile": ""
45 }
46 },
47 "allowIcon": {
48 "type": "boolean",
49 "default": true
50 },
51 "allowDescription": {
52 "type": "boolean",
53 "default": true
54 },
55 "allowDivider": {
56 "type": "boolean",
57 "default": true
58 },
59 "itemBackgroundH": {
60 "type": "string",
61 "default": ""
62 },
63 "itemBackground": {
64 "type": "string",
65 "default": ""
66 },
67 "transition": {
68 "type": "number",
69 "default": ""
70 },
71 "titleTag": {
72 "type": "string",
73 "default": "p"
74 },
75 "titleColor": {
76 "type": "string",
77 "default": "#13191B"
78 },
79 "descriptionTag": {
80 "type": "string",
81 "default": "p"
82 },
83 "descriptionColor": {
84 "type": "string",
85 "default": "#595959"
86 },
87 "placeDivider": {
88 "type": "string",
89 "default": "near title"
90 },
91 "dividerPatternUrl": {
92 "type": "string",
93 "default": "dashed"
94 },
95 "dividerType": {
96 "type": "string",
97 "default": "dashed"
98 },
99 "color": {
100 "type": "string",
101 "default": "#000000"
102 },
103 "placePrice": {
104 "type": "string",
105 "default": "right"
106 },
107 "priceTag": {
108 "type": "string",
109 "default": "p"
110 },
111 "priceColor": {
112 "type": "string",
113 "default": "#595959"
114 },
115 "titleTypographyGlobal": {
116 "type": "string",
117 "default": ""
118 },
119 "titleTypography": {
120 "type": "object",
121 "default": {
122 "fontFamily": "",
123 "weight": "600",
124 "transform": "",
125 "style": "",
126 "decoration": "",
127 "fontSize": "",
128 "fontSizeUnit": "px",
129 "lineHeight": "",
130 "lineHeightUnit": "px",
131 "letterSpacing": "",
132 "letterSpacingUnit": "px",
133 "wordSpacing": "",
134 "wordSpacingUnit": "px",
135 "fontSizeTablet": "",
136 "fontSizeMobile": "",
137 "fontSizeUnitTablet": "px",
138 "fontSizeUnitMobile": "px",
139 "lineHeightTablet": "",
140 "lineHeightMobile": "",
141 "lineHeightUnitTablet": "px",
142 "lineHeightUnitMobile": "px",
143 "letterSpacingTablet": "",
144 "letterSpacingMobile": "",
145 "letterSpacingUnitTablet": "px",
146 "letterSpacingUnitMobile": "px",
147 "wordSpacingTablet": "",
148 "wordSpacingMobile": "",
149 "wordSpacingUnitTablet": "px",
150 "wordSpacingUnitMobile": "px"
151 }
152 },
153 "titleTextShadow": {
154 "type": "object",
155 "default": {
156 "color": "",
157 "blur": "",
158 "horizontal": "",
159 "vertical": ""
160 }
161 },
162 "titleTextStroke": {
163 "type": "object",
164 "default": {
165 "strokeWidth": "",
166 "strokeWidthTablet": "",
167 "strokeWidthMobile": "",
168 "strokeWidthUnit": "px",
169 "strokeWidthUnitTablet": "px",
170 "strokeWidthUnitMobile": "px",
171 "stroke": ""
172 }
173 },
174 "descriptionTypographyGlobal": {
175 "type": "string",
176 "default": ""
177 },
178 "descriptionTypography": {
179 "type": "object",
180 "default": {
181 "fontFamily": "",
182 "weight": "",
183 "transform": "",
184 "style": "",
185 "decoration": "",
186 "fontSize": "",
187 "fontSizeUnit": "px",
188 "lineHeight": "",
189 "lineHeightUnit": "px",
190 "letterSpacing": "",
191 "letterSpacingUnit": "px",
192 "wordSpacing": "",
193 "wordSpacingUnit": "px",
194 "fontSizeTablet": "",
195 "fontSizeMobile": "",
196 "fontSizeUnitTablet": "px",
197 "fontSizeUnitMobile": "px",
198 "lineHeightTablet": "",
199 "lineHeightMobile": "",
200 "lineHeightUnitTablet": "px",
201 "lineHeightUnitMobile": "px",
202 "letterSpacingTablet": "",
203 "letterSpacingMobile": "",
204 "letterSpacingUnitTablet": "px",
205 "letterSpacingUnitMobile": "px",
206 "wordSpacingTablet": "",
207 "wordSpacingMobile": "",
208 "wordSpacingUnitTablet": "px",
209 "wordSpacingUnitMobile": "px"
210 }
211 },
212 "descriptionTextShadow": {
213 "type": "object",
214 "default": {
215 "color": "",
216 "blur": "",
217 "horizontal": "",
218 "vertical": ""
219 }
220 },
221 "descriptionTextStroke": {
222 "type": "object",
223 "default": {
224 "strokeWidth": "",
225 "strokeWidthTablet": "",
226 "strokeWidthMobile": "",
227 "strokeWidthUnit": "px",
228 "strokeWidthUnitTablet": "px",
229 "strokeWidthUnitMobile": "px",
230 "stroke": ""
231 }
232 },
233 "priceTypographyGlobal": {
234 "type": "string",
235 "default": ""
236 },
237 "priceTypography": {
238 "type": "object",
239 "default": {
240 "fontFamily": "",
241 "weight": "",
242 "transform": "",
243 "style": "",
244 "decoration": "",
245 "fontSize": "",
246 "fontSizeUnit": "px",
247 "lineHeight": "",
248 "lineHeightUnit": "px",
249 "letterSpacing": "",
250 "letterSpacingUnit": "px",
251 "wordSpacing": "",
252 "wordSpacingUnit": "px",
253 "fontSizeTablet": "",
254 "fontSizeMobile": "",
255 "fontSizeUnitTablet": "px",
256 "fontSizeUnitMobile": "px",
257 "lineHeightTablet": "",
258 "lineHeightMobile": "",
259 "lineHeightUnitTablet": "px",
260 "lineHeightUnitMobile": "px",
261 "letterSpacingTablet": "",
262 "letterSpacingMobile": "",
263 "letterSpacingUnitTablet": "px",
264 "letterSpacingUnitMobile": "px",
265 "wordSpacingTablet": "",
266 "wordSpacingMobile": "",
267 "wordSpacingUnitTablet": "px",
268 "wordSpacingUnitMobile": "px"
269 }
270 },
271 "priceTextShadow": {
272 "type": "object",
273 "default": {
274 "color": "",
275 "blur": "",
276 "horizontal": "",
277 "vertical": ""
278 }
279 },
280 "priceTextStroke": {
281 "type": "object",
282 "default": {
283 "strokeWidth": "",
284 "strokeWidthTablet": "",
285 "strokeWidthMobile": "",
286 "strokeWidthUnit": "px",
287 "strokeWidthUnitTablet": "px",
288 "strokeWidthUnitMobile": "px",
289 "stroke": ""
290 }
291 },
292 "iconSvgPath": {
293 "type": "string",
294 "default": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm84-143.4c-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.6-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8-10.2-8.4-25.3-7.1-33.8 3.1zM136.5 211c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.4 1.1 7.4-.5 9.3-3.7l9.5-17zM328 152c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4z",
295 "source": "attribute",
296 "selector": "svg.ablocks-svg-icon path",
297 "attribute": "d"
298 },
299 "iconSvgViewBox": {
300 "type": "string",
301 "default": "0 0 496 512",
302 "source": "attribute",
303 "selector": "svg.ablocks-svg-icon",
304 "attribute": "viewBox"
305 },
306 "iconClass": {
307 "type": "string",
308 "default": "far fa-smile-beam"
309 },
310 "iconImageUrl": {
311 "type": "string",
312 "default": ""
313 },
314 "iconImageID": {
315 "type": "number",
316 "default": 0
317 },
318 "iconImageSize": {
319 "type": "string",
320 "default": ""
321 },
322 "iconColor": {
323 "type": "string",
324 "default": "#69727d"
325 },
326 "iconBgColor": {
327 "type": "string",
328 "default": ""
329 },
330 "iconHoverColor": {
331 "type": "string",
332 "default": ""
333 },
334 "iconHoverBgColor": {
335 "type": "string",
336 "default": ""
337 },
338 "iconType": {
339 "type": "string",
340 "default": "default"
341 },
342 "iconShape": {
343 "type": "string",
344 "default": "circle"
345 },
346 "iconPadding": {
347 "type": "object",
348 "default": {
349 "isLinked": true,
350 "common": "",
351 "top": "",
352 "right": "",
353 "bottom": "",
354 "left": "",
355 "unit": "px"
356 }
357 },
358 "iconBorder": {
359 "type": "object",
360 "default": {
361 "borderStyle": "default",
362 "borderStyleH": "default",
363 "borderColor": "",
364 "borderColorH": "",
365 "isLinkedWidth": true,
366 "isLinkedWidthTablet": true,
367 "isLinkedWidthMobile": true,
368 "commonWidth": "",
369 "topWidth": "",
370 "rightWidth": "",
371 "bottomWidth": "",
372 "leftWidth": "",
373 "unitWidth": "px",
374 "isLinkedWidthH": true,
375 "isLinkedWidthHTablet": true,
376 "isLinkedWidthHMobile": true,
377 "commonWidthH": "",
378 "topWidthH": "",
379 "rightWidthH": "",
380 "bottomWidthH": "",
381 "leftWidthH": "",
382 "unitWidthH": "px",
383 "isLinkedRadius": true,
384 "commonRadius": "",
385 "topRadius": "",
386 "rightRadius": "",
387 "bottomRadius": "",
388 "leftRadius": "",
389 "unitRadius": "px",
390 "isLinkedRadiusH": true,
391 "isLinkedRadiusHTablet": true,
392 "isLinkedRadiusHMobile": true,
393 "commonRadiusH": "",
394 "topRadiusH": "",
395 "leftRadiusH": "",
396 "unitRadiusH": "px",
397 "transitionDuration": ""
398 }
399 },
400 "iconBoxShadow": {
401 "type": "object",
402 "default": {
403 "preset": "",
404 "shadowType": "default",
405 "shadow": "",
406 "horizontal": "",
407 "vertical": "",
408 "blur": "",
409 "spread": "",
410 "color": "",
411 "presetH": "",
412 "shadowTypeH": "default",
413 "shadowH": "",
414 "horizontalH": "",
415 "verticalH": "",
416 "blurH": "",
417 "spreadH": "",
418 "colorH": "",
419 "transitionDuration": "0"
420 }
421 },
422 "iconSize": {
423 "type": "number",
424 "default": 55
425 },
426 "iconRotate": {
427 "type": "number",
428 "default": 0
429 },
430 "iconSizing": {
431 "type": "object",
432 "default": {
433 "value": 55,
434 "valueTablet": "",
435 "valueMobile": "",
436 "valueUnit": "px",
437 "valueUnitTablet": "",
438 "valueUnitMobile": ""
439 }
440 },
441 "iconRotated": {
442 "type": "object",
443 "default": {
444 "value": 0,
445 "valueTablet": "",
446 "valueMobile": "",
447 "valueUnit": "deg",
448 "valueUnitTablet": "",
449 "valueUnitMobile": ""
450 }
451 },
452 "iconRotateHover": {
453 "type": "object",
454 "default": {
455 "value": 0,
456 "valueTablet": "",
457 "valueMobile": "",
458 "valueUnit": "deg",
459 "valueUnitTablet": "",
460 "valueUnitMobile": ""
461 }
462 },
463 "icontransitionDuration": {
464 "type": "number",
465 "default": 0
466 },
467 "iconImageWidth": {
468 "type": "number",
469 "default": 0
470 },
471 "elementTextTypographyGlobal": {
472 "type": "string",
473 "default": ""
474 },
475 "elementTextTypography": {
476 "type": "object",
477 "default": {
478 "fontFamily": "",
479 "weight": "",
480 "transform": "",
481 "style": "",
482 "decoration": "",
483 "fontSize": "",
484 "fontSizeUnit": "px",
485 "lineHeight": "",
486 "lineHeightUnit": "px",
487 "letterSpacing": "",
488 "letterSpacingUnit": "px",
489 "wordSpacing": "",
490 "wordSpacingUnit": "px",
491 "fontSizeTablet": "",
492 "fontSizeMobile": "",
493 "fontSizeUnitTablet": "px",
494 "fontSizeUnitMobile": "px",
495 "lineHeightTablet": "",
496 "lineHeightMobile": "",
497 "lineHeightUnitTablet": "px",
498 "lineHeightUnitMobile": "px",
499 "letterSpacingTablet": "",
500 "letterSpacingMobile": "",
501 "letterSpacingUnitTablet": "px",
502 "letterSpacingUnitMobile": "px",
503 "wordSpacingTablet": "",
504 "wordSpacingMobile": "",
505 "wordSpacingUnitTablet": "px",
506 "wordSpacingUnitMobile": "px"
507 }
508 },
509 "elementTextStroke": {
510 "type": "object",
511 "default": {
512 "strokeWidth": "",
513 "strokeWidthTablet": "",
514 "strokeWidthMobile": "",
515 "strokeWidthUnit": "px",
516 "strokeWidthUnitTablet": "px",
517 "strokeWidthUnitMobile": "px",
518 "stroke": ""
519 }
520 },
521 "alignment": {
522 "type": "object",
523 "default": {
524 "value": "flex-start",
525 "valueTablet": "",
526 "valueMobile": ""
527 }
528 },
529 "titleAlignment": {
530 "type": "object",
531 "default": {
532 "value": "left",
533 "valueTablet": "",
534 "valueMobile": ""
535 }
536 },
537 "descriptionAlignment": {
538 "type": "object",
539 "default": {
540 "value": "left",
541 "valueTablet": "",
542 "valueMobile": ""
543 }
544 },
545 "priceAlignment": {
546 "type": "object",
547 "default": {
548 "value": "left",
549 "valueTablet": "",
550 "valueMobile": ""
551 }
552 },
553 "itemsDirection": {
554 "type": "object",
555 "default": {
556 "value": "row",
557 "valueTablet": "",
558 "valueMobile": ""
559 }
560 },
561 "itemBorder": {
562 "type": "object",
563 "default": {
564 "borderStyle": "default",
565 "borderStyleH": "default",
566 "borderColor": "",
567 "borderColorH": "",
568 "isLinkedWidth": true,
569 "isLinkedWidthTablet": true,
570 "isLinkedWidthMobile": true,
571 "commonWidth": "",
572 "commonWidthTablet": "",
573 "commonWidthMobile": "",
574 "topWidth": "",
575 "rightWidth": "",
576 "bottomWidth": "",
577 "leftWidth": "",
578 "topWidthTablet": "",
579 "rightWidthTablet": "",
580 "bottomWidthTablet": "",
581 "leftWidthTablet": "",
582 "topWidthMobile": "",
583 "rightWidthMobile": "",
584 "bottomWidthMobile": "",
585 "leftWidthMobile": "",
586 "unitWidth": "px",
587 "unitWidthTablet": "",
588 "unitWidthMobile": "",
589 "isLinkedWidthH": true,
590 "isLinkedWidthHTablet": true,
591 "isLinkedWidthHMobile": true,
592 "commonWidthH": "",
593 "commonWidthHTablet": "",
594 "commonWidthHMobile": "",
595 "topWidthH": "",
596 "rightWidthH": "",
597 "bottomWidthH": "",
598 "leftWidthH": "",
599 "topWidthHTablet": "",
600 "rightWidthHTablet": "",
601 "bottomWidthHTablet": "",
602 "leftWidthHTablet": "",
603 "topWidthHMobile": "",
604 "rightWidthHMobile": "",
605 "bottomWidthHMobile": "",
606 "leftWidthHMobile": "",
607 "unitWidthH": "px",
608 "unitWidthHTablet": "",
609 "unitWidthHMobile": "",
610 "isLinkedRadius": true,
611 "isLinkedRadiusTablet": true,
612 "isLinkedRadiusMobile": true,
613 "commonRadius": "",
614 "commonRadiusTablet": "",
615 "commonRadiusMobile": "",
616 "topRadius": "",
617 "rightRadius": "",
618 "bottomRadius": "",
619 "leftRadius": "",
620 "topRadiusTablet": "",
621 "rightRadiusTablet": "",
622 "bottomRadiusTablet": "",
623 "leftRadiusTablet": "",
624 "topRadiusMobile": "",
625 "rightRadiusMobile": "",
626 "bottomRadiusMobile": "",
627 "leftRadiusMobile": "",
628 "unitRadius": "px",
629 "unitRadiusTablet": "",
630 "unitRadiusMobile": "",
631 "isLinkedRadiusH": true,
632 "isLinkedRadiusHTablet": true,
633 "isLinkedRadiusHMobile": true,
634 "commonRadiusH": "",
635 "commonRadiusHTablet": "",
636 "commonRadiusHMobile": "",
637 "topRadiusH": "",
638 "rightRadiusH": "",
639 "bottomRadiusH": "",
640 "leftRadiusH": "",
641 "topRadiusHTablet": "",
642 "rightRadiusHTablet": "",
643 "bottomRadiusHTablet": "",
644 "leftRadiusHTablet": "",
645 "topRadiusHMobile": "",
646 "rightRadiusHMobile": "",
647 "bottomRadiusHMobile": "",
648 "leftRadiusHMobile": "",
649 "unitRadiusH": "px",
650 "unitRadiusHTablet": "",
651 "unitRadiusHMobile": "",
652 "transitionDuration": ""
653 }
654 },
655 "itemPadding": {
656 "type": "object",
657 "default": {
658 "isLinked": true,
659 "isLinkedTablet": true,
660 "isLinkedMobile": true,
661 "common": "",
662 "top": "",
663 "right": "",
664 "bottom": "",
665 "left": "",
666 "unit": "px",
667 "commonTablet": "",
668 "topTablet": "",
669 "rightTablet": "",
670 "bottomTablet": "",
671 "leftTablet": "",
672 "unitTablet": "",
673 "commonMobile": "",
674 "topMobile": "",
675 "rightMobile": "",
676 "bottomMobile": "",
677 "leftMobile": "",
678 "unitMobile": ""
679 }
680 },
681 "width": {
682 "type": "object",
683 "default": {
684 "value": 100,
685 "valueTablet": 100,
686 "valueMobile": 100
687 }
688 },
689 "weight": {
690 "type": "number",
691 "default": 2
692 },
693 "size": {
694 "type": "number",
695 "default": 20
696 },
697 "gap": {
698 "type": "object",
699 "default": {
700 "value": 10,
701 "valueTablet": 1,
702 "valueMobile": 3,
703 "valueUnit": "px",
704 "valueUnitTablet": "",
705 "valueUnitMobile": ""
706 }
707 },
708 "_margin": {
709 "type": "object",
710 "default": {
711 "isLinked": true,
712 "isLinkedTablet": true,
713 "isLinkedMobile": true,
714 "common": "",
715 "top": "",
716 "right": "",
717 "bottom": "",
718 "left": "",
719 "unit": "px",
720 "commonTablet": "",
721 "topTablet": "",
722 "rightTablet": "",
723 "bottomTablet": "",
724 "leftTablet": "",
725 "unitTablet": "",
726 "commonMobile": "",
727 "topMobile": "",
728 "rightMobile": "",
729 "bottomMobile": "",
730 "leftMobile": "",
731 "unitMobile": ""
732 }
733 },
734 "_padding": {
735 "type": "object",
736 "default": {
737 "isLinked": true,
738 "isLinkedTablet": true,
739 "isLinkedMobile": true,
740 "common": "",
741 "top": "",
742 "right": "",
743 "bottom": "",
744 "left": "",
745 "unit": "px",
746 "commonTablet": "",
747 "topTablet": "",
748 "rightTablet": "",
749 "bottomTablet": "",
750 "leftTablet": "",
751 "unitTablet": "",
752 "commonMobile": "",
753 "topMobile": "",
754 "rightMobile": "",
755 "bottomMobile": "",
756 "leftMobile": "",
757 "unitMobile": ""
758 }
759 },
760 "_width": {
761 "type": "object",
762 "default": {
763 "widthType": "default",
764 "widthTypeTablet": "",
765 "widthTypeMobile": "",
766 "customWidth": "",
767 "customWidthTablet": "",
768 "customWidthMobile": "",
769 "customWidthUnit": "%",
770 "customWidthUnitTablet": "",
771 "customWidthUnitMobile": ""
772 }
773 },
774 "_border": {
775 "type": "object",
776 "default": {
777 "borderStyle": "default",
778 "borderStyleH": "default",
779 "borderColor": "",
780 "borderColorH": "",
781 "isLinkedWidth": true,
782 "isLinkedWidthTablet": true,
783 "isLinkedWidthMobile": true,
784 "commonWidth": "",
785 "commonWidthTablet": "",
786 "commonWidthMobile": "",
787 "topWidth": "",
788 "rightWidth": "",
789 "bottomWidth": "",
790 "leftWidth": "",
791 "topWidthTablet": "",
792 "rightWidthTablet": "",
793 "bottomWidthTablet": "",
794 "leftWidthTablet": "",
795 "topWidthMobile": "",
796 "rightWidthMobile": "",
797 "bottomWidthMobile": "",
798 "leftWidthMobile": "",
799 "unitWidth": "px",
800 "unitWidthTablet": "",
801 "unitWidthMobile": "",
802 "isLinkedWidthH": true,
803 "isLinkedWidthHTablet": true,
804 "isLinkedWidthHMobile": true,
805 "commonWidthH": "",
806 "commonWidthHTablet": "",
807 "commonWidthHMobile": "",
808 "topWidthH": "",
809 "rightWidthH": "",
810 "bottomWidthH": "",
811 "leftWidthH": "",
812 "topWidthHTablet": "",
813 "rightWidthHTablet": "",
814 "bottomWidthHTablet": "",
815 "leftWidthHTablet": "",
816 "topWidthHMobile": "",
817 "rightWidthHMobile": "",
818 "bottomWidthHMobile": "",
819 "leftWidthHMobile": "",
820 "unitWidthH": "px",
821 "unitWidthHTablet": "",
822 "unitWidthHMobile": "",
823 "isLinkedRadius": true,
824 "isLinkedRadiusTablet": true,
825 "isLinkedRadiusMobile": true,
826 "commonRadius": "",
827 "commonRadiusTablet": "",
828 "commonRadiusMobile": "",
829 "topRadius": "",
830 "rightRadius": "",
831 "bottomRadius": "",
832 "leftRadius": "",
833 "topRadiusTablet": "",
834 "rightRadiusTablet": "",
835 "bottomRadiusTablet": "",
836 "leftRadiusTablet": "",
837 "topRadiusMobile": "",
838 "rightRadiusMobile": "",
839 "bottomRadiusMobile": "",
840 "leftRadiusMobile": "",
841 "unitRadius": "px",
842 "unitRadiusTablet": "",
843 "unitRadiusMobile": "",
844 "isLinkedRadiusH": true,
845 "isLinkedRadiusHTablet": true,
846 "isLinkedRadiusHMobile": true,
847 "commonRadiusH": "",
848 "commonRadiusHTablet": "",
849 "commonRadiusHMobile": "",
850 "topRadiusH": "",
851 "rightRadiusH": "",
852 "bottomRadiusH": "",
853 "leftRadiusH": "",
854 "topRadiusHTablet": "",
855 "rightRadiusHTablet": "",
856 "bottomRadiusHTablet": "",
857 "leftRadiusHTablet": "",
858 "topRadiusHMobile": "",
859 "rightRadiusHMobile": "",
860 "bottomRadiusHMobile": "",
861 "leftRadiusHMobile": "",
862 "unitRadiusH": "px",
863 "unitRadiusHTablet": "",
864 "unitRadiusHMobile": "",
865 "transitionDuration": ""
866 }
867 },
868 "_position": {
869 "type": "object",
870 "default": {
871 "positionType": "relative",
872 "positionTypeTablet": "",
873 "positionTypeMobile": "",
874 "hOrientation": "",
875 "hOffset": "",
876 "hOffsetTablet": "",
877 "hOffsetMobile": "",
878 "hOffsetUnit": "px",
879 "hOffsetUnitTablet": "px",
880 "hOffsetUnitMobile": "px",
881 "vOrientation": "",
882 "vOffset": "",
883 "vOffsetTablet": "",
884 "vOffsetMobile": "",
885 "vOffsetUnit": "px",
886 "vOffsetUnitTablet": "px",
887 "vOffsetUnitMobile": "px"
888 }
889 },
890 "_background": {
891 "type": "object",
892 "default": {
893 "backgroundType": "none",
894 "backgroundTypeH": "none",
895 "backgroundColor": "",
896 "backgroundColorH": "",
897 "imgId": "",
898 "imgIdTablet": "",
899 "imgIdMobile": "",
900 "imgUrl": "",
901 "imgUrlTablet": "",
902 "imgUrlMobile": "",
903 "imgSize": "",
904 "imgSizeTablet": "",
905 "imgSizeMobile": "",
906 "imgPosition": "",
907 "imgPositionTablet": "",
908 "imgPositionMobile": "",
909 "imgXPositionUnit": "px",
910 "imgXPositionUnitTablet": "",
911 "imgXPositionUnitMobile": "",
912 "imgXPosition": "",
913 "imgXPositionTablet": "",
914 "imgXPositionMobile": "",
915 "imgYPositionUnit": "px",
916 "imgYPositionUnitTablet": "",
917 "imgYPositionUnitMobile": "",
918 "imgYPosition": "",
919 "imgYPositionTablet": "",
920 "imgYPositionMobile": "",
921 "imgAttachment": "",
922 "imgRepeat": "",
923 "imgRepeatTablet": "",
924 "imgRepeatMobile": "",
925 "imgDisplaySize": "",
926 "imgDisplaySizeTablet": "",
927 "imgDisplaySizeMobile": "",
928 "imgDisplaySizeWidth": "",
929 "imgDisplaySizeWidthTablet": "",
930 "imgDisplaySizeWidthMobile": "",
931 "imgDisplaySizeWidthUnit": "px",
932 "imgDisplaySizeWidthUnitTablet": "",
933 "imgDisplaySizeWidthUnitMobile": "",
934 "imgIdH": "",
935 "imgIdTabletH": "",
936 "imgIdMobileH": "",
937 "imgUrlH": "",
938 "imgUrlHTablet": "",
939 "imgUrlHMobile": "",
940 "imgSizeH": "",
941 "imgSizeHTablet": "",
942 "imgSizeHMobile": "",
943 "imgPositionH": "",
944 "imgPositionHTablet": "",
945 "imgPositionHMobile": "",
946 "imgXPositionUnitH": "px",
947 "imgXPositionUnitHTablet": "",
948 "imgXPositionUnitHMobile": "",
949 "imgXPositionH": "",
950 "imgXPositionHTablet": "",
951 "imgXPositionHMobile": "",
952 "imgYPositionUnitH": "px",
953 "imgYPositionUnitHTablet": "",
954 "imgYPositionUnitHMobile": "",
955 "imgYPositionH": "",
956 "imgYPositionHTablet": "",
957 "imgYPositionHMobile": "",
958 "imgAttachmentH": "",
959 "imgRepeatH": "",
960 "imgRepeatHTablet": "",
961 "imgRepeatHMobile": "",
962 "imgDisplaySizeH": "",
963 "imgDisplaySizeHTablet": "",
964 "imgDisplaySizeHMobile": "",
965 "imgDisplaySizeWidthH": "",
966 "imgDisplaySizeWidthHTablet": "",
967 "imgDisplaySizeWidthHMobile": "",
968 "imgDisplaySizeWidthHUnit": "px",
969 "imgDisplaySizeWidthHUnitTablet": "",
970 "imgDisplaySizeWidthHUnitMobile": "",
971 "transitionDuration": "",
972 "videoUrl": "",
973 "youtubeURL": "",
974 "vimeoURL": "",
975 "selfHostedURL": "",
976 "externalLink": false,
977 "videoSource": "none",
978 "videoPlayOnce": "",
979 "videoStartTime": "",
980 "videoEndTime": "",
981 "playOnMobile": "",
982 "videoPrivacyMode": "",
983 "fallbackImageUrl": ""
984 }
985 },
986 "_zIndex": {
987 "type": "object",
988 "default": {
989 "zIndex": "",
990 "zIndexTablet": "",
991 "zIndexMobile": ""
992 }
993 },
994 "_transform": {
995 "type": "object",
996 "default": {
997 "rotate": "",
998 "rotateTablet": "",
999 "rotateMobile": "",
1000 "rotate3D": false,
1001 "rotate3DTablet": false,
1002 "rotate3DMobile": false,
1003 "rotateX": "",
1004 "rotateXTablet": "",
1005 "rotateXMobile": "",
1006 "rotateY": "",
1007 "rotateYTablet": "",
1008 "rotateYMobile": "",
1009 "rotateP": "",
1010 "rotatePTablet": "",
1011 "rotatePMobile": "",
1012 "offsetX": "",
1013 "offsetXTablet": "",
1014 "offsetXMobile": "",
1015 "offsetXUnit": "px",
1016 "offsetXUnitTablet": "px",
1017 "offsetXUnitMobile": "px",
1018 "offsetY": "",
1019 "offsetYTablet": "",
1020 "offsetYMobile": "",
1021 "offsetYUnit": "px",
1022 "offsetYUnitTablet": "px",
1023 "offsetYUnitMobile": "px",
1024 "scaleProportions": false,
1025 "scale": "",
1026 "scaleTablet": "",
1027 "scaleMobile": "",
1028 "scaleX": "",
1029 "scaleXTablet": "",
1030 "scaleXMobile": "",
1031 "scaleY": "",
1032 "scaleYTablet": "",
1033 "scaleYMobile": "",
1034 "skewX": "",
1035 "skewXTablet": "",
1036 "skewXMobile": "",
1037 "skewY": "",
1038 "skewYTablet": "",
1039 "skewYMobile": "",
1040 "flipHorizontal": false,
1041 "flipVertical": false,
1042 "xAnchorPoint": "",
1043 "xAnchorPointTablet": "",
1044 "xAnchorPointMobile": "",
1045 "yAnchorPoint": "",
1046 "yAnchorPointTablet": "",
1047 "yAnchorPointMobile": "",
1048 "rotateH": "",
1049 "rotateHTablet": "",
1050 "rotateHMobile": "",
1051 "rotate3DH": false,
1052 "rotate3DHTablet": false,
1053 "rotate3DHMobile": false,
1054 "rotateXH": "",
1055 "rotateXHTablet": "",
1056 "rotateXHMobile": "",
1057 "rotateYH": "",
1058 "rotateYHTablet": "",
1059 "rotateYHMobile": "",
1060 "rotatePH": "",
1061 "rotatePHTablet": "",
1062 "rotatePHMobile": "",
1063 "offsetXH": "",
1064 "offsetXHTablet": "",
1065 "offsetXHMobile": "",
1066 "offsetXHUnit": "px",
1067 "offsetXHUnitTablet": "px",
1068 "offsetXHUnitMobile": "px",
1069 "offsetYH": "",
1070 "offsetYHTablet": "",
1071 "offsetYHMobile": "",
1072 "offsetYHUnit": "px",
1073 "offsetYHUnitTablet": "px",
1074 "offsetYHUnitMobile": "px",
1075 "scaleProportionsH": false,
1076 "scaleH": "",
1077 "scaleHTablet": "",
1078 "scaleHMobile": "",
1079 "scaleXH": "",
1080 "scaleXHTablet": "",
1081 "scaleXHMobile": "",
1082 "scaleYH": "",
1083 "scaleYHTablet": "",
1084 "scaleYHMobile": "",
1085 "skewXH": "",
1086 "skewXHTablet": "",
1087 "skewXHMobile": "",
1088 "skewYH": "",
1089 "skewYHTablet": "",
1090 "skewYHMobile": "",
1091 "flipHorizontalH": false,
1092 "flipVerticalH": false,
1093 "xAnchorPointH": "",
1094 "xAnchorPointHTablet": "",
1095 "xAnchorPointHMobile": "",
1096 "yAnchorPointH": "",
1097 "yAnchorPointHTablet": "",
1098 "yAnchorPointHMobile": "",
1099 "transitionH": ""
1100 }
1101 },
1102 "_mask": {
1103 "type": "object",
1104 "default": {
1105 "mask": false,
1106 "maskTablet": false,
1107 "maskMobile": false,
1108 "maskShape": "circle",
1109 "customMaskShape": "",
1110 "maskSize": "",
1111 "maskSizeTablet": "",
1112 "maskSizeMobile": "",
1113 "maskPosition": "",
1114 "maskPositionTablet": "",
1115 "maskPositionMobile": "",
1116 "maskRepeat": "",
1117 "maskRepeatTablet": "",
1118 "maskRepeatMobile": "",
1119 "scaleUnit": "px",
1120 "scaleUnitTablet": "px",
1121 "scaleUnitMobile": "px",
1122 "scale": "0",
1123 "scaleTablet": "0",
1124 "scaleMobile": "0",
1125 "xPositionUnit": "px",
1126 "xPositionUnitTablet": "px",
1127 "xPositionUnitMobile": "px",
1128 "xPosition": "",
1129 "xPositionTablet": "0",
1130 "xPositionMobile": "0",
1131 "yPositionUnit": "px",
1132 "yPositionUnitTablet": "px",
1133 "yPositionUnitMobile": "px",
1134 "yPosition": "0",
1135 "yPositionTablet": "0",
1136 "yPositionMobile": "0"
1137 }
1138 },
1139 "_animation": {
1140 "type": "object",
1141 "default": {
1142 "animationType": "",
1143 "animationTypeTablet": "",
1144 "animationTypeMobile": "",
1145 "animationDuration": "",
1146 "animationDelay": ""
1147 }
1148 },
1149 "_boxShadow": {
1150 "type": "object",
1151 "default": {
1152 "preset": "",
1153 "shadowType": "default",
1154 "shadow": "",
1155 "horizontal": "",
1156 "vertical": "",
1157 "blur": "",
1158 "spread": "",
1159 "color": "",
1160 "presetH": "",
1161 "shadowTypeH": "default",
1162 "shadowH": "",
1163 "horizontalH": "",
1164 "verticalH": "",
1165 "blurH": "",
1166 "spreadH": "",
1167 "colorH": "",
1168 "transitionDuration": "0"
1169 }
1170 },
1171 "_gsapAnimation": {
1172 "type": "object",
1173 "default": {
1174 "animationType": "none",
1175 "duration": 1,
1176 "delay": 0,
1177 "triggerType": "scroll",
1178 "ease": "none",
1179 "x": 0,
1180 "y": 0,
1181 "rotation": 0,
1182 "rotationY": 0,
1183 "opacity": 1,
1184 "xTo": 0,
1185 "yTo": 0,
1186 "rotationTo": 0,
1187 "rotationYTo": 0,
1188 "opacityTo": 1,
1189 "easeTo": "none",
1190 "loops": false,
1191 "numberOfRepeat": 0,
1192 "isSmooth": true,
1193 "startPoint": 80,
1194 "endPoint": 10
1195 }
1196 },
1197 "_hide_on_desktop": {
1198 "type": "boolean",
1199 "default": false
1200 },
1201 "_hide_on_tablet": {
1202 "type": "boolean",
1203 "default": false
1204 },
1205 "_hide_on_mobile": {
1206 "type": "boolean",
1207 "default": false
1208 },
1209 "_custom_css": {
1210 "type": "string",
1211 "default": ""
1212 },
1213 "_animation_element_trigger": {
1214 "type": "array",
1215 "default": [],
1216 "items": {
1217 "type": "object"
1218 }
1219 },
1220 "_animation_page_trigger": {
1221 "type": "array",
1222 "default": [],
1223 "items": {
1224 "type": "object"
1225 }
1226 }
1227 }
1228 }