PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.8.1
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.8.1
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-product-review / block.json

block.json in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.8.1, at assets/build/blocks/storeengine-product-review/block.json

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