PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.12.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.12.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 / single-accordion / block.json

block.json in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.12.0, at assets/build/blocks/single-accordion/block.json

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