PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.11.1
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.11.1
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.11.1, at assets/build/blocks/menu/block.json

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