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