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

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