PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.12.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.12.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 / ecm-claim-list / block.json

block.json in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.12.0, at assets/build/blocks/ecm-claim-list/block.json

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