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

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

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