PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.9.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.9.0
2.13.0 2.13.1 2.12.0 2.11.1 2.11.0 2.10.0 2.9.0 2.7.4 2.7.5 2.7.6 2.7.7 2.8.0 2.8.1 2.9.1 trunk 1.0 1.0-beta1 1.0-beta2 1.0-beta3 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 All 80 releases
ablocks / assets / build / blocks / info-box / block.json

block.json in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.9.0, at assets/build/blocks/info-box/block.json

2,179 lines 68.4 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/info-box",
5 "version": "0.1.0",
6 "title": "Info Box",
7 "category": "ablocks",
8 "description": "Add customizable, impactful headings.",
9 "keywords": [
10 "ablocks",
11 "information",
12 "info",
13 "details",
14 "search",
15 "title",
16 "sub title"
17 ],
18 "example": [],
19 "supports": {
20 "html": true,
21 "anchor": true
22 },
23 "textdomain": "ablocks",
24 "editorStyle": [
25 "ablocks-animate-style",
26 "ablocks-common-style",
27 "file:./style.css"
28 ],
29 "editorScript": [
30 "ablocks-common-script"
31 ],
32 "usesContext": [
33 "postId",
34 "postType",
35 "queryId"
36 ],
37 "attributes": {
38 "block_id": {
39 "type": "string",
40 "default": ""
41 },
42 "blockVersion": {
43 "type": "number",
44 "default": ""
45 },
46 "blockElements": {
47 "type": "array",
48 "default": [
49 {
50 "id": 0,
51 "slug": "Heading"
52 },
53 {
54 "id": 1,
55 "slug": "Sub-Heading"
56 },
57 {
58 "id": 2,
59 "slug": "Description"
60 },
61 {
62 "id": 3,
63 "slug": "Rating"
64 },
65 {
66 "id": 4,
67 "slug": "Button"
68 }
69 ]
70 },
71 "des": {
72 "type": "string",
73 "source": "html",
74 "selector": ".ablocks-info-box-text",
75 "default": "Showcase details with style and precision! Customize captivating visuals and text for an engaging, attention-grabbing display!"
76 },
77 "allowBadgeHover": {
78 "type": "boolean",
79 "default": false
80 },
81 "allowButtonHover": {
82 "type": "boolean",
83 "default": false
84 },
85 "allowBadge": {
86 "type": "boolean",
87 "default": false
88 },
89 "allowIcon": {
90 "type": "boolean",
91 "default": true
92 },
93 "allowHeading": {
94 "type": "boolean",
95 "default": true
96 },
97 "allowSubHeading": {
98 "type": "boolean",
99 "default": false
100 },
101 "allowDes": {
102 "type": "boolean",
103 "default": true
104 },
105 "allowRating": {
106 "type": "boolean",
107 "default": false
108 },
109 "allowButton": {
110 "type": "boolean",
111 "default": true
112 },
113 "badgeText": {
114 "type": "string",
115 "default": "Featured"
116 },
117 "badgeSize": {
118 "type": "string",
119 "default": "xs"
120 },
121 "badgeTextColor": {
122 "type": "string",
123 "default": "#13191B"
124 },
125 "badgeTextColorH": {
126 "type": "string",
127 "default": ""
128 },
129 "badgeBackground": {
130 "type": "string",
131 "default": "#DDDDDF"
132 },
133 "badgeBackgroundH": {
134 "type": "string",
135 "default": ""
136 },
137 "badgeTransition": {
138 "type": "number",
139 "default": ""
140 },
141 "iconPrimaryColorH": {
142 "type": "string",
143 "default": ""
144 },
145 "iconBackgroundColorH": {
146 "type": "string",
147 "default": ""
148 },
149 "iconTransition": {
150 "type": "number",
151 "default": ""
152 },
153 "heading": {
154 "type": "string",
155 "source": "html",
156 "selector": ".ablocks-info-box-heading",
157 "default": "Your Info Box Title"
158 },
159 "headingTag": {
160 "type": "string",
161 "default": "h2"
162 },
163 "headingTextColor": {
164 "type": "string",
165 "default": "#13191B"
166 },
167 "headingTextColorHover": {
168 "type": "string",
169 "default": ""
170 },
171 "headingTransition": {
172 "type": "number",
173 "default": ""
174 },
175 "subHeading": {
176 "type": "string",
177 "source": "html",
178 "selector": ".ablocks-info-box-sub-heading",
179 "default": "Your Info Box Sub Title"
180 },
181 "subHeadingTag": {
182 "type": "string",
183 "default": "h3"
184 },
185 "subHeadingTextColor": {
186 "type": "string",
187 "default": "#13191B"
188 },
189 "subHeadingTextColorHover": {
190 "type": "string",
191 "default": ""
192 },
193 "subHeadingTransition": {
194 "type": "number",
195 "default": ""
196 },
197 "desDropCaps": {
198 "type": "boolean",
199 "default": false
200 },
201 "desDropCapsTextColor": {
202 "type": "string",
203 "default": "#0f2aff"
204 },
205 "desSize": {
206 "type": "string",
207 "default": "sm"
208 },
209 "desGraphSize": {
210 "type": "string",
211 "default": "sm"
212 },
213 "desTextColor": {
214 "type": "string",
215 "default": "#595959"
216 },
217 "desTextColorHover": {
218 "type": "string",
219 "default": ""
220 },
221 "desTransition": {
222 "type": "number",
223 "default": ""
224 },
225 "ratingScale": {
226 "type": "number",
227 "default": 5
228 },
229 "ratingColor": {
230 "type": "string",
231 "default": "#e99516"
232 },
233 "ratingColorHover": {
234 "type": "string",
235 "default": ""
236 },
237 "ratingUnmarkedColor": {
238 "type": "string",
239 "default": "#696969"
240 },
241 "ratingTransition": {
242 "type": "number",
243 "default": ""
244 },
245 "ratingUnmarkedColorHover": {
246 "type": "string",
247 "default": ""
248 },
249 "ratingShowCount": {
250 "type": "boolean",
251 "default": true
252 },
253 "showRatingNumber": {
254 "type": "boolean",
255 "default": true
256 },
257 "showCount": {
258 "type": "boolean",
259 "default": true
260 },
261 "ratingNumberColor": {
262 "type": "string",
263 "default": "#000000"
264 },
265 "ratingNumberPosition": {
266 "type": "string",
267 "default": "right"
268 },
269 "btnText": {
270 "type": "string",
271 "default": "Learn More"
272 },
273 "btnSize": {
274 "type": "string",
275 "default": "sm"
276 },
277 "btnTextColor": {
278 "type": "string",
279 "default": "#FAFAFA"
280 },
281 "btnTextColorH": {
282 "type": "string",
283 "default": ""
284 },
285 "btnBackground": {
286 "type": "string",
287 "default": "#13191B"
288 },
289 "btnBackgroundH": {
290 "type": "string",
291 "default": ""
292 },
293 "btnTransition": {
294 "type": "number",
295 "default": ""
296 },
297 "btnIconPosition": {
298 "type": "string",
299 "default": "right"
300 },
301 "btnIconSpace": {
302 "type": "number",
303 "default": 10
304 },
305 "btnShowIcon": {
306 "type": "boolean",
307 "default": true
308 },
309 "stack": {
310 "type": "string",
311 "default": ""
312 },
313 "alignment": {
314 "type": "object",
315 "default": {
316 "value": "default",
317 "valueTablet": "",
318 "valueMobile": ""
319 }
320 },
321 "iconPlacement": {
322 "type": "object",
323 "default": {
324 "value": "",
325 "valueTablet": "",
326 "valueMobile": ""
327 }
328 },
329 "badgeBorder": {
330 "type": "object",
331 "default": {
332 "borderStyle": "default",
333 "borderStyleH": "default",
334 "borderColor": "",
335 "borderColorH": "",
336 "isLinkedWidth": true,
337 "isLinkedWidthTablet": true,
338 "isLinkedWidthMobile": true,
339 "commonWidth": "",
340 "commonWidthTablet": "",
341 "commonWidthMobile": "",
342 "topWidth": "",
343 "rightWidth": "",
344 "bottomWidth": "",
345 "leftWidth": "",
346 "topWidthTablet": "",
347 "rightWidthTablet": "",
348 "bottomWidthTablet": "",
349 "leftWidthTablet": "",
350 "topWidthMobile": "",
351 "rightWidthMobile": "",
352 "bottomWidthMobile": "",
353 "leftWidthMobile": "",
354 "unitWidth": "px",
355 "unitWidthTablet": "",
356 "unitWidthMobile": "",
357 "isLinkedWidthH": true,
358 "isLinkedWidthHTablet": true,
359 "isLinkedWidthHMobile": true,
360 "commonWidthH": "",
361 "commonWidthHTablet": "",
362 "commonWidthHMobile": "",
363 "topWidthH": "",
364 "rightWidthH": "",
365 "bottomWidthH": "",
366 "leftWidthH": "",
367 "topWidthHTablet": "",
368 "rightWidthHTablet": "",
369 "bottomWidthHTablet": "",
370 "leftWidthHTablet": "",
371 "topWidthHMobile": "",
372 "rightWidthHMobile": "",
373 "bottomWidthHMobile": "",
374 "leftWidthHMobile": "",
375 "unitWidthH": "px",
376 "unitWidthHTablet": "",
377 "unitWidthHMobile": "",
378 "isLinkedRadius": true,
379 "isLinkedRadiusTablet": true,
380 "isLinkedRadiusMobile": true,
381 "commonRadius": "",
382 "commonRadiusTablet": "",
383 "commonRadiusMobile": "",
384 "topRadius": "",
385 "rightRadius": "",
386 "bottomRadius": "",
387 "leftRadius": "",
388 "topRadiusTablet": "",
389 "rightRadiusTablet": "",
390 "bottomRadiusTablet": "",
391 "leftRadiusTablet": "",
392 "topRadiusMobile": "",
393 "rightRadiusMobile": "",
394 "bottomRadiusMobile": "",
395 "leftRadiusMobile": "",
396 "unitRadius": "px",
397 "unitRadiusTablet": "",
398 "unitRadiusMobile": "",
399 "isLinkedRadiusH": true,
400 "isLinkedRadiusHTablet": true,
401 "isLinkedRadiusHMobile": true,
402 "commonRadiusH": "",
403 "commonRadiusHTablet": "",
404 "commonRadiusHMobile": "",
405 "topRadiusH": "",
406 "rightRadiusH": "",
407 "bottomRadiusH": "",
408 "leftRadiusH": "",
409 "topRadiusHTablet": "",
410 "rightRadiusHTablet": "",
411 "bottomRadiusHTablet": "",
412 "leftRadiusHTablet": "",
413 "topRadiusHMobile": "",
414 "rightRadiusHMobile": "",
415 "bottomRadiusHMobile": "",
416 "leftRadiusHMobile": "",
417 "unitRadiusH": "px",
418 "unitRadiusHTablet": "",
419 "unitRadiusHMobile": "",
420 "transitionDuration": ""
421 }
422 },
423 "badgePadding": {
424 "type": "object",
425 "default": {
426 "isLinked": true,
427 "isLinkedTablet": true,
428 "isLinkedMobile": true,
429 "common": "",
430 "top": "",
431 "right": "",
432 "bottom": "",
433 "left": "",
434 "unit": "px",
435 "commonTablet": "",
436 "topTablet": "",
437 "rightTablet": "",
438 "bottomTablet": "",
439 "leftTablet": "",
440 "unitTablet": "",
441 "commonMobile": "",
442 "topMobile": "",
443 "rightMobile": "",
444 "bottomMobile": "",
445 "leftMobile": "",
446 "unitMobile": ""
447 }
448 },
449 "badgeTypographyGlobal": {
450 "type": "string",
451 "default": ""
452 },
453 "badgeTypography": {
454 "type": "object",
455 "default": {
456 "fontFamily": "Roboto",
457 "weight": "400",
458 "transform": "",
459 "style": "",
460 "decoration": "",
461 "fontSize": "12",
462 "fontSizeUnit": "px",
463 "lineHeight": "",
464 "lineHeightUnit": "px",
465 "letterSpacing": "",
466 "letterSpacingUnit": "px",
467 "wordSpacing": "",
468 "wordSpacingUnit": "px",
469 "fontSizeTablet": "",
470 "fontSizeMobile": "",
471 "fontSizeUnitTablet": "px",
472 "fontSizeUnitMobile": "px",
473 "lineHeightTablet": "",
474 "lineHeightMobile": "",
475 "lineHeightUnitTablet": "px",
476 "lineHeightUnitMobile": "px",
477 "letterSpacingTablet": "",
478 "letterSpacingMobile": "",
479 "letterSpacingUnitTablet": "px",
480 "letterSpacingUnitMobile": "px",
481 "wordSpacingTablet": "",
482 "wordSpacingMobile": "",
483 "wordSpacingUnitTablet": "px",
484 "wordSpacingUnitMobile": "px"
485 }
486 },
487 "badgeTextShadow": {
488 "type": "object",
489 "default": {
490 "color": "",
491 "blur": "",
492 "horizontal": "",
493 "vertical": ""
494 }
495 },
496 "badgePosition": {
497 "type": "object",
498 "default": {
499 "value": "top-right",
500 "valueTablet": "",
501 "valueMobile": ""
502 }
503 },
504 "badgeAlignment": {
505 "type": "object",
506 "default": {
507 "value": "center",
508 "valueTablet": "",
509 "valueMobile": ""
510 }
511 },
512 "iconSvgPath": {
513 "type": "string",
514 "default": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm84-143.4c-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.6-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8-10.2-8.4-25.3-7.1-33.8 3.1zM136.5 211c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.4 1.1 7.4-.5 9.3-3.7l9.5-17zM328 152c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4z"
515 },
516 "iconSvgViewBox": {
517 "type": "string",
518 "default": "0 0 496 512"
519 },
520 "iconClass": {
521 "type": "string",
522 "default": "far fa-smile-beam"
523 },
524 "iconImageUrl": {
525 "type": "string",
526 "default": ""
527 },
528 "iconImageID": {
529 "type": "number",
530 "default": 0
531 },
532 "iconImageSize": {
533 "type": "string",
534 "default": ""
535 },
536 "iconColor": {
537 "type": "string",
538 "default": "#000000"
539 },
540 "iconBgColor": {
541 "type": "string",
542 "default": ""
543 },
544 "iconHoverColor": {
545 "type": "string",
546 "default": ""
547 },
548 "iconHoverBgColor": {
549 "type": "string",
550 "default": ""
551 },
552 "iconType": {
553 "type": "string",
554 "default": "default"
555 },
556 "iconShape": {
557 "type": "string",
558 "default": "circle"
559 },
560 "iconPadding": {
561 "type": "object",
562 "default": {
563 "isLinked": true,
564 "common": "",
565 "top": "",
566 "right": "",
567 "bottom": "",
568 "left": "",
569 "unit": "px"
570 }
571 },
572 "iconBorder": {
573 "type": "object",
574 "default": {
575 "borderStyle": "default",
576 "borderStyleH": "default",
577 "borderColor": "",
578 "borderColorH": "",
579 "isLinkedWidth": true,
580 "isLinkedWidthTablet": true,
581 "isLinkedWidthMobile": true,
582 "commonWidth": "",
583 "topWidth": "",
584 "rightWidth": "",
585 "bottomWidth": "",
586 "leftWidth": "",
587 "unitWidth": "px",
588 "isLinkedWidthH": true,
589 "isLinkedWidthHTablet": true,
590 "isLinkedWidthHMobile": true,
591 "commonWidthH": "",
592 "topWidthH": "",
593 "rightWidthH": "",
594 "bottomWidthH": "",
595 "leftWidthH": "",
596 "unitWidthH": "px",
597 "isLinkedRadius": true,
598 "commonRadius": "",
599 "topRadius": "",
600 "rightRadius": "",
601 "bottomRadius": "",
602 "leftRadius": "",
603 "unitRadius": "px",
604 "isLinkedRadiusH": true,
605 "isLinkedRadiusHTablet": true,
606 "isLinkedRadiusHMobile": true,
607 "commonRadiusH": "",
608 "topRadiusH": "",
609 "leftRadiusH": "",
610 "unitRadiusH": "px",
611 "transitionDuration": ""
612 }
613 },
614 "iconBoxShadow": {
615 "type": "object",
616 "default": {
617 "preset": "",
618 "shadowType": "default",
619 "shadow": "",
620 "horizontal": "",
621 "vertical": "",
622 "blur": "",
623 "spread": "",
624 "color": "",
625 "presetH": "",
626 "shadowTypeH": "default",
627 "shadowH": "",
628 "horizontalH": "",
629 "verticalH": "",
630 "blurH": "",
631 "spreadH": "",
632 "colorH": "",
633 "transitionDuration": "0"
634 }
635 },
636 "iconSize": {
637 "type": "number",
638 "default": 55
639 },
640 "iconRotate": {
641 "type": "number",
642 "default": 0
643 },
644 "iconSizing": {
645 "type": "object",
646 "default": {
647 "value": 55,
648 "valueTablet": "",
649 "valueMobile": "",
650 "valueUnit": "px",
651 "valueUnitTablet": "",
652 "valueUnitMobile": ""
653 }
654 },
655 "iconRotated": {
656 "type": "object",
657 "default": {
658 "value": 0,
659 "valueTablet": "",
660 "valueMobile": "",
661 "valueUnit": "deg",
662 "valueUnitTablet": "",
663 "valueUnitMobile": ""
664 }
665 },
666 "iconRotateHover": {
667 "type": "object",
668 "default": {
669 "value": 0,
670 "valueTablet": "",
671 "valueMobile": "",
672 "valueUnit": "deg",
673 "valueUnitTablet": "",
674 "valueUnitMobile": ""
675 }
676 },
677 "icontransitionDuration": {
678 "type": "number",
679 "default": 0
680 },
681 "iconImageWidth": {
682 "type": "number",
683 "default": 0
684 },
685 "iconMargin": {
686 "type": "object",
687 "default": {
688 "isLinked": true,
689 "isLinkedTablet": true,
690 "isLinkedMobile": true,
691 "common": "",
692 "top": "",
693 "right": "",
694 "bottom": "",
695 "left": "",
696 "unit": "px",
697 "commonTablet": "",
698 "topTablet": "",
699 "rightTablet": "",
700 "bottomTablet": "",
701 "leftTablet": "",
702 "unitTablet": "",
703 "commonMobile": "",
704 "topMobile": "",
705 "rightMobile": "",
706 "bottomMobile": "",
707 "leftMobile": "",
708 "unitMobile": ""
709 }
710 },
711 "iconLink": {
712 "type": "object",
713 "default": {
714 "linkDestination": "",
715 "href": "",
716 "lightbox": "",
717 "linkTarget": "",
718 "rel": "",
719 "noFollow": "",
720 "keyValue": "",
721 "linkClass": ""
722 }
723 },
724 "iconAlignment": {
725 "type": "object",
726 "default": {
727 "value": "default",
728 "valueTablet": "",
729 "valueMobile": ""
730 }
731 },
732 "headingTypographyGlobal": {
733 "type": "string",
734 "default": ""
735 },
736 "headingTypography": {
737 "type": "object",
738 "default": {
739 "fontFamily": "Roboto",
740 "weight": "600",
741 "transform": "",
742 "style": "",
743 "decoration": "",
744 "fontSize": "28",
745 "fontSizeUnit": "px",
746 "lineHeight": "",
747 "lineHeightUnit": "px",
748 "letterSpacing": "",
749 "letterSpacingUnit": "px",
750 "wordSpacing": "",
751 "wordSpacingUnit": "px",
752 "fontSizeTablet": "",
753 "fontSizeMobile": "",
754 "fontSizeUnitTablet": "px",
755 "fontSizeUnitMobile": "px",
756 "lineHeightTablet": "",
757 "lineHeightMobile": "",
758 "lineHeightUnitTablet": "px",
759 "lineHeightUnitMobile": "px",
760 "letterSpacingTablet": "",
761 "letterSpacingMobile": "",
762 "letterSpacingUnitTablet": "px",
763 "letterSpacingUnitMobile": "px",
764 "wordSpacingTablet": "",
765 "wordSpacingMobile": "",
766 "wordSpacingUnitTablet": "px",
767 "wordSpacingUnitMobile": "px"
768 }
769 },
770 "headingTextShadow": {
771 "type": "object",
772 "default": {
773 "color": "",
774 "blur": "",
775 "horizontal": "",
776 "vertical": ""
777 }
778 },
779 "headingTextStroke": {
780 "type": "object",
781 "default": {
782 "strokeWidth": "",
783 "strokeWidthTablet": "",
784 "strokeWidthMobile": "",
785 "strokeWidthUnit": "px",
786 "strokeWidthUnitTablet": "px",
787 "strokeWidthUnitMobile": "px",
788 "stroke": ""
789 }
790 },
791 "headingMargin": {
792 "type": "object",
793 "default": {
794 "isLinked": true,
795 "isLinkedTablet": true,
796 "isLinkedMobile": true,
797 "common": "",
798 "top": "",
799 "right": "",
800 "bottom": "",
801 "left": "",
802 "unit": "px",
803 "commonTablet": "",
804 "topTablet": "",
805 "rightTablet": "",
806 "bottomTablet": "",
807 "leftTablet": "",
808 "unitTablet": "",
809 "commonMobile": "",
810 "topMobile": "",
811 "rightMobile": "",
812 "bottomMobile": "",
813 "leftMobile": "",
814 "unitMobile": ""
815 }
816 },
817 "subHeadingTypographyGlobal": {
818 "type": "string",
819 "default": ""
820 },
821 "subHeadingTypography": {
822 "type": "object",
823 "default": {
824 "fontFamily": "Roboto",
825 "weight": "500",
826 "transform": "",
827 "style": "",
828 "decoration": "",
829 "fontSize": "20",
830 "fontSizeUnit": "px",
831 "lineHeight": "",
832 "lineHeightUnit": "px",
833 "letterSpacing": "",
834 "letterSpacingUnit": "px",
835 "wordSpacing": "",
836 "wordSpacingUnit": "px",
837 "fontSizeTablet": "",
838 "fontSizeMobile": "",
839 "fontSizeUnitTablet": "px",
840 "fontSizeUnitMobile": "px",
841 "lineHeightTablet": "",
842 "lineHeightMobile": "",
843 "lineHeightUnitTablet": "px",
844 "lineHeightUnitMobile": "px",
845 "letterSpacingTablet": "",
846 "letterSpacingMobile": "",
847 "letterSpacingUnitTablet": "px",
848 "letterSpacingUnitMobile": "px",
849 "wordSpacingTablet": "",
850 "wordSpacingMobile": "",
851 "wordSpacingUnitTablet": "px",
852 "wordSpacingUnitMobile": "px"
853 }
854 },
855 "subHeadingTextShadow": {
856 "type": "object",
857 "default": {
858 "color": "",
859 "blur": "",
860 "horizontal": "",
861 "vertical": ""
862 }
863 },
864 "subHeadingTextStroke": {
865 "type": "object",
866 "default": {
867 "strokeWidth": "",
868 "strokeWidthTablet": "",
869 "strokeWidthMobile": "",
870 "strokeWidthUnit": "px",
871 "strokeWidthUnitTablet": "px",
872 "strokeWidthUnitMobile": "px",
873 "stroke": ""
874 }
875 },
876 "subHeadingMargin": {
877 "type": "object",
878 "default": {
879 "isLinked": true,
880 "isLinkedTablet": true,
881 "isLinkedMobile": true,
882 "common": "",
883 "top": "",
884 "right": "",
885 "bottom": "",
886 "left": "",
887 "unit": "px",
888 "commonTablet": "",
889 "topTablet": "",
890 "rightTablet": "",
891 "bottomTablet": "",
892 "leftTablet": "",
893 "unitTablet": "",
894 "commonMobile": "",
895 "topMobile": "",
896 "rightMobile": "",
897 "bottomMobile": "",
898 "leftMobile": "",
899 "unitMobile": ""
900 }
901 },
902 "desTypographyGlobal": {
903 "type": "string",
904 "default": ""
905 },
906 "desTypography": {
907 "type": "object",
908 "default": {
909 "fontFamily": "Roboto",
910 "weight": "400",
911 "transform": "",
912 "style": "",
913 "decoration": "",
914 "fontSize": "16",
915 "fontSizeUnit": "px",
916 "lineHeight": "",
917 "lineHeightUnit": "px",
918 "letterSpacing": "",
919 "letterSpacingUnit": "px",
920 "wordSpacing": "",
921 "wordSpacingUnit": "px",
922 "fontSizeTablet": "",
923 "fontSizeMobile": "",
924 "fontSizeUnitTablet": "px",
925 "fontSizeUnitMobile": "px",
926 "lineHeightTablet": "",
927 "lineHeightMobile": "",
928 "lineHeightUnitTablet": "px",
929 "lineHeightUnitMobile": "px",
930 "letterSpacingTablet": "",
931 "letterSpacingMobile": "",
932 "letterSpacingUnitTablet": "px",
933 "letterSpacingUnitMobile": "px",
934 "wordSpacingTablet": "",
935 "wordSpacingMobile": "",
936 "wordSpacingUnitTablet": "px",
937 "wordSpacingUnitMobile": "px"
938 }
939 },
940 "desTextShadow": {
941 "type": "object",
942 "default": {
943 "color": "",
944 "blur": "",
945 "horizontal": "",
946 "vertical": ""
947 }
948 },
949 "desTextStroke": {
950 "type": "object",
951 "default": {
952 "strokeWidth": "",
953 "strokeWidthTablet": "",
954 "strokeWidthMobile": "",
955 "strokeWidthUnit": "px",
956 "strokeWidthUnitTablet": "px",
957 "strokeWidthUnitMobile": "px",
958 "stroke": ""
959 }
960 },
961 "desMargin": {
962 "type": "object",
963 "default": {
964 "isLinked": true,
965 "isLinkedTablet": true,
966 "isLinkedMobile": true,
967 "common": "",
968 "top": "",
969 "right": "",
970 "bottom": "",
971 "left": "",
972 "unit": "px",
973 "commonTablet": "",
974 "topTablet": "",
975 "rightTablet": "",
976 "bottomTablet": "",
977 "leftTablet": "",
978 "unitTablet": "",
979 "commonMobile": "",
980 "topMobile": "",
981 "rightMobile": "",
982 "bottomMobile": "",
983 "leftMobile": "",
984 "unitMobile": ""
985 }
986 },
987 "btnIconSvgPath": {
988 "type": "string",
989 "default": "M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"
990 },
991 "btnIconSvgViewBox": {
992 "type": "string",
993 "default": "0 0 448 512"
994 },
995 "btnIconClass": {
996 "type": "string",
997 "default": "fas fa-arrow-right"
998 },
999 "btnIconImageUrl": {
1000 "type": "string",
1001 "default": ""
1002 },
1003 "btnIconImageID": {
1004 "type": "number",
1005 "default": 0
1006 },
1007 "btnIconImageSize": {
1008 "type": "string",
1009 "default": ""
1010 },
1011 "btnIconColor": {
1012 "type": "string",
1013 "default": "#FAFAFA"
1014 },
1015 "btnIconBgColor": {
1016 "type": "string",
1017 "default": ""
1018 },
1019 "btnIconHoverColor": {
1020 "type": "string",
1021 "default": ""
1022 },
1023 "btnIconHoverBgColor": {
1024 "type": "string",
1025 "default": ""
1026 },
1027 "btnIconType": {
1028 "type": "string",
1029 "default": "default"
1030 },
1031 "btnIconShape": {
1032 "type": "string",
1033 "default": "circle"
1034 },
1035 "btnIconPadding": {
1036 "type": "object",
1037 "default": {
1038 "isLinked": true,
1039 "common": "",
1040 "top": "",
1041 "right": "",
1042 "bottom": "",
1043 "left": "",
1044 "unit": "px"
1045 }
1046 },
1047 "btnIconBorder": {
1048 "type": "object",
1049 "default": {
1050 "borderStyle": "default",
1051 "borderStyleH": "default",
1052 "borderColor": "",
1053 "borderColorH": "",
1054 "isLinkedWidth": true,
1055 "isLinkedWidthTablet": true,
1056 "isLinkedWidthMobile": true,
1057 "commonWidth": "",
1058 "topWidth": "",
1059 "rightWidth": "",
1060 "bottomWidth": "",
1061 "leftWidth": "",
1062 "unitWidth": "px",
1063 "isLinkedWidthH": true,
1064 "isLinkedWidthHTablet": true,
1065 "isLinkedWidthHMobile": true,
1066 "commonWidthH": "",
1067 "topWidthH": "",
1068 "rightWidthH": "",
1069 "bottomWidthH": "",
1070 "leftWidthH": "",
1071 "unitWidthH": "px",
1072 "isLinkedRadius": true,
1073 "commonRadius": "",
1074 "topRadius": "",
1075 "rightRadius": "",
1076 "bottomRadius": "",
1077 "leftRadius": "",
1078 "unitRadius": "px",
1079 "isLinkedRadiusH": true,
1080 "isLinkedRadiusHTablet": true,
1081 "isLinkedRadiusHMobile": true,
1082 "commonRadiusH": "",
1083 "topRadiusH": "",
1084 "leftRadiusH": "",
1085 "unitRadiusH": "px",
1086 "transitionDuration": ""
1087 }
1088 },
1089 "btnIconBoxShadow": {
1090 "type": "object",
1091 "default": {
1092 "preset": "",
1093 "shadowType": "default",
1094 "shadow": "",
1095 "horizontal": "",
1096 "vertical": "",
1097 "blur": "",
1098 "spread": "",
1099 "color": "",
1100 "presetH": "",
1101 "shadowTypeH": "default",
1102 "shadowH": "",
1103 "horizontalH": "",
1104 "verticalH": "",
1105 "blurH": "",
1106 "spreadH": "",
1107 "colorH": "",
1108 "transitionDuration": "0"
1109 }
1110 },
1111 "btnIconSize": {
1112 "type": "number",
1113 "default": 20
1114 },
1115 "btnIconRotate": {
1116 "type": "number",
1117 "default": 0
1118 },
1119 "btnIconSizing": {
1120 "type": "object",
1121 "default": {
1122 "value": 20,
1123 "valueTablet": "",
1124 "valueMobile": "",
1125 "valueUnit": "px",
1126 "valueUnitTablet": "",
1127 "valueUnitMobile": ""
1128 }
1129 },
1130 "btnIconRotated": {
1131 "type": "object",
1132 "default": {
1133 "value": 0,
1134 "valueTablet": "",
1135 "valueMobile": "",
1136 "valueUnit": "deg",
1137 "valueUnitTablet": "",
1138 "valueUnitMobile": ""
1139 }
1140 },
1141 "btnIconRotateHover": {
1142 "type": "object",
1143 "default": {
1144 "value": 0,
1145 "valueTablet": "",
1146 "valueMobile": "",
1147 "valueUnit": "deg",
1148 "valueUnitTablet": "",
1149 "valueUnitMobile": ""
1150 }
1151 },
1152 "btnIcontransitionDuration": {
1153 "type": "number",
1154 "default": 0
1155 },
1156 "btnIconImageWidth": {
1157 "type": "number",
1158 "default": 0
1159 },
1160 "btnLink": {
1161 "type": "object",
1162 "default": {
1163 "linkDestination": "",
1164 "href": "",
1165 "lightbox": "",
1166 "linkTarget": "",
1167 "rel": "",
1168 "noFollow": "",
1169 "keyValue": "",
1170 "linkClass": ""
1171 }
1172 },
1173 "btnBorder": {
1174 "type": "object",
1175 "default": {
1176 "borderStyle": "default",
1177 "borderStyleH": "default",
1178 "borderColor": "",
1179 "borderColorH": "",
1180 "isLinkedWidth": true,
1181 "isLinkedWidthTablet": true,
1182 "isLinkedWidthMobile": true,
1183 "commonWidth": "",
1184 "commonWidthTablet": "",
1185 "commonWidthMobile": "",
1186 "topWidth": "",
1187 "rightWidth": "",
1188 "bottomWidth": "",
1189 "leftWidth": "",
1190 "topWidthTablet": "",
1191 "rightWidthTablet": "",
1192 "bottomWidthTablet": "",
1193 "leftWidthTablet": "",
1194 "topWidthMobile": "",
1195 "rightWidthMobile": "",
1196 "bottomWidthMobile": "",
1197 "leftWidthMobile": "",
1198 "unitWidth": "px",
1199 "unitWidthTablet": "",
1200 "unitWidthMobile": "",
1201 "isLinkedWidthH": true,
1202 "isLinkedWidthHTablet": true,
1203 "isLinkedWidthHMobile": true,
1204 "commonWidthH": "",
1205 "commonWidthHTablet": "",
1206 "commonWidthHMobile": "",
1207 "topWidthH": "",
1208 "rightWidthH": "",
1209 "bottomWidthH": "",
1210 "leftWidthH": "",
1211 "topWidthHTablet": "",
1212 "rightWidthHTablet": "",
1213 "bottomWidthHTablet": "",
1214 "leftWidthHTablet": "",
1215 "topWidthHMobile": "",
1216 "rightWidthHMobile": "",
1217 "bottomWidthHMobile": "",
1218 "leftWidthHMobile": "",
1219 "unitWidthH": "px",
1220 "unitWidthHTablet": "",
1221 "unitWidthHMobile": "",
1222 "isLinkedRadius": true,
1223 "isLinkedRadiusTablet": true,
1224 "isLinkedRadiusMobile": true,
1225 "commonRadius": "",
1226 "commonRadiusTablet": "",
1227 "commonRadiusMobile": "",
1228 "topRadius": "",
1229 "rightRadius": "",
1230 "bottomRadius": "",
1231 "leftRadius": "",
1232 "topRadiusTablet": "",
1233 "rightRadiusTablet": "",
1234 "bottomRadiusTablet": "",
1235 "leftRadiusTablet": "",
1236 "topRadiusMobile": "",
1237 "rightRadiusMobile": "",
1238 "bottomRadiusMobile": "",
1239 "leftRadiusMobile": "",
1240 "unitRadius": "px",
1241 "unitRadiusTablet": "",
1242 "unitRadiusMobile": "",
1243 "isLinkedRadiusH": true,
1244 "isLinkedRadiusHTablet": true,
1245 "isLinkedRadiusHMobile": true,
1246 "commonRadiusH": "",
1247 "commonRadiusHTablet": "",
1248 "commonRadiusHMobile": "",
1249 "topRadiusH": "",
1250 "rightRadiusH": "",
1251 "bottomRadiusH": "",
1252 "leftRadiusH": "",
1253 "topRadiusHTablet": "",
1254 "rightRadiusHTablet": "",
1255 "bottomRadiusHTablet": "",
1256 "leftRadiusHTablet": "",
1257 "topRadiusHMobile": "",
1258 "rightRadiusHMobile": "",
1259 "bottomRadiusHMobile": "",
1260 "leftRadiusHMobile": "",
1261 "unitRadiusH": "px",
1262 "unitRadiusHTablet": "",
1263 "unitRadiusHMobile": "",
1264 "transitionDuration": ""
1265 }
1266 },
1267 "btnPadding": {
1268 "type": "object",
1269 "default": {
1270 "isLinked": true,
1271 "isLinkedTablet": true,
1272 "isLinkedMobile": true,
1273 "common": "",
1274 "top": "",
1275 "right": "",
1276 "bottom": "",
1277 "left": "",
1278 "unit": "px",
1279 "commonTablet": "",
1280 "topTablet": "",
1281 "rightTablet": "",
1282 "bottomTablet": "",
1283 "leftTablet": "",
1284 "unitTablet": "",
1285 "commonMobile": "",
1286 "topMobile": "",
1287 "rightMobile": "",
1288 "bottomMobile": "",
1289 "leftMobile": "",
1290 "unitMobile": ""
1291 }
1292 },
1293 "btnMargin": {
1294 "type": "object",
1295 "default": {
1296 "isLinked": true,
1297 "isLinkedTablet": true,
1298 "isLinkedMobile": true,
1299 "common": "",
1300 "top": "",
1301 "right": "",
1302 "bottom": "",
1303 "left": "",
1304 "unit": "px",
1305 "commonTablet": "",
1306 "topTablet": "",
1307 "rightTablet": "",
1308 "bottomTablet": "",
1309 "leftTablet": "",
1310 "unitTablet": "",
1311 "commonMobile": "",
1312 "topMobile": "",
1313 "rightMobile": "",
1314 "bottomMobile": "",
1315 "leftMobile": "",
1316 "unitMobile": ""
1317 }
1318 },
1319 "btnTypographyGlobal": {
1320 "type": "string",
1321 "default": ""
1322 },
1323 "btnTypography": {
1324 "type": "object",
1325 "default": {
1326 "fontFamily": "",
1327 "weight": "",
1328 "transform": "",
1329 "style": "",
1330 "decoration": "",
1331 "fontSize": "",
1332 "fontSizeUnit": "px",
1333 "lineHeight": "",
1334 "lineHeightUnit": "px",
1335 "letterSpacing": "",
1336 "letterSpacingUnit": "px",
1337 "wordSpacing": "",
1338 "wordSpacingUnit": "px",
1339 "fontSizeTablet": "",
1340 "fontSizeMobile": "",
1341 "fontSizeUnitTablet": "px",
1342 "fontSizeUnitMobile": "px",
1343 "lineHeightTablet": "",
1344 "lineHeightMobile": "",
1345 "lineHeightUnitTablet": "px",
1346 "lineHeightUnitMobile": "px",
1347 "letterSpacingTablet": "",
1348 "letterSpacingMobile": "",
1349 "letterSpacingUnitTablet": "px",
1350 "letterSpacingUnitMobile": "px",
1351 "wordSpacingTablet": "",
1352 "wordSpacingMobile": "",
1353 "wordSpacingUnitTablet": "px",
1354 "wordSpacingUnitMobile": "px"
1355 }
1356 },
1357 "btnTextShadow": {
1358 "type": "object",
1359 "default": {
1360 "color": "",
1361 "blur": "",
1362 "horizontal": "",
1363 "vertical": ""
1364 }
1365 },
1366 "btnAlignment": {
1367 "type": "object",
1368 "default": {
1369 "value": "center",
1370 "valueTablet": "",
1371 "valueMobile": ""
1372 }
1373 },
1374 "ratingNumberTypographyGlobal": {
1375 "type": "string",
1376 "default": ""
1377 },
1378 "ratingNumberTypography": {
1379 "type": "object",
1380 "default": {
1381 "fontFamily": "",
1382 "weight": "",
1383 "transform": "",
1384 "style": "",
1385 "decoration": "",
1386 "fontSize": "",
1387 "fontSizeUnit": "px",
1388 "lineHeight": "",
1389 "lineHeightUnit": "px",
1390 "letterSpacing": "",
1391 "letterSpacingUnit": "px",
1392 "wordSpacing": "",
1393 "wordSpacingUnit": "px",
1394 "fontSizeTablet": "",
1395 "fontSizeMobile": "",
1396 "fontSizeUnitTablet": "px",
1397 "fontSizeUnitMobile": "px",
1398 "lineHeightTablet": "",
1399 "lineHeightMobile": "",
1400 "lineHeightUnitTablet": "px",
1401 "lineHeightUnitMobile": "px",
1402 "letterSpacingTablet": "",
1403 "letterSpacingMobile": "",
1404 "letterSpacingUnitTablet": "px",
1405 "letterSpacingUnitMobile": "px",
1406 "wordSpacingTablet": "",
1407 "wordSpacingMobile": "",
1408 "wordSpacingUnitTablet": "px",
1409 "wordSpacingUnitMobile": "px"
1410 }
1411 },
1412 "ratingMargin": {
1413 "type": "object",
1414 "default": {
1415 "isLinked": true,
1416 "isLinkedTablet": true,
1417 "isLinkedMobile": true,
1418 "common": "",
1419 "top": "",
1420 "right": "",
1421 "bottom": "",
1422 "left": "",
1423 "unit": "px",
1424 "commonTablet": "",
1425 "topTablet": "",
1426 "rightTablet": "",
1427 "bottomTablet": "",
1428 "leftTablet": "",
1429 "unitTablet": "",
1430 "commonMobile": "",
1431 "topMobile": "",
1432 "rightMobile": "",
1433 "bottomMobile": "",
1434 "leftMobile": "",
1435 "unitMobile": ""
1436 }
1437 },
1438 "starIconSvgPath": {
1439 "type": "string",
1440 "default": "M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"
1441 },
1442 "starIconSvgViewBox": {
1443 "type": "string",
1444 "default": "0 0 576 512"
1445 },
1446 "starIconClass": {
1447 "type": "string",
1448 "default": "far fa-star"
1449 },
1450 "starIconImageUrl": {
1451 "type": "string",
1452 "default": ""
1453 },
1454 "starIconImageID": {
1455 "type": "number",
1456 "default": 0
1457 },
1458 "starIconImageSize": {
1459 "type": "string",
1460 "default": ""
1461 },
1462 "starIconColor": {
1463 "type": "string",
1464 "default": "#69727d"
1465 },
1466 "starIconBgColor": {
1467 "type": "string",
1468 "default": ""
1469 },
1470 "starIconHoverColor": {
1471 "type": "string",
1472 "default": ""
1473 },
1474 "starIconHoverBgColor": {
1475 "type": "string",
1476 "default": ""
1477 },
1478 "starIconType": {
1479 "type": "string",
1480 "default": "default"
1481 },
1482 "starIconShape": {
1483 "type": "string",
1484 "default": "circle"
1485 },
1486 "starIconPadding": {
1487 "type": "object",
1488 "default": {
1489 "isLinked": true,
1490 "common": "",
1491 "top": "",
1492 "right": "",
1493 "bottom": "",
1494 "left": "",
1495 "unit": "px"
1496 }
1497 },
1498 "starIconBorder": {
1499 "type": "object",
1500 "default": {
1501 "borderStyle": "default",
1502 "borderStyleH": "default",
1503 "borderColor": "",
1504 "borderColorH": "",
1505 "isLinkedWidth": true,
1506 "isLinkedWidthTablet": true,
1507 "isLinkedWidthMobile": true,
1508 "commonWidth": "",
1509 "topWidth": "",
1510 "rightWidth": "",
1511 "bottomWidth": "",
1512 "leftWidth": "",
1513 "unitWidth": "px",
1514 "isLinkedWidthH": true,
1515 "isLinkedWidthHTablet": true,
1516 "isLinkedWidthHMobile": true,
1517 "commonWidthH": "",
1518 "topWidthH": "",
1519 "rightWidthH": "",
1520 "bottomWidthH": "",
1521 "leftWidthH": "",
1522 "unitWidthH": "px",
1523 "isLinkedRadius": true,
1524 "commonRadius": "",
1525 "topRadius": "",
1526 "rightRadius": "",
1527 "bottomRadius": "",
1528 "leftRadius": "",
1529 "unitRadius": "px",
1530 "isLinkedRadiusH": true,
1531 "isLinkedRadiusHTablet": true,
1532 "isLinkedRadiusHMobile": true,
1533 "commonRadiusH": "",
1534 "topRadiusH": "",
1535 "leftRadiusH": "",
1536 "unitRadiusH": "px",
1537 "transitionDuration": ""
1538 }
1539 },
1540 "starIconBoxShadow": {
1541 "type": "object",
1542 "default": {
1543 "preset": "",
1544 "shadowType": "default",
1545 "shadow": "",
1546 "horizontal": "",
1547 "vertical": "",
1548 "blur": "",
1549 "spread": "",
1550 "color": "",
1551 "presetH": "",
1552 "shadowTypeH": "default",
1553 "shadowH": "",
1554 "horizontalH": "",
1555 "verticalH": "",
1556 "blurH": "",
1557 "spreadH": "",
1558 "colorH": "",
1559 "transitionDuration": "0"
1560 }
1561 },
1562 "starIconSize": {
1563 "type": "number",
1564 "default": 55
1565 },
1566 "starIconRotate": {
1567 "type": "number",
1568 "default": 0
1569 },
1570 "starIconSizing": {
1571 "type": "object",
1572 "default": {
1573 "value": 55,
1574 "valueTablet": "",
1575 "valueMobile": "",
1576 "valueUnit": "px",
1577 "valueUnitTablet": "",
1578 "valueUnitMobile": ""
1579 }
1580 },
1581 "starIconRotated": {
1582 "type": "object",
1583 "default": {
1584 "value": 0,
1585 "valueTablet": "",
1586 "valueMobile": "",
1587 "valueUnit": "deg",
1588 "valueUnitTablet": "",
1589 "valueUnitMobile": ""
1590 }
1591 },
1592 "starIconRotateHover": {
1593 "type": "object",
1594 "default": {
1595 "value": 0,
1596 "valueTablet": "",
1597 "valueMobile": "",
1598 "valueUnit": "deg",
1599 "valueUnitTablet": "",
1600 "valueUnitMobile": ""
1601 }
1602 },
1603 "starIcontransitionDuration": {
1604 "type": "number",
1605 "default": 0
1606 },
1607 "starIconImageWidth": {
1608 "type": "number",
1609 "default": 0
1610 },
1611 "rating": {
1612 "type": "number",
1613 "default": 4
1614 },
1615 "spacing": {
1616 "type": "object",
1617 "default": {
1618 "value": 0,
1619 "valueTablet": "",
1620 "valueMobile": "",
1621 "valueUnit": "px",
1622 "valueUnitTablet": "",
1623 "valueUnitMobile": ""
1624 }
1625 },
1626 "ratingNumberGap": {
1627 "type": "object",
1628 "default": {
1629 "value": 0,
1630 "valueTablet": "",
1631 "valueMobile": "",
1632 "valueUnit": "px",
1633 "valueUnitTablet": "",
1634 "valueUnitMobile": ""
1635 }
1636 },
1637 "iconGap": {
1638 "type": "object",
1639 "default": {
1640 "value": 16,
1641 "valueTablet": "",
1642 "valueMobile": "",
1643 "valueUnit": "px",
1644 "valueUnitTablet": "",
1645 "valueUnitMobile": ""
1646 }
1647 },
1648 "contentGap": {
1649 "type": "object",
1650 "default": {
1651 "value": 10,
1652 "valueTablet": "",
1653 "valueMobile": "",
1654 "valueUnit": "px",
1655 "valueUnitTablet": "",
1656 "valueUnitMobile": ""
1657 }
1658 },
1659 "_margin": {
1660 "type": "object",
1661 "default": {
1662 "isLinked": true,
1663 "isLinkedTablet": true,
1664 "isLinkedMobile": true,
1665 "common": "",
1666 "top": "",
1667 "right": "",
1668 "bottom": "",
1669 "left": "",
1670 "unit": "px",
1671 "commonTablet": "",
1672 "topTablet": "",
1673 "rightTablet": "",
1674 "bottomTablet": "",
1675 "leftTablet": "",
1676 "unitTablet": "",
1677 "commonMobile": "",
1678 "topMobile": "",
1679 "rightMobile": "",
1680 "bottomMobile": "",
1681 "leftMobile": "",
1682 "unitMobile": ""
1683 }
1684 },
1685 "_padding": {
1686 "type": "object",
1687 "default": {
1688 "isLinked": true,
1689 "isLinkedTablet": true,
1690 "isLinkedMobile": true,
1691 "common": "",
1692 "top": "",
1693 "right": "",
1694 "bottom": "",
1695 "left": "",
1696 "unit": "px",
1697 "commonTablet": "",
1698 "topTablet": "",
1699 "rightTablet": "",
1700 "bottomTablet": "",
1701 "leftTablet": "",
1702 "unitTablet": "",
1703 "commonMobile": "",
1704 "topMobile": "",
1705 "rightMobile": "",
1706 "bottomMobile": "",
1707 "leftMobile": "",
1708 "unitMobile": ""
1709 }
1710 },
1711 "_width": {
1712 "type": "object",
1713 "default": {
1714 "widthType": "default",
1715 "widthTypeTablet": "",
1716 "widthTypeMobile": "",
1717 "customWidth": "",
1718 "customWidthTablet": "",
1719 "customWidthMobile": "",
1720 "customWidthUnit": "%",
1721 "customWidthUnitTablet": "",
1722 "customWidthUnitMobile": ""
1723 }
1724 },
1725 "_border": {
1726 "type": "object",
1727 "default": {
1728 "borderStyle": "default",
1729 "borderStyleH": "default",
1730 "borderColor": "",
1731 "borderColorH": "",
1732 "isLinkedWidth": true,
1733 "isLinkedWidthTablet": true,
1734 "isLinkedWidthMobile": true,
1735 "commonWidth": "",
1736 "commonWidthTablet": "",
1737 "commonWidthMobile": "",
1738 "topWidth": "",
1739 "rightWidth": "",
1740 "bottomWidth": "",
1741 "leftWidth": "",
1742 "topWidthTablet": "",
1743 "rightWidthTablet": "",
1744 "bottomWidthTablet": "",
1745 "leftWidthTablet": "",
1746 "topWidthMobile": "",
1747 "rightWidthMobile": "",
1748 "bottomWidthMobile": "",
1749 "leftWidthMobile": "",
1750 "unitWidth": "px",
1751 "unitWidthTablet": "",
1752 "unitWidthMobile": "",
1753 "isLinkedWidthH": true,
1754 "isLinkedWidthHTablet": true,
1755 "isLinkedWidthHMobile": true,
1756 "commonWidthH": "",
1757 "commonWidthHTablet": "",
1758 "commonWidthHMobile": "",
1759 "topWidthH": "",
1760 "rightWidthH": "",
1761 "bottomWidthH": "",
1762 "leftWidthH": "",
1763 "topWidthHTablet": "",
1764 "rightWidthHTablet": "",
1765 "bottomWidthHTablet": "",
1766 "leftWidthHTablet": "",
1767 "topWidthHMobile": "",
1768 "rightWidthHMobile": "",
1769 "bottomWidthHMobile": "",
1770 "leftWidthHMobile": "",
1771 "unitWidthH": "px",
1772 "unitWidthHTablet": "",
1773 "unitWidthHMobile": "",
1774 "isLinkedRadius": true,
1775 "isLinkedRadiusTablet": true,
1776 "isLinkedRadiusMobile": true,
1777 "commonRadius": "",
1778 "commonRadiusTablet": "",
1779 "commonRadiusMobile": "",
1780 "topRadius": "",
1781 "rightRadius": "",
1782 "bottomRadius": "",
1783 "leftRadius": "",
1784 "topRadiusTablet": "",
1785 "rightRadiusTablet": "",
1786 "bottomRadiusTablet": "",
1787 "leftRadiusTablet": "",
1788 "topRadiusMobile": "",
1789 "rightRadiusMobile": "",
1790 "bottomRadiusMobile": "",
1791 "leftRadiusMobile": "",
1792 "unitRadius": "px",
1793 "unitRadiusTablet": "",
1794 "unitRadiusMobile": "",
1795 "isLinkedRadiusH": true,
1796 "isLinkedRadiusHTablet": true,
1797 "isLinkedRadiusHMobile": true,
1798 "commonRadiusH": "",
1799 "commonRadiusHTablet": "",
1800 "commonRadiusHMobile": "",
1801 "topRadiusH": "",
1802 "rightRadiusH": "",
1803 "bottomRadiusH": "",
1804 "leftRadiusH": "",
1805 "topRadiusHTablet": "",
1806 "rightRadiusHTablet": "",
1807 "bottomRadiusHTablet": "",
1808 "leftRadiusHTablet": "",
1809 "topRadiusHMobile": "",
1810 "rightRadiusHMobile": "",
1811 "bottomRadiusHMobile": "",
1812 "leftRadiusHMobile": "",
1813 "unitRadiusH": "px",
1814 "unitRadiusHTablet": "",
1815 "unitRadiusHMobile": "",
1816 "transitionDuration": ""
1817 }
1818 },
1819 "_position": {
1820 "type": "object",
1821 "default": {
1822 "positionType": "relative",
1823 "positionTypeTablet": "",
1824 "positionTypeMobile": "",
1825 "hOrientation": "",
1826 "hOffset": "",
1827 "hOffsetTablet": "",
1828 "hOffsetMobile": "",
1829 "hOffsetUnit": "px",
1830 "hOffsetUnitTablet": "px",
1831 "hOffsetUnitMobile": "px",
1832 "vOrientation": "",
1833 "vOffset": "",
1834 "vOffsetTablet": "",
1835 "vOffsetMobile": "",
1836 "vOffsetUnit": "px",
1837 "vOffsetUnitTablet": "px",
1838 "vOffsetUnitMobile": "px"
1839 }
1840 },
1841 "_background": {
1842 "type": "object",
1843 "default": {
1844 "backgroundType": "none",
1845 "backgroundTypeH": "none",
1846 "backgroundColor": "",
1847 "backgroundColorH": "",
1848 "imgId": "",
1849 "imgIdTablet": "",
1850 "imgIdMobile": "",
1851 "imgUrl": "",
1852 "imgUrlTablet": "",
1853 "imgUrlMobile": "",
1854 "imgSize": "",
1855 "imgSizeTablet": "",
1856 "imgSizeMobile": "",
1857 "imgPosition": "",
1858 "imgPositionTablet": "",
1859 "imgPositionMobile": "",
1860 "imgXPositionUnit": "px",
1861 "imgXPositionUnitTablet": "",
1862 "imgXPositionUnitMobile": "",
1863 "imgXPosition": "",
1864 "imgXPositionTablet": "",
1865 "imgXPositionMobile": "",
1866 "imgYPositionUnit": "px",
1867 "imgYPositionUnitTablet": "",
1868 "imgYPositionUnitMobile": "",
1869 "imgYPosition": "",
1870 "imgYPositionTablet": "",
1871 "imgYPositionMobile": "",
1872 "imgAttachment": "",
1873 "imgRepeat": "",
1874 "imgRepeatTablet": "",
1875 "imgRepeatMobile": "",
1876 "imgDisplaySize": "",
1877 "imgDisplaySizeTablet": "",
1878 "imgDisplaySizeMobile": "",
1879 "imgDisplaySizeWidth": "",
1880 "imgDisplaySizeWidthTablet": "",
1881 "imgDisplaySizeWidthMobile": "",
1882 "imgDisplaySizeWidthUnit": "px",
1883 "imgDisplaySizeWidthUnitTablet": "",
1884 "imgDisplaySizeWidthUnitMobile": "",
1885 "imgIdH": "",
1886 "imgIdTabletH": "",
1887 "imgIdMobileH": "",
1888 "imgUrlH": "",
1889 "imgUrlHTablet": "",
1890 "imgUrlHMobile": "",
1891 "imgSizeH": "",
1892 "imgSizeHTablet": "",
1893 "imgSizeHMobile": "",
1894 "imgPositionH": "",
1895 "imgPositionHTablet": "",
1896 "imgPositionHMobile": "",
1897 "imgXPositionUnitH": "px",
1898 "imgXPositionUnitHTablet": "",
1899 "imgXPositionUnitHMobile": "",
1900 "imgXPositionH": "",
1901 "imgXPositionHTablet": "",
1902 "imgXPositionHMobile": "",
1903 "imgYPositionUnitH": "px",
1904 "imgYPositionUnitHTablet": "",
1905 "imgYPositionUnitHMobile": "",
1906 "imgYPositionH": "",
1907 "imgYPositionHTablet": "",
1908 "imgYPositionHMobile": "",
1909 "imgAttachmentH": "",
1910 "imgRepeatH": "",
1911 "imgRepeatHTablet": "",
1912 "imgRepeatHMobile": "",
1913 "imgDisplaySizeH": "",
1914 "imgDisplaySizeHTablet": "",
1915 "imgDisplaySizeHMobile": "",
1916 "imgDisplaySizeWidthH": "",
1917 "imgDisplaySizeWidthHTablet": "",
1918 "imgDisplaySizeWidthHMobile": "",
1919 "imgDisplaySizeWidthHUnit": "px",
1920 "imgDisplaySizeWidthHUnitTablet": "",
1921 "imgDisplaySizeWidthHUnitMobile": "",
1922 "transitionDuration": "",
1923 "videoUrl": "",
1924 "youtubeURL": "",
1925 "vimeoURL": "",
1926 "selfHostedURL": "",
1927 "externalLink": false,
1928 "videoSource": "none",
1929 "videoPlayOnce": "",
1930 "videoStartTime": "",
1931 "videoEndTime": "",
1932 "playOnMobile": "",
1933 "videoPrivacyMode": "",
1934 "fallbackImageUrl": ""
1935 }
1936 },
1937 "_zIndex": {
1938 "type": "object",
1939 "default": {
1940 "zIndex": "",
1941 "zIndexTablet": "",
1942 "zIndexMobile": ""
1943 }
1944 },
1945 "_transform": {
1946 "type": "object",
1947 "default": {
1948 "rotate": "",
1949 "rotateTablet": "",
1950 "rotateMobile": "",
1951 "rotate3D": false,
1952 "rotate3DTablet": false,
1953 "rotate3DMobile": false,
1954 "rotateX": "",
1955 "rotateXTablet": "",
1956 "rotateXMobile": "",
1957 "rotateY": "",
1958 "rotateYTablet": "",
1959 "rotateYMobile": "",
1960 "rotateP": "",
1961 "rotatePTablet": "",
1962 "rotatePMobile": "",
1963 "offsetX": "",
1964 "offsetXTablet": "",
1965 "offsetXMobile": "",
1966 "offsetXUnit": "px",
1967 "offsetXUnitTablet": "px",
1968 "offsetXUnitMobile": "px",
1969 "offsetY": "",
1970 "offsetYTablet": "",
1971 "offsetYMobile": "",
1972 "offsetYUnit": "px",
1973 "offsetYUnitTablet": "px",
1974 "offsetYUnitMobile": "px",
1975 "scaleProportions": false,
1976 "scale": "",
1977 "scaleTablet": "",
1978 "scaleMobile": "",
1979 "scaleX": "",
1980 "scaleXTablet": "",
1981 "scaleXMobile": "",
1982 "scaleY": "",
1983 "scaleYTablet": "",
1984 "scaleYMobile": "",
1985 "skewX": "",
1986 "skewXTablet": "",
1987 "skewXMobile": "",
1988 "skewY": "",
1989 "skewYTablet": "",
1990 "skewYMobile": "",
1991 "flipHorizontal": false,
1992 "flipVertical": false,
1993 "xAnchorPoint": "",
1994 "xAnchorPointTablet": "",
1995 "xAnchorPointMobile": "",
1996 "yAnchorPoint": "",
1997 "yAnchorPointTablet": "",
1998 "yAnchorPointMobile": "",
1999 "rotateH": "",
2000 "rotateHTablet": "",
2001 "rotateHMobile": "",
2002 "rotate3DH": false,
2003 "rotate3DHTablet": false,
2004 "rotate3DHMobile": false,
2005 "rotateXH": "",
2006 "rotateXHTablet": "",
2007 "rotateXHMobile": "",
2008 "rotateYH": "",
2009 "rotateYHTablet": "",
2010 "rotateYHMobile": "",
2011 "rotatePH": "",
2012 "rotatePHTablet": "",
2013 "rotatePHMobile": "",
2014 "offsetXH": "",
2015 "offsetXHTablet": "",
2016 "offsetXHMobile": "",
2017 "offsetXHUnit": "px",
2018 "offsetXHUnitTablet": "px",
2019 "offsetXHUnitMobile": "px",
2020 "offsetYH": "",
2021 "offsetYHTablet": "",
2022 "offsetYHMobile": "",
2023 "offsetYHUnit": "px",
2024 "offsetYHUnitTablet": "px",
2025 "offsetYHUnitMobile": "px",
2026 "scaleProportionsH": false,
2027 "scaleH": "",
2028 "scaleHTablet": "",
2029 "scaleHMobile": "",
2030 "scaleXH": "",
2031 "scaleXHTablet": "",
2032 "scaleXHMobile": "",
2033 "scaleYH": "",
2034 "scaleYHTablet": "",
2035 "scaleYHMobile": "",
2036 "skewXH": "",
2037 "skewXHTablet": "",
2038 "skewXHMobile": "",
2039 "skewYH": "",
2040 "skewYHTablet": "",
2041 "skewYHMobile": "",
2042 "flipHorizontalH": false,
2043 "flipVerticalH": false,
2044 "xAnchorPointH": "",
2045 "xAnchorPointHTablet": "",
2046 "xAnchorPointHMobile": "",
2047 "yAnchorPointH": "",
2048 "yAnchorPointHTablet": "",
2049 "yAnchorPointHMobile": "",
2050 "transitionH": ""
2051 }
2052 },
2053 "_mask": {
2054 "type": "object",
2055 "default": {
2056 "mask": false,
2057 "maskTablet": false,
2058 "maskMobile": false,
2059 "maskShape": "circle",
2060 "customMaskShape": "",
2061 "maskSize": "",
2062 "maskSizeTablet": "",
2063 "maskSizeMobile": "",
2064 "maskPosition": "",
2065 "maskPositionTablet": "",
2066 "maskPositionMobile": "",
2067 "maskRepeat": "",
2068 "maskRepeatTablet": "",
2069 "maskRepeatMobile": "",
2070 "scaleUnit": "px",
2071 "scaleUnitTablet": "px",
2072 "scaleUnitMobile": "px",
2073 "scale": "0",
2074 "scaleTablet": "0",
2075 "scaleMobile": "0",
2076 "xPositionUnit": "px",
2077 "xPositionUnitTablet": "px",
2078 "xPositionUnitMobile": "px",
2079 "xPosition": "",
2080 "xPositionTablet": "0",
2081 "xPositionMobile": "0",
2082 "yPositionUnit": "0",
2083 "yPositionUnitTablet": "px",
2084 "yPositionUnitMobile": "px",
2085 "yPosition": "0",
2086 "yPositionTablet": "0",
2087 "yPositionMobile": "0"
2088 }
2089 },
2090 "_animation": {
2091 "type": "object",
2092 "default": {
2093 "animationType": "",
2094 "animationTypeTablet": "",
2095 "animationTypeMobile": "",
2096 "animationDuration": "",
2097 "animationDelay": ""
2098 }
2099 },
2100 "_boxShadow": {
2101 "type": "object",
2102 "default": {
2103 "preset": "",
2104 "shadowType": "default",
2105 "shadow": "",
2106 "horizontal": "",
2107 "vertical": "",
2108 "blur": "",
2109 "spread": "",
2110 "color": "",
2111 "presetH": "",
2112 "shadowTypeH": "default",
2113 "shadowH": "",
2114 "horizontalH": "",
2115 "verticalH": "",
2116 "blurH": "",
2117 "spreadH": "",
2118 "colorH": "",
2119 "transitionDuration": "0"
2120 }
2121 },
2122 "_gsapAnimation": {
2123 "type": "object",
2124 "default": {
2125 "animationType": "none",
2126 "duration": 1,
2127 "delay": 0,
2128 "triggerType": "scroll",
2129 "ease": "none",
2130 "x": 0,
2131 "y": 0,
2132 "rotation": 0,
2133 "rotationY": 0,
2134 "opacity": 1,
2135 "xTo": 0,
2136 "yTo": 0,
2137 "rotationTo": 0,
2138 "rotationYTo": 0,
2139 "opacityTo": 1,
2140 "easeTo": "none",
2141 "loops": false,
2142 "numberOfRepeat": 0,
2143 "isSmooth": true,
2144 "startPoint": 80,
2145 "endPoint": 10
2146 }
2147 },
2148 "_hide_on_desktop": {
2149 "type": "boolean",
2150 "default": false
2151 },
2152 "_hide_on_tablet": {
2153 "type": "boolean",
2154 "default": false
2155 },
2156 "_hide_on_mobile": {
2157 "type": "boolean",
2158 "default": false
2159 },
2160 "_custom_css": {
2161 "type": "string",
2162 "default": ""
2163 },
2164 "_animation_element_trigger": {
2165 "type": "array",
2166 "default": [],
2167 "items": {
2168 "type": "object"
2169 }
2170 },
2171 "_animation_page_trigger": {
2172 "type": "array",
2173 "default": [],
2174 "items": {
2175 "type": "object"
2176 }
2177 }
2178 }
2179 }