PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.9.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.9.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 1.1.2 All 80 releases
ablocks / assets / build / blocks / counter / deprecated / block.json

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

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