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

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

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