PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.10.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.10.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-funnel-offer / block.json

block.json in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.10.0, at assets/build/blocks/storeengine-funnel-offer/block.json

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