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

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

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