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 / accordion / block.json

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

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