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

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

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