PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.9.1
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.9.1
2.13.0 2.13.1 2.12.0 2.11.1 2.11.0 2.10.0 2.9.0 2.7.4 2.7.5 2.7.6 2.7.7 2.8.0 2.8.1 2.9.1 trunk 1.0 1.0-beta1 1.0-beta2 1.0-beta3 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 All 80 releases
ablocks / assets / build / blocks / content-timeline / block.json

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

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