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

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

1,040 lines 32.9 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/carousel",
5 "version": "0.1.0",
6 "title": "Carousel",
7 "category": "ablocks",
8 "description": "Make attractive image presentation with carousel",
9 "example": [],
10 "supports": {
11 "html": true,
12 "anchor": true
13 },
14 "textdomain": "ablocks",
15 "editorStyle": [
16 "ablocks-swiper-style",
17 "ablocks-animate-style",
18 "ablocks-common-style",
19 "file:./style.css"
20 ],
21 "editorScript": [
22 "ablocks-swiper-script",
23 "ablocks-common-script",
24 "file:./view.js"
25 ],
26 "attributes": {
27 "block_id": {
28 "type": "string",
29 "default": ""
30 },
31 "effect": {
32 "type": "string",
33 "default": "slide"
34 },
35 "reverseDirection": {
36 "type": "boolean",
37 "default": true
38 },
39 "carouselSlideLength": {
40 "type": "number",
41 "default": 1
42 },
43 "isLoop": {
44 "type": "boolean",
45 "default": false
46 },
47 "autoplay": {
48 "type": "boolean",
49 "default": true
50 },
51 "autoPlayReverse": {
52 "type": "boolean",
53 "default": false
54 },
55 "autoplayDelay": {
56 "type": "number",
57 "default": 3000
58 },
59 "autoplayProgress": {
60 "type": "boolean",
61 "default": true
62 },
63 "autoplayPauseOnHover": {
64 "type": "boolean",
65 "default": true
66 },
67 "speed": {
68 "type": "number",
69 "default": 800
70 },
71 "pagination": {
72 "type": "boolean",
73 "default": true
74 },
75 "paginationClickable": {
76 "type": "boolean",
77 "default": true
78 },
79 "navigation": {
80 "type": "boolean",
81 "default": true
82 },
83 "navigationIconColor": {
84 "type": "string",
85 "default": "#686868"
86 },
87 "navigationIconColorH": {
88 "type": "string",
89 "default": ""
90 },
91 "navigationIconBgColor": {
92 "type": "string",
93 "default": "#e4e4e4"
94 },
95 "navigationIconBgColorH": {
96 "type": "string",
97 "default": ""
98 },
99 "navigationIconTransition": {
100 "type": "number",
101 "default": ""
102 },
103 "paginationColor": {
104 "type": "string",
105 "default": "black"
106 },
107 "paginationActiveColor": {
108 "type": "string",
109 "default": "black"
110 },
111 "grabCursor": {
112 "type": "boolean",
113 "default": true
114 },
115 "mousewheel": {
116 "type": "boolean",
117 "default": true
118 },
119 "verticalAlignment": {
120 "type": "string",
121 "default": "center"
122 },
123 "navigationIconBorder": {
124 "type": "object",
125 "default": {
126 "borderStyle": "default",
127 "borderStyleH": "default",
128 "borderColor": "",
129 "borderColorH": "",
130 "isLinkedWidth": true,
131 "isLinkedWidthTablet": true,
132 "isLinkedWidthMobile": true,
133 "commonWidth": "",
134 "commonWidthTablet": "",
135 "commonWidthMobile": "",
136 "topWidth": "",
137 "rightWidth": "",
138 "bottomWidth": "",
139 "leftWidth": "",
140 "topWidthTablet": "",
141 "rightWidthTablet": "",
142 "bottomWidthTablet": "",
143 "leftWidthTablet": "",
144 "topWidthMobile": "",
145 "rightWidthMobile": "",
146 "bottomWidthMobile": "",
147 "leftWidthMobile": "",
148 "unitWidth": "px",
149 "unitWidthTablet": "",
150 "unitWidthMobile": "",
151 "isLinkedWidthH": true,
152 "isLinkedWidthHTablet": true,
153 "isLinkedWidthHMobile": true,
154 "commonWidthH": "",
155 "commonWidthHTablet": "",
156 "commonWidthHMobile": "",
157 "topWidthH": "",
158 "rightWidthH": "",
159 "bottomWidthH": "",
160 "leftWidthH": "",
161 "topWidthHTablet": "",
162 "rightWidthHTablet": "",
163 "bottomWidthHTablet": "",
164 "leftWidthHTablet": "",
165 "topWidthHMobile": "",
166 "rightWidthHMobile": "",
167 "bottomWidthHMobile": "",
168 "leftWidthHMobile": "",
169 "unitWidthH": "px",
170 "unitWidthHTablet": "",
171 "unitWidthHMobile": "",
172 "isLinkedRadius": true,
173 "isLinkedRadiusTablet": true,
174 "isLinkedRadiusMobile": true,
175 "commonRadius": "",
176 "commonRadiusTablet": "",
177 "commonRadiusMobile": "",
178 "topRadius": "",
179 "rightRadius": "",
180 "bottomRadius": "",
181 "leftRadius": "",
182 "topRadiusTablet": "",
183 "rightRadiusTablet": "",
184 "bottomRadiusTablet": "",
185 "leftRadiusTablet": "",
186 "topRadiusMobile": "",
187 "rightRadiusMobile": "",
188 "bottomRadiusMobile": "",
189 "leftRadiusMobile": "",
190 "unitRadius": "px",
191 "unitRadiusTablet": "",
192 "unitRadiusMobile": "",
193 "isLinkedRadiusH": true,
194 "isLinkedRadiusHTablet": true,
195 "isLinkedRadiusHMobile": true,
196 "commonRadiusH": "",
197 "commonRadiusHTablet": "",
198 "commonRadiusHMobile": "",
199 "topRadiusH": "",
200 "rightRadiusH": "",
201 "bottomRadiusH": "",
202 "leftRadiusH": "",
203 "topRadiusHTablet": "",
204 "rightRadiusHTablet": "",
205 "bottomRadiusHTablet": "",
206 "leftRadiusHTablet": "",
207 "topRadiusHMobile": "",
208 "rightRadiusHMobile": "",
209 "bottomRadiusHMobile": "",
210 "leftRadiusHMobile": "",
211 "unitRadiusH": "px",
212 "unitRadiusHTablet": "",
213 "unitRadiusHMobile": "",
214 "transitionDuration": ""
215 }
216 },
217 "navigationIconPadding": {
218 "type": "object",
219 "default": {
220 "isLinked": true,
221 "isLinkedTablet": true,
222 "isLinkedMobile": true,
223 "common": "",
224 "top": "",
225 "right": "",
226 "bottom": "",
227 "left": "",
228 "unit": "px",
229 "commonTablet": "",
230 "topTablet": "",
231 "rightTablet": "",
232 "bottomTablet": "",
233 "leftTablet": "",
234 "unitTablet": "",
235 "commonMobile": "",
236 "topMobile": "",
237 "rightMobile": "",
238 "bottomMobile": "",
239 "leftMobile": "",
240 "unitMobile": ""
241 }
242 },
243 "carouselHeight": {
244 "type": "object",
245 "default": {
246 "value": 300,
247 "valueTablet": 300,
248 "valueMobile": 300,
249 "valueUnit": "px",
250 "valueUnitTablet": "",
251 "valueUnitMobile": ""
252 }
253 },
254 "navigationIconSize": {
255 "type": "object",
256 "default": {
257 "value": 35,
258 "valueTablet": 35,
259 "valueMobile": 35,
260 "valueUnit": "px",
261 "valueUnitTablet": "",
262 "valueUnitMobile": ""
263 }
264 },
265 "slidesPerView": {
266 "type": "object",
267 "default": {
268 "value": 1,
269 "valueTablet": 1,
270 "valueMobile": 1
271 }
272 },
273 "gap": {
274 "type": "object",
275 "default": {
276 "value": 0,
277 "valueTablet": 0,
278 "valueMobile": 0
279 }
280 },
281 "navigationIconPositionY": {
282 "type": "object",
283 "default": {
284 "value": 50,
285 "valueUnit": "%",
286 "valueUnitTablet": "",
287 "valueUnitMobile": ""
288 }
289 },
290 "navigationIconPositionNextX": {
291 "type": "object",
292 "default": {
293 "value": -3,
294 "valueTablet": "",
295 "valueMobile": "",
296 "valueUnit": "%",
297 "valueUnitTablet": "",
298 "valueUnitMobile": ""
299 }
300 },
301 "navigationIconPositionPrevX": {
302 "type": "object",
303 "default": {
304 "value": -3,
305 "valueUnit": "%",
306 "valueUnitTablet": "",
307 "valueUnitMobile": ""
308 }
309 },
310 "leftIconSvgPath": {
311 "type": "string",
312 "default": "M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z"
313 },
314 "leftIconSvgViewBox": {
315 "type": "string",
316 "default": "0 0 512 512"
317 },
318 "leftIconClass": {
319 "type": "string",
320 "default": "far fa-arrow-alt-circle-left"
321 },
322 "leftIconImageUrl": {
323 "type": "string",
324 "default": ""
325 },
326 "leftIconImageID": {
327 "type": "number",
328 "default": 0
329 },
330 "leftIconImageSize": {
331 "type": "string",
332 "default": ""
333 },
334 "leftIconColor": {
335 "type": "string",
336 "default": "#69727d"
337 },
338 "leftIconBgColor": {
339 "type": "string",
340 "default": ""
341 },
342 "leftIconType": {
343 "type": "string",
344 "default": "default"
345 },
346 "leftIconShape": {
347 "type": "string",
348 "default": "circle"
349 },
350 "leftIconPadding": {
351 "type": "object",
352 "default": {
353 "isLinked": true,
354 "common": "",
355 "top": "",
356 "right": "",
357 "bottom": "",
358 "left": "",
359 "unit": "px"
360 }
361 },
362 "leftIconBorderRadius": {
363 "type": "object",
364 "default": {
365 "isLinked": true,
366 "common": "",
367 "top": "",
368 "right": "",
369 "bottom": "",
370 "left": "",
371 "unit": "px"
372 }
373 },
374 "leftIconBorderWidth": {
375 "type": "object",
376 "default": {
377 "isLinked": true,
378 "common": "",
379 "top": "",
380 "right": "",
381 "bottom": "",
382 "left": "",
383 "unit": "px"
384 }
385 },
386 "leftIconSize": {
387 "type": "number",
388 "default": 55
389 },
390 "leftIconRotate": {
391 "type": "number",
392 "default": 0
393 },
394 "leftIconSizing": {
395 "type": "object",
396 "default": {
397 "value": 55,
398 "valueTablet": "",
399 "valueMobile": "",
400 "valueUnit": "px",
401 "valueUnitTablet": "",
402 "valueUnitMobile": ""
403 }
404 },
405 "leftIconRotated": {
406 "type": "object",
407 "default": {
408 "value": 0,
409 "valueTablet": "",
410 "valueMobile": "",
411 "valueUnit": "deg",
412 "valueUnitTablet": "",
413 "valueUnitMobile": ""
414 }
415 },
416 "leftIconRotateHover": {
417 "type": "object",
418 "default": {
419 "value": 0,
420 "valueTablet": "",
421 "valueMobile": "",
422 "valueUnit": "deg",
423 "valueUnitTablet": "",
424 "valueUnitMobile": ""
425 }
426 },
427 "leftIcontransitionDuration": {
428 "type": "number",
429 "default": 0
430 },
431 "leftIconImageWidth": {
432 "type": "number",
433 "default": 0
434 },
435 "rightIconSvgPath": {
436 "type": "string",
437 "default": "M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z"
438 },
439 "rightIconSvgViewBox": {
440 "type": "string",
441 "default": "0 0 512 512"
442 },
443 "rightIconClass": {
444 "type": "string",
445 "default": "far fa-arrow-alt-circle-right"
446 },
447 "rightIconImageUrl": {
448 "type": "string",
449 "default": ""
450 },
451 "rightIconImageID": {
452 "type": "number",
453 "default": 0
454 },
455 "rightIconImageSize": {
456 "type": "string",
457 "default": ""
458 },
459 "rightIconColor": {
460 "type": "string",
461 "default": "#69727d"
462 },
463 "rightIconBgColor": {
464 "type": "string",
465 "default": ""
466 },
467 "rightIconType": {
468 "type": "string",
469 "default": "default"
470 },
471 "rightIconShape": {
472 "type": "string",
473 "default": "circle"
474 },
475 "rightIconPadding": {
476 "type": "object",
477 "default": {
478 "isLinked": true,
479 "common": "",
480 "top": "",
481 "right": "",
482 "bottom": "",
483 "left": "",
484 "unit": "px"
485 }
486 },
487 "rightIconBorderRadius": {
488 "type": "object",
489 "default": {
490 "isLinked": true,
491 "common": "",
492 "top": "",
493 "right": "",
494 "bottom": "",
495 "left": "",
496 "unit": "px"
497 }
498 },
499 "rightIconBorderWidth": {
500 "type": "object",
501 "default": {
502 "isLinked": true,
503 "common": "",
504 "top": "",
505 "right": "",
506 "bottom": "",
507 "left": "",
508 "unit": "px"
509 }
510 },
511 "rightIconSize": {
512 "type": "number",
513 "default": 55
514 },
515 "rightIconRotate": {
516 "type": "number",
517 "default": 0
518 },
519 "rightIconSizing": {
520 "type": "object",
521 "default": {
522 "value": 55,
523 "valueTablet": "",
524 "valueMobile": "",
525 "valueUnit": "px",
526 "valueUnitTablet": "",
527 "valueUnitMobile": ""
528 }
529 },
530 "rightIconRotated": {
531 "type": "object",
532 "default": {
533 "value": 0,
534 "valueTablet": "",
535 "valueMobile": "",
536 "valueUnit": "deg",
537 "valueUnitTablet": "",
538 "valueUnitMobile": ""
539 }
540 },
541 "rightIconRotateHover": {
542 "type": "object",
543 "default": {
544 "value": 0,
545 "valueTablet": "",
546 "valueMobile": "",
547 "valueUnit": "deg",
548 "valueUnitTablet": "",
549 "valueUnitMobile": ""
550 }
551 },
552 "rightIcontransitionDuration": {
553 "type": "number",
554 "default": 0
555 },
556 "rightIconImageWidth": {
557 "type": "number",
558 "default": 0
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": "0",
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 "_hide_on_desktop": {
1024 "type": "boolean",
1025 "default": false
1026 },
1027 "_hide_on_tablet": {
1028 "type": "boolean",
1029 "default": false
1030 },
1031 "_hide_on_mobile": {
1032 "type": "boolean",
1033 "default": false
1034 },
1035 "_custom_css": {
1036 "type": "string",
1037 "default": ""
1038 }
1039 }
1040 }