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-product-summary / 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-product-summary/block.json

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