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 / content-timeline-child / block.json

block.json in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.14.0, at assets/build/blocks/content-timeline-child/block.json

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