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

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

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