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

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

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