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

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