PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.8.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.8.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-coupon-form / block.json

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

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