PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.9.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.9.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 1.1.2 All 80 releases
ablocks / assets / build / blocks / storeengine-products / block.json

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

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