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 / stripe-button / block.json

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

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