PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.10.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.10.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 / deprecated / block.json

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

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