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

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

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