PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.11.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.11.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 1.1.2 All 80 releases
ablocks / assets / build / blocks / tabs / block.json

block.json in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.11.0, at assets/build/blocks/tabs/block.json

1,572 lines 50.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/tabs",
5 "version": "0.1.0",
6 "title": "Tabs",
7 "category": "ablocks",
8 "description": "Display content in tabbed sections.",
9 "keywords": [
10 "ablocks",
11 "tabs",
12 "tab",
13 "multi tab"
14 ],
15 "example": [],
16 "supports": {
17 "html": true,
18 "anchor": true
19 },
20 "textdomain": "ablocks",
21 "editorStyle": [
22 "ablocks-animate-style",
23 "ablocks-common-style",
24 "file:./style.css"
25 ],
26 "editorScript": [
27 "ablocks-common-script",
28 "file:./view.js"
29 ],
30 "attributes": {
31 "block_id": {
32 "type": "string",
33 "default": ""
34 },
35 "blockVersion": {
36 "type": "number",
37 "default": ""
38 },
39 "className": {
40 "type": "string",
41 "default": ""
42 },
43 "tabIcons": {
44 "type": "array",
45 "default": []
46 },
47 "tabIconsClasses": {
48 "type": "array",
49 "default": []
50 },
51 "clickedTabIndex": {
52 "type": "number",
53 "default": 0
54 },
55 "tabMenusBackgroundColor": {
56 "type": "string",
57 "default": ""
58 },
59 "tabPositionChange": {
60 "type": "boolean",
61 "default": false
62 },
63 "tabHeaders": {
64 "type": "array",
65 "default": [
66 "Tab 1",
67 "Tab 2",
68 "Tab 3"
69 ]
70 },
71 "tabSubTitles": {
72 "type": "array",
73 "default": [
74 "Subtitle 1 Content: This tab provides general information about our company",
75 "Subtitle 2 Content: This tab provides general information about our company",
76 "Subtitle 3 Content: This tab provides general information about our company"
77 ]
78 },
79 "tabActive": {
80 "type": "number",
81 "default": 0
82 },
83 "previousTotalBlock": {
84 "type": "number",
85 "default": 3
86 },
87 "tabsMenuPosition": {
88 "type": "string",
89 "default": "left"
90 },
91 "tabsMenuPositionTablet": {
92 "type": "string",
93 "default": ""
94 },
95 "tabsMenuPositionMobile": {
96 "type": "string",
97 "default": ""
98 },
99 "initialOpen": {
100 "type": "number",
101 "default": 1
102 },
103 "activeDuration": {
104 "type": "number",
105 "default": 5000
106 },
107 "activeColorOptions": {
108 "type": "string",
109 "default": "background"
110 },
111 "enableHoverSwitch": {
112 "type": "boolean",
113 "default": false
114 },
115 "tabMenuAlign": {
116 "type": "string",
117 "default": ""
118 },
119 "tabMenuAlignTablet": {
120 "type": "string",
121 "default": ""
122 },
123 "tabMenuAlignMobile": {
124 "type": "string",
125 "default": ""
126 },
127 "menuContentAlign": {
128 "type": "string",
129 "default": "center"
130 },
131 "menuContentAlignTablet": {
132 "type": "string",
133 "default": ""
134 },
135 "menuContentAlignMobile": {
136 "type": "string",
137 "default": ""
138 },
139 "tabBackgroundColor": {
140 "type": "string",
141 "default": "#F9F9F9"
142 },
143 "contentBackgroundColor": {
144 "type": "string",
145 "default": ""
146 },
147 "tabActiveBackgroundColor": {
148 "type": "string",
149 "default": "#61CE70"
150 },
151 "titleTextColor": {
152 "type": "string",
153 "default": "#13191B"
154 },
155 "titleTextActiveColor": {
156 "type": "string",
157 "default": "#0A0909"
158 },
159 "subTitleTextColor": {
160 "type": "string",
161 "default": "#3A3A3A "
162 },
163 "subTitleTextActiveColor": {
164 "type": "string",
165 "default": "#3A3A3A"
166 },
167 "activeBorderColor": {
168 "type": "string",
169 "default": "#61CE70"
170 },
171 "showTitle": {
172 "type": "boolean",
173 "default": true
174 },
175 "showSubTitle": {
176 "type": "boolean",
177 "default": false
178 },
179 "showActiveSubTitle": {
180 "type": "boolean",
181 "default": false
182 },
183 "tabsChangingEffect": {
184 "type": "string",
185 "default": "default"
186 },
187 "showIcon": {
188 "type": "boolean",
189 "default": false
190 },
191 "progressBarColor": {
192 "type": "string",
193 "default": "#13191B"
194 },
195 "iconColor": {
196 "type": "string",
197 "default": "#69727d"
198 },
199 "iconActiveColor": {
200 "type": "string",
201 "default": ""
202 },
203 "iconType": {
204 "type": "string",
205 "default": "default"
206 },
207 "iconShape": {
208 "type": "string",
209 "default": "circle"
210 },
211 "iconBackground": {
212 "type": "string",
213 "default": "#FFFFFF"
214 },
215 "iconActiveBackground": {
216 "type": "string",
217 "default": "#E5E5EC"
218 },
219 "size": {
220 "type": "object",
221 "default": {
222 "value": 18,
223 "valueTablet": "",
224 "valueMobile": "",
225 "valueUnit": "px",
226 "valueUnitTablet": "",
227 "valueUnitMobile": ""
228 }
229 },
230 "spacing": {
231 "type": "object",
232 "default": {
233 "value": 0,
234 "valueTablet": "",
235 "valueMobile": "",
236 "valueUnit": "px",
237 "valueUnitTablet": "",
238 "valueUnitMobile": ""
239 }
240 },
241 "tabsWidth": {
242 "type": "object",
243 "default": {
244 "value": 30,
245 "valueTablet": "",
246 "valueMobile": "",
247 "valueUnit": "%",
248 "valueUnitTablet": "",
249 "valueUnitMobile": ""
250 }
251 },
252 "contentWidth": {
253 "type": "object",
254 "default": {
255 "value": 70,
256 "valueTablet": "",
257 "valueMobile": "",
258 "valueUnit": "%",
259 "valueUnitTablet": "",
260 "valueUnitMobile": ""
261 }
262 },
263 "tabsGap": {
264 "type": "object",
265 "default": {
266 "value": 10,
267 "valueTablet": "",
268 "valueMobile": "",
269 "valueUnit": "px",
270 "valueUnitTablet": "",
271 "valueUnitMobile": ""
272 }
273 },
274 "contentGap": {
275 "type": "object",
276 "default": {
277 "value": 10,
278 "valueTablet": "",
279 "valueMobile": "",
280 "valueUnit": "px",
281 "valueUnitTablet": "",
282 "valueUnitMobile": ""
283 }
284 },
285 "iconSvgPath": {
286 "type": "string",
287 "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",
288 "source": "attribute",
289 "selector": "svg.ablocks-svg-icon path",
290 "attribute": "d"
291 },
292 "iconSvgViewBox": {
293 "type": "string",
294 "default": "0 0 496 512",
295 "source": "attribute",
296 "selector": "svg.ablocks-svg-icon",
297 "attribute": "viewBox"
298 },
299 "iconClass": {
300 "type": "string",
301 "default": "far fa-smile-beam"
302 },
303 "iconImageUrl": {
304 "type": "string",
305 "default": ""
306 },
307 "iconImageID": {
308 "type": "number",
309 "default": 0
310 },
311 "iconImageSize": {
312 "type": "string",
313 "default": ""
314 },
315 "iconBgColor": {
316 "type": "string",
317 "default": ""
318 },
319 "iconHoverColor": {
320 "type": "string",
321 "default": ""
322 },
323 "iconHoverBgColor": {
324 "type": "string",
325 "default": ""
326 },
327 "iconPadding": {
328 "type": "object",
329 "default": {
330 "isLinked": true,
331 "common": "",
332 "top": "",
333 "right": "",
334 "bottom": "",
335 "left": "",
336 "unit": "px"
337 }
338 },
339 "iconBorder": {
340 "type": "object",
341 "default": {
342 "borderStyle": "default",
343 "borderStyleH": "default",
344 "borderColor": "",
345 "borderColorH": "",
346 "isLinkedWidth": true,
347 "isLinkedWidthTablet": true,
348 "isLinkedWidthMobile": true,
349 "commonWidth": "",
350 "topWidth": "",
351 "rightWidth": "",
352 "bottomWidth": "",
353 "leftWidth": "",
354 "unitWidth": "px",
355 "isLinkedWidthH": true,
356 "isLinkedWidthHTablet": true,
357 "isLinkedWidthHMobile": true,
358 "commonWidthH": "",
359 "topWidthH": "",
360 "rightWidthH": "",
361 "bottomWidthH": "",
362 "leftWidthH": "",
363 "unitWidthH": "px",
364 "isLinkedRadius": true,
365 "commonRadius": "",
366 "topRadius": "",
367 "rightRadius": "",
368 "bottomRadius": "",
369 "leftRadius": "",
370 "unitRadius": "px",
371 "isLinkedRadiusH": true,
372 "isLinkedRadiusHTablet": true,
373 "isLinkedRadiusHMobile": true,
374 "commonRadiusH": "",
375 "topRadiusH": "",
376 "leftRadiusH": "",
377 "unitRadiusH": "px",
378 "transitionDuration": ""
379 }
380 },
381 "iconBoxShadow": {
382 "type": "object",
383 "default": {
384 "preset": "",
385 "shadowType": "default",
386 "shadow": "",
387 "horizontal": "",
388 "vertical": "",
389 "blur": "",
390 "spread": "",
391 "color": "",
392 "presetH": "",
393 "shadowTypeH": "default",
394 "shadowH": "",
395 "horizontalH": "",
396 "verticalH": "",
397 "blurH": "",
398 "spreadH": "",
399 "colorH": "",
400 "transitionDuration": "0"
401 }
402 },
403 "iconSize": {
404 "type": "number",
405 "default": 55
406 },
407 "iconRotate": {
408 "type": "number",
409 "default": 0
410 },
411 "iconSizing": {
412 "type": "object",
413 "default": {
414 "value": 55,
415 "valueTablet": "",
416 "valueMobile": "",
417 "valueUnit": "px",
418 "valueUnitTablet": "",
419 "valueUnitMobile": ""
420 }
421 },
422 "iconRotated": {
423 "type": "object",
424 "default": {
425 "value": 0,
426 "valueTablet": "",
427 "valueMobile": "",
428 "valueUnit": "deg",
429 "valueUnitTablet": "",
430 "valueUnitMobile": ""
431 }
432 },
433 "iconRotateHover": {
434 "type": "object",
435 "default": {
436 "value": 0,
437 "valueTablet": "",
438 "valueMobile": "",
439 "valueUnit": "deg",
440 "valueUnitTablet": "",
441 "valueUnitMobile": ""
442 }
443 },
444 "icontransitionDuration": {
445 "type": "number",
446 "default": 0
447 },
448 "iconImageWidth": {
449 "type": "number",
450 "default": 0
451 },
452 "iconPosition": {
453 "type": "object",
454 "default": {
455 "value": "left",
456 "valueTablet": "",
457 "valueMobile": ""
458 }
459 },
460 "tabsMenuPositioning": {
461 "type": "object",
462 "default": {
463 "value": "left",
464 "valueTablet": "",
465 "valueMobile": ""
466 }
467 },
468 "tabsMenuDirection": {
469 "type": "object",
470 "default": {
471 "value": "row",
472 "valueTablet": "",
473 "valueMobile": ""
474 }
475 },
476 "tabsWidthType": {
477 "type": "object",
478 "default": {
479 "value": "auto",
480 "valueTablet": "",
481 "valueMobile": ""
482 }
483 },
484 "tabsContentWidthType": {
485 "type": "object",
486 "default": {
487 "value": "auto",
488 "valueTablet": "",
489 "valueMobile": ""
490 }
491 },
492 "tabWrap": {
493 "type": "object",
494 "default": {
495 "value": "wrap",
496 "valueTablet": "",
497 "valueMobile": ""
498 }
499 },
500 "tabMenuAlignment": {
501 "type": "object",
502 "default": {
503 "value": "center",
504 "valueTablet": "",
505 "valueMobile": ""
506 }
507 },
508 "menuContentAlignment": {
509 "type": "object",
510 "default": {
511 "value": "center",
512 "valueTablet": "",
513 "valueMobile": ""
514 }
515 },
516 "tabMenusMargin": {
517 "type": "object",
518 "default": {
519 "isLinked": true,
520 "isLinkedTablet": true,
521 "isLinkedMobile": true,
522 "common": "",
523 "top": "",
524 "right": "",
525 "bottom": "",
526 "left": "",
527 "unit": "px",
528 "commonTablet": "",
529 "topTablet": "",
530 "rightTablet": "",
531 "bottomTablet": "",
532 "leftTablet": "",
533 "unitTablet": "",
534 "commonMobile": "",
535 "topMobile": "",
536 "rightMobile": "",
537 "bottomMobile": "",
538 "leftMobile": "",
539 "unitMobile": ""
540 }
541 },
542 "tabMenusPadding": {
543 "type": "object",
544 "default": {
545 "isLinked": true,
546 "isLinkedTablet": true,
547 "isLinkedMobile": true,
548 "common": "",
549 "top": "",
550 "right": "",
551 "bottom": "",
552 "left": "",
553 "unit": "px",
554 "commonTablet": "",
555 "topTablet": "",
556 "rightTablet": "",
557 "bottomTablet": "",
558 "leftTablet": "",
559 "unitTablet": "",
560 "commonMobile": "",
561 "topMobile": "",
562 "rightMobile": "",
563 "bottomMobile": "",
564 "leftMobile": "",
565 "unitMobile": ""
566 }
567 },
568 "tabMenusBorder": {
569 "type": "object",
570 "default": {
571 "borderStyle": "default",
572 "borderStyleH": "default",
573 "borderColor": "",
574 "borderColorH": "",
575 "isLinkedWidth": true,
576 "isLinkedWidthTablet": true,
577 "isLinkedWidthMobile": true,
578 "commonWidth": "",
579 "commonWidthTablet": "",
580 "commonWidthMobile": "",
581 "topWidth": "",
582 "rightWidth": "",
583 "bottomWidth": "",
584 "leftWidth": "",
585 "topWidthTablet": "",
586 "rightWidthTablet": "",
587 "bottomWidthTablet": "",
588 "leftWidthTablet": "",
589 "topWidthMobile": "",
590 "rightWidthMobile": "",
591 "bottomWidthMobile": "",
592 "leftWidthMobile": "",
593 "unitWidth": "px",
594 "unitWidthTablet": "",
595 "unitWidthMobile": "",
596 "isLinkedWidthH": true,
597 "isLinkedWidthHTablet": true,
598 "isLinkedWidthHMobile": true,
599 "commonWidthH": "",
600 "commonWidthHTablet": "",
601 "commonWidthHMobile": "",
602 "topWidthH": "",
603 "rightWidthH": "",
604 "bottomWidthH": "",
605 "leftWidthH": "",
606 "topWidthHTablet": "",
607 "rightWidthHTablet": "",
608 "bottomWidthHTablet": "",
609 "leftWidthHTablet": "",
610 "topWidthHMobile": "",
611 "rightWidthHMobile": "",
612 "bottomWidthHMobile": "",
613 "leftWidthHMobile": "",
614 "unitWidthH": "px",
615 "unitWidthHTablet": "",
616 "unitWidthHMobile": "",
617 "isLinkedRadius": true,
618 "isLinkedRadiusTablet": true,
619 "isLinkedRadiusMobile": true,
620 "commonRadius": "",
621 "commonRadiusTablet": "",
622 "commonRadiusMobile": "",
623 "topRadius": "",
624 "rightRadius": "",
625 "bottomRadius": "",
626 "leftRadius": "",
627 "topRadiusTablet": "",
628 "rightRadiusTablet": "",
629 "bottomRadiusTablet": "",
630 "leftRadiusTablet": "",
631 "topRadiusMobile": "",
632 "rightRadiusMobile": "",
633 "bottomRadiusMobile": "",
634 "leftRadiusMobile": "",
635 "unitRadius": "px",
636 "unitRadiusTablet": "",
637 "unitRadiusMobile": "",
638 "isLinkedRadiusH": true,
639 "isLinkedRadiusHTablet": true,
640 "isLinkedRadiusHMobile": true,
641 "commonRadiusH": "",
642 "commonRadiusHTablet": "",
643 "commonRadiusHMobile": "",
644 "topRadiusH": "",
645 "rightRadiusH": "",
646 "bottomRadiusH": "",
647 "leftRadiusH": "",
648 "topRadiusHTablet": "",
649 "rightRadiusHTablet": "",
650 "bottomRadiusHTablet": "",
651 "leftRadiusHTablet": "",
652 "topRadiusHMobile": "",
653 "rightRadiusHMobile": "",
654 "bottomRadiusHMobile": "",
655 "leftRadiusHMobile": "",
656 "unitRadiusH": "px",
657 "unitRadiusHTablet": "",
658 "unitRadiusHMobile": "",
659 "transitionDuration": ""
660 }
661 },
662 "contentMargin": {
663 "type": "object",
664 "default": {
665 "isLinked": true,
666 "isLinkedTablet": true,
667 "isLinkedMobile": true,
668 "common": "",
669 "top": "",
670 "right": "",
671 "bottom": "",
672 "left": "",
673 "unit": "px",
674 "commonTablet": "",
675 "topTablet": "",
676 "rightTablet": "",
677 "bottomTablet": "",
678 "leftTablet": "",
679 "unitTablet": "",
680 "commonMobile": "",
681 "topMobile": "",
682 "rightMobile": "",
683 "bottomMobile": "",
684 "leftMobile": "",
685 "unitMobile": ""
686 }
687 },
688 "iconPositionMargin": {
689 "type": "object",
690 "default": {
691 "isLinked": true,
692 "isLinkedTablet": true,
693 "isLinkedMobile": true,
694 "common": "",
695 "top": "",
696 "right": "",
697 "bottom": "",
698 "left": "",
699 "unit": "px",
700 "commonTablet": "",
701 "topTablet": "",
702 "rightTablet": "",
703 "bottomTablet": "",
704 "leftTablet": "",
705 "unitTablet": "",
706 "commonMobile": "",
707 "topMobile": "",
708 "rightMobile": "",
709 "bottomMobile": "",
710 "leftMobile": "",
711 "unitMobile": ""
712 }
713 },
714 "titleTypographyGlobal": {
715 "type": "string",
716 "default": ""
717 },
718 "titleTypography": {
719 "type": "object",
720 "default": {
721 "fontFamily": "",
722 "weight": "",
723 "transform": "",
724 "style": "",
725 "decoration": "",
726 "fontSize": "",
727 "fontSizeUnit": "px",
728 "lineHeight": "",
729 "lineHeightUnit": "px",
730 "letterSpacing": "",
731 "letterSpacingUnit": "px",
732 "wordSpacing": "",
733 "wordSpacingUnit": "px",
734 "fontSizeTablet": "",
735 "fontSizeMobile": "",
736 "fontSizeUnitTablet": "px",
737 "fontSizeUnitMobile": "px",
738 "lineHeightTablet": "",
739 "lineHeightMobile": "",
740 "lineHeightUnitTablet": "px",
741 "lineHeightUnitMobile": "px",
742 "letterSpacingTablet": "",
743 "letterSpacingMobile": "",
744 "letterSpacingUnitTablet": "px",
745 "letterSpacingUnitMobile": "px",
746 "wordSpacingTablet": "",
747 "wordSpacingMobile": "",
748 "wordSpacingUnitTablet": "px",
749 "wordSpacingUnitMobile": "px"
750 }
751 },
752 "subTitleTypographyGlobal": {
753 "type": "string",
754 "default": ""
755 },
756 "subTitleTypography": {
757 "type": "object",
758 "default": {
759 "fontFamily": "",
760 "weight": "",
761 "transform": "",
762 "style": "",
763 "decoration": "",
764 "fontSize": "",
765 "fontSizeUnit": "px",
766 "lineHeight": "",
767 "lineHeightUnit": "px",
768 "letterSpacing": "",
769 "letterSpacingUnit": "px",
770 "wordSpacing": "",
771 "wordSpacingUnit": "px",
772 "fontSizeTablet": "",
773 "fontSizeMobile": "",
774 "fontSizeUnitTablet": "px",
775 "fontSizeUnitMobile": "px",
776 "lineHeightTablet": "",
777 "lineHeightMobile": "",
778 "lineHeightUnitTablet": "px",
779 "lineHeightUnitMobile": "px",
780 "letterSpacingTablet": "",
781 "letterSpacingMobile": "",
782 "letterSpacingUnitTablet": "px",
783 "letterSpacingUnitMobile": "px",
784 "wordSpacingTablet": "",
785 "wordSpacingMobile": "",
786 "wordSpacingUnitTablet": "px",
787 "wordSpacingUnitMobile": "px"
788 }
789 },
790 "menuContentPadding": {
791 "type": "object",
792 "default": {
793 "isLinked": true,
794 "isLinkedTablet": true,
795 "isLinkedMobile": true,
796 "common": "",
797 "top": "",
798 "right": "",
799 "bottom": "",
800 "left": "",
801 "unit": "px",
802 "commonTablet": "",
803 "topTablet": "",
804 "rightTablet": "",
805 "bottomTablet": "",
806 "leftTablet": "",
807 "unitTablet": "",
808 "commonMobile": "",
809 "topMobile": "",
810 "rightMobile": "",
811 "bottomMobile": "",
812 "leftMobile": "",
813 "unitMobile": ""
814 }
815 },
816 "contentPadding": {
817 "type": "object",
818 "default": {
819 "isLinked": true,
820 "isLinkedTablet": true,
821 "isLinkedMobile": true,
822 "common": "",
823 "top": "",
824 "right": "",
825 "bottom": "",
826 "left": "",
827 "unit": "px",
828 "commonTablet": "",
829 "topTablet": "",
830 "rightTablet": "",
831 "bottomTablet": "",
832 "leftTablet": "",
833 "unitTablet": "",
834 "commonMobile": "",
835 "topMobile": "",
836 "rightMobile": "",
837 "bottomMobile": "",
838 "leftMobile": "",
839 "unitMobile": ""
840 }
841 },
842 "menuContentBorder": {
843 "type": "object",
844 "default": {
845 "borderStyle": "default",
846 "borderStyleH": "default",
847 "borderColor": "",
848 "borderColorH": "",
849 "isLinkedWidth": true,
850 "isLinkedWidthTablet": true,
851 "isLinkedWidthMobile": true,
852 "commonWidth": "",
853 "commonWidthTablet": "",
854 "commonWidthMobile": "",
855 "topWidth": "",
856 "rightWidth": "",
857 "bottomWidth": "",
858 "leftWidth": "",
859 "topWidthTablet": "",
860 "rightWidthTablet": "",
861 "bottomWidthTablet": "",
862 "leftWidthTablet": "",
863 "topWidthMobile": "",
864 "rightWidthMobile": "",
865 "bottomWidthMobile": "",
866 "leftWidthMobile": "",
867 "unitWidth": "px",
868 "unitWidthTablet": "",
869 "unitWidthMobile": "",
870 "isLinkedWidthH": true,
871 "isLinkedWidthHTablet": true,
872 "isLinkedWidthHMobile": true,
873 "commonWidthH": "",
874 "commonWidthHTablet": "",
875 "commonWidthHMobile": "",
876 "topWidthH": "",
877 "rightWidthH": "",
878 "bottomWidthH": "",
879 "leftWidthH": "",
880 "topWidthHTablet": "",
881 "rightWidthHTablet": "",
882 "bottomWidthHTablet": "",
883 "leftWidthHTablet": "",
884 "topWidthHMobile": "",
885 "rightWidthHMobile": "",
886 "bottomWidthHMobile": "",
887 "leftWidthHMobile": "",
888 "unitWidthH": "px",
889 "unitWidthHTablet": "",
890 "unitWidthHMobile": "",
891 "isLinkedRadius": true,
892 "isLinkedRadiusTablet": true,
893 "isLinkedRadiusMobile": true,
894 "commonRadius": "",
895 "commonRadiusTablet": "",
896 "commonRadiusMobile": "",
897 "topRadius": "",
898 "rightRadius": "",
899 "bottomRadius": "",
900 "leftRadius": "",
901 "topRadiusTablet": "",
902 "rightRadiusTablet": "",
903 "bottomRadiusTablet": "",
904 "leftRadiusTablet": "",
905 "topRadiusMobile": "",
906 "rightRadiusMobile": "",
907 "bottomRadiusMobile": "",
908 "leftRadiusMobile": "",
909 "unitRadius": "px",
910 "unitRadiusTablet": "",
911 "unitRadiusMobile": "",
912 "isLinkedRadiusH": true,
913 "isLinkedRadiusHTablet": true,
914 "isLinkedRadiusHMobile": true,
915 "commonRadiusH": "",
916 "commonRadiusHTablet": "",
917 "commonRadiusHMobile": "",
918 "topRadiusH": "",
919 "rightRadiusH": "",
920 "bottomRadiusH": "",
921 "leftRadiusH": "",
922 "topRadiusHTablet": "",
923 "rightRadiusHTablet": "",
924 "bottomRadiusHTablet": "",
925 "leftRadiusHTablet": "",
926 "topRadiusHMobile": "",
927 "rightRadiusHMobile": "",
928 "bottomRadiusHMobile": "",
929 "leftRadiusHMobile": "",
930 "unitRadiusH": "px",
931 "unitRadiusHTablet": "",
932 "unitRadiusHMobile": "",
933 "transitionDuration": ""
934 }
935 },
936 "contentBorder": {
937 "type": "object",
938 "default": {
939 "borderStyle": "default",
940 "borderStyleH": "default",
941 "borderColor": "",
942 "borderColorH": "",
943 "isLinkedWidth": true,
944 "isLinkedWidthTablet": true,
945 "isLinkedWidthMobile": true,
946 "commonWidth": "",
947 "commonWidthTablet": "",
948 "commonWidthMobile": "",
949 "topWidth": "",
950 "rightWidth": "",
951 "bottomWidth": "",
952 "leftWidth": "",
953 "topWidthTablet": "",
954 "rightWidthTablet": "",
955 "bottomWidthTablet": "",
956 "leftWidthTablet": "",
957 "topWidthMobile": "",
958 "rightWidthMobile": "",
959 "bottomWidthMobile": "",
960 "leftWidthMobile": "",
961 "unitWidth": "px",
962 "unitWidthTablet": "",
963 "unitWidthMobile": "",
964 "isLinkedWidthH": true,
965 "isLinkedWidthHTablet": true,
966 "isLinkedWidthHMobile": true,
967 "commonWidthH": "",
968 "commonWidthHTablet": "",
969 "commonWidthHMobile": "",
970 "topWidthH": "",
971 "rightWidthH": "",
972 "bottomWidthH": "",
973 "leftWidthH": "",
974 "topWidthHTablet": "",
975 "rightWidthHTablet": "",
976 "bottomWidthHTablet": "",
977 "leftWidthHTablet": "",
978 "topWidthHMobile": "",
979 "rightWidthHMobile": "",
980 "bottomWidthHMobile": "",
981 "leftWidthHMobile": "",
982 "unitWidthH": "px",
983 "unitWidthHTablet": "",
984 "unitWidthHMobile": "",
985 "isLinkedRadius": true,
986 "isLinkedRadiusTablet": true,
987 "isLinkedRadiusMobile": true,
988 "commonRadius": "",
989 "commonRadiusTablet": "",
990 "commonRadiusMobile": "",
991 "topRadius": "",
992 "rightRadius": "",
993 "bottomRadius": "",
994 "leftRadius": "",
995 "topRadiusTablet": "",
996 "rightRadiusTablet": "",
997 "bottomRadiusTablet": "",
998 "leftRadiusTablet": "",
999 "topRadiusMobile": "",
1000 "rightRadiusMobile": "",
1001 "bottomRadiusMobile": "",
1002 "leftRadiusMobile": "",
1003 "unitRadius": "px",
1004 "unitRadiusTablet": "",
1005 "unitRadiusMobile": "",
1006 "isLinkedRadiusH": true,
1007 "isLinkedRadiusHTablet": true,
1008 "isLinkedRadiusHMobile": true,
1009 "commonRadiusH": "",
1010 "commonRadiusHTablet": "",
1011 "commonRadiusHMobile": "",
1012 "topRadiusH": "",
1013 "rightRadiusH": "",
1014 "bottomRadiusH": "",
1015 "leftRadiusH": "",
1016 "topRadiusHTablet": "",
1017 "rightRadiusHTablet": "",
1018 "bottomRadiusHTablet": "",
1019 "leftRadiusHTablet": "",
1020 "topRadiusHMobile": "",
1021 "rightRadiusHMobile": "",
1022 "bottomRadiusHMobile": "",
1023 "leftRadiusHMobile": "",
1024 "unitRadiusH": "px",
1025 "unitRadiusHTablet": "",
1026 "unitRadiusHMobile": "",
1027 "transitionDuration": ""
1028 }
1029 },
1030 "boxShadow": {
1031 "type": "object",
1032 "default": {
1033 "preset": "",
1034 "shadowType": "default",
1035 "shadow": "",
1036 "horizontal": "",
1037 "vertical": "",
1038 "blur": "",
1039 "spread": "",
1040 "color": "",
1041 "presetH": "",
1042 "shadowTypeH": "default",
1043 "shadowH": "",
1044 "horizontalH": "",
1045 "verticalH": "",
1046 "blurH": "",
1047 "spreadH": "",
1048 "colorH": "",
1049 "transitionDuration": "0"
1050 }
1051 },
1052 "_margin": {
1053 "type": "object",
1054 "default": {
1055 "isLinked": true,
1056 "isLinkedTablet": true,
1057 "isLinkedMobile": true,
1058 "common": "",
1059 "top": "",
1060 "right": "",
1061 "bottom": "",
1062 "left": "",
1063 "unit": "px",
1064 "commonTablet": "",
1065 "topTablet": "",
1066 "rightTablet": "",
1067 "bottomTablet": "",
1068 "leftTablet": "",
1069 "unitTablet": "",
1070 "commonMobile": "",
1071 "topMobile": "",
1072 "rightMobile": "",
1073 "bottomMobile": "",
1074 "leftMobile": "",
1075 "unitMobile": ""
1076 }
1077 },
1078 "_padding": {
1079 "type": "object",
1080 "default": {
1081 "isLinked": true,
1082 "isLinkedTablet": true,
1083 "isLinkedMobile": true,
1084 "common": "",
1085 "top": "",
1086 "right": "",
1087 "bottom": "",
1088 "left": "",
1089 "unit": "px",
1090 "commonTablet": "",
1091 "topTablet": "",
1092 "rightTablet": "",
1093 "bottomTablet": "",
1094 "leftTablet": "",
1095 "unitTablet": "",
1096 "commonMobile": "",
1097 "topMobile": "",
1098 "rightMobile": "",
1099 "bottomMobile": "",
1100 "leftMobile": "",
1101 "unitMobile": ""
1102 }
1103 },
1104 "_width": {
1105 "type": "object",
1106 "default": {
1107 "widthType": "default",
1108 "widthTypeTablet": "",
1109 "widthTypeMobile": "",
1110 "customWidth": "",
1111 "customWidthTablet": "",
1112 "customWidthMobile": "",
1113 "customWidthUnit": "%",
1114 "customWidthUnitTablet": "",
1115 "customWidthUnitMobile": ""
1116 }
1117 },
1118 "_border": {
1119 "type": "object",
1120 "default": {
1121 "borderStyle": "default",
1122 "borderStyleH": "default",
1123 "borderColor": "",
1124 "borderColorH": "",
1125 "isLinkedWidth": true,
1126 "isLinkedWidthTablet": true,
1127 "isLinkedWidthMobile": true,
1128 "commonWidth": "",
1129 "commonWidthTablet": "",
1130 "commonWidthMobile": "",
1131 "topWidth": "",
1132 "rightWidth": "",
1133 "bottomWidth": "",
1134 "leftWidth": "",
1135 "topWidthTablet": "",
1136 "rightWidthTablet": "",
1137 "bottomWidthTablet": "",
1138 "leftWidthTablet": "",
1139 "topWidthMobile": "",
1140 "rightWidthMobile": "",
1141 "bottomWidthMobile": "",
1142 "leftWidthMobile": "",
1143 "unitWidth": "px",
1144 "unitWidthTablet": "",
1145 "unitWidthMobile": "",
1146 "isLinkedWidthH": true,
1147 "isLinkedWidthHTablet": true,
1148 "isLinkedWidthHMobile": true,
1149 "commonWidthH": "",
1150 "commonWidthHTablet": "",
1151 "commonWidthHMobile": "",
1152 "topWidthH": "",
1153 "rightWidthH": "",
1154 "bottomWidthH": "",
1155 "leftWidthH": "",
1156 "topWidthHTablet": "",
1157 "rightWidthHTablet": "",
1158 "bottomWidthHTablet": "",
1159 "leftWidthHTablet": "",
1160 "topWidthHMobile": "",
1161 "rightWidthHMobile": "",
1162 "bottomWidthHMobile": "",
1163 "leftWidthHMobile": "",
1164 "unitWidthH": "px",
1165 "unitWidthHTablet": "",
1166 "unitWidthHMobile": "",
1167 "isLinkedRadius": true,
1168 "isLinkedRadiusTablet": true,
1169 "isLinkedRadiusMobile": true,
1170 "commonRadius": "",
1171 "commonRadiusTablet": "",
1172 "commonRadiusMobile": "",
1173 "topRadius": "",
1174 "rightRadius": "",
1175 "bottomRadius": "",
1176 "leftRadius": "",
1177 "topRadiusTablet": "",
1178 "rightRadiusTablet": "",
1179 "bottomRadiusTablet": "",
1180 "leftRadiusTablet": "",
1181 "topRadiusMobile": "",
1182 "rightRadiusMobile": "",
1183 "bottomRadiusMobile": "",
1184 "leftRadiusMobile": "",
1185 "unitRadius": "px",
1186 "unitRadiusTablet": "",
1187 "unitRadiusMobile": "",
1188 "isLinkedRadiusH": true,
1189 "isLinkedRadiusHTablet": true,
1190 "isLinkedRadiusHMobile": true,
1191 "commonRadiusH": "",
1192 "commonRadiusHTablet": "",
1193 "commonRadiusHMobile": "",
1194 "topRadiusH": "",
1195 "rightRadiusH": "",
1196 "bottomRadiusH": "",
1197 "leftRadiusH": "",
1198 "topRadiusHTablet": "",
1199 "rightRadiusHTablet": "",
1200 "bottomRadiusHTablet": "",
1201 "leftRadiusHTablet": "",
1202 "topRadiusHMobile": "",
1203 "rightRadiusHMobile": "",
1204 "bottomRadiusHMobile": "",
1205 "leftRadiusHMobile": "",
1206 "unitRadiusH": "px",
1207 "unitRadiusHTablet": "",
1208 "unitRadiusHMobile": "",
1209 "transitionDuration": ""
1210 }
1211 },
1212 "_position": {
1213 "type": "object",
1214 "default": {
1215 "positionType": "relative",
1216 "positionTypeTablet": "",
1217 "positionTypeMobile": "",
1218 "hOrientation": "",
1219 "hOffset": "",
1220 "hOffsetTablet": "",
1221 "hOffsetMobile": "",
1222 "hOffsetUnit": "px",
1223 "hOffsetUnitTablet": "px",
1224 "hOffsetUnitMobile": "px",
1225 "vOrientation": "",
1226 "vOffset": "",
1227 "vOffsetTablet": "",
1228 "vOffsetMobile": "",
1229 "vOffsetUnit": "px",
1230 "vOffsetUnitTablet": "px",
1231 "vOffsetUnitMobile": "px"
1232 }
1233 },
1234 "_background": {
1235 "type": "object",
1236 "default": {
1237 "backgroundType": "none",
1238 "backgroundTypeH": "none",
1239 "backgroundColor": "",
1240 "backgroundColorH": "",
1241 "imgId": "",
1242 "imgIdTablet": "",
1243 "imgIdMobile": "",
1244 "imgUrl": "",
1245 "imgUrlTablet": "",
1246 "imgUrlMobile": "",
1247 "imgSize": "",
1248 "imgSizeTablet": "",
1249 "imgSizeMobile": "",
1250 "imgPosition": "",
1251 "imgPositionTablet": "",
1252 "imgPositionMobile": "",
1253 "imgXPositionUnit": "px",
1254 "imgXPositionUnitTablet": "",
1255 "imgXPositionUnitMobile": "",
1256 "imgXPosition": "",
1257 "imgXPositionTablet": "",
1258 "imgXPositionMobile": "",
1259 "imgYPositionUnit": "px",
1260 "imgYPositionUnitTablet": "",
1261 "imgYPositionUnitMobile": "",
1262 "imgYPosition": "",
1263 "imgYPositionTablet": "",
1264 "imgYPositionMobile": "",
1265 "imgAttachment": "",
1266 "imgRepeat": "",
1267 "imgRepeatTablet": "",
1268 "imgRepeatMobile": "",
1269 "imgDisplaySize": "",
1270 "imgDisplaySizeTablet": "",
1271 "imgDisplaySizeMobile": "",
1272 "imgDisplaySizeWidth": "",
1273 "imgDisplaySizeWidthTablet": "",
1274 "imgDisplaySizeWidthMobile": "",
1275 "imgDisplaySizeWidthUnit": "px",
1276 "imgDisplaySizeWidthUnitTablet": "",
1277 "imgDisplaySizeWidthUnitMobile": "",
1278 "imgIdH": "",
1279 "imgIdTabletH": "",
1280 "imgIdMobileH": "",
1281 "imgUrlH": "",
1282 "imgUrlHTablet": "",
1283 "imgUrlHMobile": "",
1284 "imgSizeH": "",
1285 "imgSizeHTablet": "",
1286 "imgSizeHMobile": "",
1287 "imgPositionH": "",
1288 "imgPositionHTablet": "",
1289 "imgPositionHMobile": "",
1290 "imgXPositionUnitH": "px",
1291 "imgXPositionUnitHTablet": "",
1292 "imgXPositionUnitHMobile": "",
1293 "imgXPositionH": "",
1294 "imgXPositionHTablet": "",
1295 "imgXPositionHMobile": "",
1296 "imgYPositionUnitH": "px",
1297 "imgYPositionUnitHTablet": "",
1298 "imgYPositionUnitHMobile": "",
1299 "imgYPositionH": "",
1300 "imgYPositionHTablet": "",
1301 "imgYPositionHMobile": "",
1302 "imgAttachmentH": "",
1303 "imgRepeatH": "",
1304 "imgRepeatHTablet": "",
1305 "imgRepeatHMobile": "",
1306 "imgDisplaySizeH": "",
1307 "imgDisplaySizeHTablet": "",
1308 "imgDisplaySizeHMobile": "",
1309 "imgDisplaySizeWidthH": "",
1310 "imgDisplaySizeWidthHTablet": "",
1311 "imgDisplaySizeWidthHMobile": "",
1312 "imgDisplaySizeWidthHUnit": "px",
1313 "imgDisplaySizeWidthHUnitTablet": "",
1314 "imgDisplaySizeWidthHUnitMobile": "",
1315 "transitionDuration": "",
1316 "videoUrl": "",
1317 "youtubeURL": "",
1318 "vimeoURL": "",
1319 "selfHostedURL": "",
1320 "externalLink": false,
1321 "videoSource": "none",
1322 "videoPlayOnce": "",
1323 "videoStartTime": "",
1324 "videoEndTime": "",
1325 "playOnMobile": "",
1326 "videoPrivacyMode": "",
1327 "fallbackImageUrl": ""
1328 }
1329 },
1330 "_zIndex": {
1331 "type": "object",
1332 "default": {
1333 "zIndex": "",
1334 "zIndexTablet": "",
1335 "zIndexMobile": ""
1336 }
1337 },
1338 "_transform": {
1339 "type": "object",
1340 "default": {
1341 "rotate": "",
1342 "rotateTablet": "",
1343 "rotateMobile": "",
1344 "rotate3D": false,
1345 "rotate3DTablet": false,
1346 "rotate3DMobile": false,
1347 "rotateX": "",
1348 "rotateXTablet": "",
1349 "rotateXMobile": "",
1350 "rotateY": "",
1351 "rotateYTablet": "",
1352 "rotateYMobile": "",
1353 "rotateP": "",
1354 "rotatePTablet": "",
1355 "rotatePMobile": "",
1356 "offsetX": "",
1357 "offsetXTablet": "",
1358 "offsetXMobile": "",
1359 "offsetXUnit": "px",
1360 "offsetXUnitTablet": "px",
1361 "offsetXUnitMobile": "px",
1362 "offsetY": "",
1363 "offsetYTablet": "",
1364 "offsetYMobile": "",
1365 "offsetYUnit": "px",
1366 "offsetYUnitTablet": "px",
1367 "offsetYUnitMobile": "px",
1368 "scaleProportions": false,
1369 "scale": "",
1370 "scaleTablet": "",
1371 "scaleMobile": "",
1372 "scaleX": "",
1373 "scaleXTablet": "",
1374 "scaleXMobile": "",
1375 "scaleY": "",
1376 "scaleYTablet": "",
1377 "scaleYMobile": "",
1378 "skewX": "",
1379 "skewXTablet": "",
1380 "skewXMobile": "",
1381 "skewY": "",
1382 "skewYTablet": "",
1383 "skewYMobile": "",
1384 "flipHorizontal": false,
1385 "flipVertical": false,
1386 "xAnchorPoint": "",
1387 "xAnchorPointTablet": "",
1388 "xAnchorPointMobile": "",
1389 "yAnchorPoint": "",
1390 "yAnchorPointTablet": "",
1391 "yAnchorPointMobile": "",
1392 "rotateH": "",
1393 "rotateHTablet": "",
1394 "rotateHMobile": "",
1395 "rotate3DH": false,
1396 "rotate3DHTablet": false,
1397 "rotate3DHMobile": false,
1398 "rotateXH": "",
1399 "rotateXHTablet": "",
1400 "rotateXHMobile": "",
1401 "rotateYH": "",
1402 "rotateYHTablet": "",
1403 "rotateYHMobile": "",
1404 "rotatePH": "",
1405 "rotatePHTablet": "",
1406 "rotatePHMobile": "",
1407 "offsetXH": "",
1408 "offsetXHTablet": "",
1409 "offsetXHMobile": "",
1410 "offsetXHUnit": "px",
1411 "offsetXHUnitTablet": "px",
1412 "offsetXHUnitMobile": "px",
1413 "offsetYH": "",
1414 "offsetYHTablet": "",
1415 "offsetYHMobile": "",
1416 "offsetYHUnit": "px",
1417 "offsetYHUnitTablet": "px",
1418 "offsetYHUnitMobile": "px",
1419 "scaleProportionsH": false,
1420 "scaleH": "",
1421 "scaleHTablet": "",
1422 "scaleHMobile": "",
1423 "scaleXH": "",
1424 "scaleXHTablet": "",
1425 "scaleXHMobile": "",
1426 "scaleYH": "",
1427 "scaleYHTablet": "",
1428 "scaleYHMobile": "",
1429 "skewXH": "",
1430 "skewXHTablet": "",
1431 "skewXHMobile": "",
1432 "skewYH": "",
1433 "skewYHTablet": "",
1434 "skewYHMobile": "",
1435 "flipHorizontalH": false,
1436 "flipVerticalH": false,
1437 "xAnchorPointH": "",
1438 "xAnchorPointHTablet": "",
1439 "xAnchorPointHMobile": "",
1440 "yAnchorPointH": "",
1441 "yAnchorPointHTablet": "",
1442 "yAnchorPointHMobile": "",
1443 "transitionH": ""
1444 }
1445 },
1446 "_mask": {
1447 "type": "object",
1448 "default": {
1449 "mask": false,
1450 "maskTablet": false,
1451 "maskMobile": false,
1452 "maskShape": "circle",
1453 "customMaskShape": "",
1454 "maskSize": "",
1455 "maskSizeTablet": "",
1456 "maskSizeMobile": "",
1457 "maskPosition": "",
1458 "maskPositionTablet": "",
1459 "maskPositionMobile": "",
1460 "maskRepeat": "",
1461 "maskRepeatTablet": "",
1462 "maskRepeatMobile": "",
1463 "scaleUnit": "px",
1464 "scaleUnitTablet": "px",
1465 "scaleUnitMobile": "px",
1466 "scale": "0",
1467 "scaleTablet": "0",
1468 "scaleMobile": "0",
1469 "xPositionUnit": "px",
1470 "xPositionUnitTablet": "px",
1471 "xPositionUnitMobile": "px",
1472 "xPosition": "",
1473 "xPositionTablet": "0",
1474 "xPositionMobile": "0",
1475 "yPositionUnit": "px",
1476 "yPositionUnitTablet": "px",
1477 "yPositionUnitMobile": "px",
1478 "yPosition": "0",
1479 "yPositionTablet": "0",
1480 "yPositionMobile": "0"
1481 }
1482 },
1483 "_animation": {
1484 "type": "object",
1485 "default": {
1486 "animationType": "",
1487 "animationTypeTablet": "",
1488 "animationTypeMobile": "",
1489 "animationDuration": "",
1490 "animationDelay": ""
1491 }
1492 },
1493 "_boxShadow": {
1494 "type": "object",
1495 "default": {
1496 "preset": "",
1497 "shadowType": "default",
1498 "shadow": "",
1499 "horizontal": "",
1500 "vertical": "",
1501 "blur": "",
1502 "spread": "",
1503 "color": "",
1504 "presetH": "",
1505 "shadowTypeH": "default",
1506 "shadowH": "",
1507 "horizontalH": "",
1508 "verticalH": "",
1509 "blurH": "",
1510 "spreadH": "",
1511 "colorH": "",
1512 "transitionDuration": "0"
1513 }
1514 },
1515 "_gsapAnimation": {
1516 "type": "object",
1517 "default": {
1518 "animationType": "none",
1519 "duration": 1,
1520 "delay": 0,
1521 "triggerType": "scroll",
1522 "ease": "none",
1523 "x": 0,
1524 "y": 0,
1525 "rotation": 0,
1526 "rotationY": 0,
1527 "opacity": 1,
1528 "xTo": 0,
1529 "yTo": 0,
1530 "rotationTo": 0,
1531 "rotationYTo": 0,
1532 "opacityTo": 1,
1533 "easeTo": "none",
1534 "loops": false,
1535 "numberOfRepeat": 0,
1536 "isSmooth": true,
1537 "startPoint": 80,
1538 "endPoint": 10
1539 }
1540 },
1541 "_hide_on_desktop": {
1542 "type": "boolean",
1543 "default": false
1544 },
1545 "_hide_on_tablet": {
1546 "type": "boolean",
1547 "default": false
1548 },
1549 "_hide_on_mobile": {
1550 "type": "boolean",
1551 "default": false
1552 },
1553 "_custom_css": {
1554 "type": "string",
1555 "default": ""
1556 },
1557 "_animation_element_trigger": {
1558 "type": "array",
1559 "default": [],
1560 "items": {
1561 "type": "object"
1562 }
1563 },
1564 "_animation_page_trigger": {
1565 "type": "array",
1566 "default": [],
1567 "items": {
1568 "type": "object"
1569 }
1570 }
1571 }
1572 }