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 / form-builder / block.json

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

1,699 lines 52.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/form-builder",
5 "version": "0.1.0",
6 "title": "Form Builder",
7 "category": "ablocks",
8 "description": "Add customizable, impactful forms.",
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 "email_list_id": {
30 "type": "string",
31 "default": ""
32 },
33 "blockVersion": {
34 "type": "number",
35 "default": ""
36 },
37 "variationSelected": {
38 "type": "boolean",
39 "default": true
40 },
41 "postId": {
42 "type": "number",
43 "default": ""
44 },
45 "email_template_id": {
46 "type": "string",
47 "default": ""
48 },
49 "showLabels": {
50 "type": "boolean",
51 "default": true
52 },
53 "subscriberToUser": {
54 "type": "boolean",
55 "default": false
56 },
57 "adminNotify": {
58 "type": "boolean",
59 "default": true
60 },
61 "loginRedirect": {
62 "type": "boolean",
63 "default": false
64 },
65 "registerRedirect": {
66 "type": "boolean",
67 "default": false
68 },
69 "navigatorAccess": {
70 "type": "boolean",
71 "default": false
72 },
73 "formName": {
74 "type": "string",
75 "default": ""
76 },
77 "formType": {
78 "type": "string",
79 "default": ""
80 },
81 "formActions": {
82 "type": "array",
83 "default": []
84 },
85 "childDetails": {
86 "type": "array",
87 "default": []
88 },
89 "labelColor": {
90 "type": "string",
91 "default": "#000000"
92 },
93 "helperTextColor": {
94 "type": "string",
95 "default": ""
96 },
97 "customForm": {
98 "type": "boolean",
99 "default": false
100 },
101 "inputColor": {
102 "type": "string",
103 "default": ""
104 },
105 "inputBgColor": {
106 "type": "string",
107 "default": "white"
108 },
109 "inputPlaceholderColor": {
110 "type": "string",
111 "default": ""
112 },
113 "buttonSize": {
114 "type": "string",
115 "default": "full-width"
116 },
117 "buttonColor": {
118 "type": "string",
119 "default": ""
120 },
121 "buttonBgColor": {
122 "type": "string",
123 "default": ""
124 },
125 "buttonHColor": {
126 "type": "string",
127 "default": ""
128 },
129 "buttonBgHColor": {
130 "type": "string",
131 "default": ""
132 },
133 "buttonText": {
134 "type": "string",
135 "default": "Submit Here"
136 },
137 "emailOneTo": {
138 "type": "string",
139 "default": ""
140 },
141 "emailOneSubject": {
142 "type": "string",
143 "default": "New message"
144 },
145 "emailOneMessage": {
146 "type": "string",
147 "default": "{all-fields}"
148 },
149 "emailOneFormEmail": {
150 "type": "string",
151 "default": ""
152 },
153 "emailOneFormName": {
154 "type": "string",
155 "default": "Local Name"
156 },
157 "emailOneReplyTo": {
158 "type": "string",
159 "default": ""
160 },
161 "emailOneCc": {
162 "type": "string",
163 "default": ""
164 },
165 "emailOneBcc": {
166 "type": "string",
167 "default": ""
168 },
169 "emailOneType": {
170 "type": "string",
171 "default": "HTML"
172 },
173 "emailTwoTo": {
174 "type": "string",
175 "default": ""
176 },
177 "emailTwoSubject": {
178 "type": "string",
179 "default": "New message"
180 },
181 "emailTwoMessage": {
182 "type": "string",
183 "default": "{all-fields}"
184 },
185 "emailTwoFormEmail": {
186 "type": "string",
187 "default": ""
188 },
189 "emailTwoFormName": {
190 "type": "string",
191 "default": "Local Name"
192 },
193 "emailTwoReplyTo": {
194 "type": "string",
195 "default": ""
196 },
197 "emailTwoCc": {
198 "type": "string",
199 "default": ""
200 },
201 "emailTwoBcc": {
202 "type": "string",
203 "default": ""
204 },
205 "emailTwoType": {
206 "type": "string",
207 "default": "HTML"
208 },
209 "mailchimpOption": {
210 "type": "string",
211 "default": "default"
212 },
213 "mailchimpApiKey": {
214 "type": "string",
215 "default": ""
216 },
217 "mailchimpValidateApi": {
218 "type": "boolean",
219 "default": false
220 },
221 "mailchimpListIdOptions": {
222 "type": "array",
223 "default": [
224 {
225 "label": "select options",
226 "value": "default"
227 }
228 ]
229 },
230 "mailchimpMapFields": {
231 "type": "array",
232 "default": []
233 },
234 "mailchimpMapSelects": {
235 "type": "object"
236 },
237 "mailchimpListId": {
238 "type": "string",
239 "default": "default"
240 },
241 "mailchimpgroupsOptions": {
242 "type": "array",
243 "default": []
244 },
245 "mailchimpgroupSelects": {
246 "type": "array",
247 "default": []
248 },
249 "mailchimpTags": {
250 "type": "string",
251 "default": ""
252 },
253 "mapEmailOptions": {
254 "type": "array",
255 "default": [
256 {
257 "label": "None",
258 "value": "default"
259 }
260 ]
261 },
262 "mailchimpEmailSelects": {
263 "type": "string",
264 "default": "default"
265 },
266 "mapOtherOptions": {
267 "type": "array",
268 "default": [
269 {
270 "label": "None",
271 "value": "default"
272 }
273 ]
274 },
275 "showDoubleOpt": {
276 "type": "boolean",
277 "default": false
278 },
279 "mailchimpStatus": {
280 "type": "string",
281 "default": ""
282 },
283 "mailerliteOption": {
284 "type": "string",
285 "default": "default"
286 },
287 "mailerliteApiKey": {
288 "type": "string",
289 "default": ""
290 },
291 "mailerliteValidateApi": {
292 "type": "boolean",
293 "default": false
294 },
295 "mailerliteGroupId": {
296 "type": "string",
297 "default": "default"
298 },
299 "mailerliteGroupIdOptions": {
300 "type": "array",
301 "default": [
302 {
303 "label": "select options",
304 "value": "default"
305 }
306 ]
307 },
308 "mailerliteMapFields": {
309 "type": "array",
310 "default": []
311 },
312 "mailerliteMapSelects": {
313 "type": "object"
314 },
315 "allowReSubscribe": {
316 "type": "boolean",
317 "default": false
318 },
319 "dripOption": {
320 "type": "string",
321 "default": "default"
322 },
323 "dripApiKey": {
324 "type": "string",
325 "default": ""
326 },
327 "dripValidateApi": {
328 "type": "boolean",
329 "default": false
330 },
331 "dripAccountIdOptions": {
332 "type": "array",
333 "default": [
334 {
335 "label": "select options",
336 "value": "default"
337 }
338 ]
339 },
340 "dripAccountId": {
341 "type": "string",
342 "default": "default"
343 },
344 "dripMapFields": {
345 "type": "array",
346 "default": []
347 },
348 "dripMapSelects": {
349 "type": "object"
350 },
351 "dripEmailSelects": {
352 "type": "string",
353 "default": "default"
354 },
355 "dripTags": {
356 "type": "string",
357 "default": ""
358 },
359 "showFormFields": {
360 "type": "boolean",
361 "default": false
362 },
363 "getResponseOption": {
364 "type": "string",
365 "default": "default"
366 },
367 "getResponseApiKey": {
368 "type": "string",
369 "default": ""
370 },
371 "getResponseValidateApi": {
372 "type": "boolean",
373 "default": false
374 },
375 "getResponseListId": {
376 "type": "string",
377 "default": "default"
378 },
379 "getResponseListIdOptions": {
380 "type": "array",
381 "default": [
382 {
383 "label": "select options",
384 "value": "default"
385 }
386 ]
387 },
388 "getResponseMapFields": {
389 "type": "array",
390 "default": []
391 },
392 "getResponseMapSelects": {
393 "type": "object"
394 },
395 "getResponseDayCycle": {
396 "type": "number",
397 "default": 1
398 },
399 "convertkitOption": {
400 "type": "string",
401 "default": "default"
402 },
403 "convertkitApiKey": {
404 "type": "string",
405 "default": ""
406 },
407 "convertkitValidateApi": {
408 "type": "boolean",
409 "default": false
410 },
411 "convertkitFormId": {
412 "type": "string",
413 "default": "default"
414 },
415 "convertkitFormIdOptions": {
416 "type": "array",
417 "default": [
418 {
419 "label": "select options",
420 "value": "default"
421 }
422 ]
423 },
424 "convertkitMapFields": {
425 "type": "array",
426 "default": []
427 },
428 "convertkitMapSelects": {
429 "type": "object"
430 },
431 "convertkitEmailSelects": {
432 "type": "string",
433 "default": "default"
434 },
435 "convertkitFirstNameSelects": {
436 "type": "string",
437 "default": "default"
438 },
439 "convertkitTagsOptions": {
440 "type": "array",
441 "default": []
442 },
443 "convertkitTagsSelects": {
444 "type": "array",
445 "default": []
446 },
447 "emailVerification": {
448 "type": "boolean",
449 "default": false
450 },
451 "submissionMetaData": {
452 "type": "array",
453 "default": []
454 },
455 "navigatorColor": {
456 "type": "string",
457 "default": "#74777C"
458 },
459 "navigatorIcon": {
460 "type": "object",
461 "default": {
462 "viewBox": "0 0 448 512",
463 "path": "M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z"
464 }
465 },
466 "navigatorIconShow": {
467 "type": "boolean",
468 "default": true
469 },
470 "forgetPasswordLabel": {
471 "type": "string",
472 "default": "Lost Your Password"
473 },
474 "loginLabel": {
475 "type": "string",
476 "default": "Log in"
477 },
478 "registerLabel": {
479 "type": "string",
480 "default": "Register"
481 },
482 "homeLabel": {
483 "type": "string",
484 "default": "Go to home"
485 },
486 "errorBackground": {
487 "type": "string",
488 "default": "#D03739"
489 },
490 "errorColor": {
491 "type": "string",
492 "default": "#ffffff"
493 },
494 "successColor": {
495 "type": "string",
496 "default": "#fffff"
497 },
498 "successBackground": {
499 "type": "string",
500 "default": "#00935B"
501 },
502 "showErrorDemo": {
503 "type": "boolean",
504 "default": false
505 },
506 "showSuccessDemo": {
507 "type": "boolean",
508 "default": false
509 },
510 "userRoles": {
511 "type": "array",
512 "default": []
513 },
514 "roleSlug": {
515 "type": "string",
516 "default": ""
517 },
518 "confirmationNotice": {
519 "type": "string",
520 "default": "Form successfully submitted!"
521 },
522 "afterFormSubmission": {
523 "type": "string",
524 "default": "reset"
525 },
526 "customUrl": {
527 "type": "string",
528 "default": ""
529 },
530 "confirmationType": {
531 "type": "string",
532 "default": "success"
533 },
534 "labelAlignment": {
535 "type": "object",
536 "default": {
537 "value": "left",
538 "valueTablet": "",
539 "valueMobile": ""
540 }
541 },
542 "inputAlignment": {
543 "type": "object",
544 "default": {
545 "value": "left",
546 "valueTablet": "",
547 "valueMobile": ""
548 }
549 },
550 "buttonTextAlignment": {
551 "type": "object",
552 "default": {
553 "value": "center",
554 "valueTablet": "",
555 "valueMobile": ""
556 }
557 },
558 "navigatorAlignment": {
559 "type": "object",
560 "default": {
561 "value": "left",
562 "valueTablet": "",
563 "valueMobile": ""
564 }
565 },
566 "buttonAlignment": {
567 "type": "object",
568 "default": {
569 "value": "center",
570 "valueTablet": "",
571 "valueMobile": ""
572 }
573 },
574 "successErrorAlignment": {
575 "type": "object",
576 "default": {
577 "value": "center",
578 "valueTablet": "",
579 "valueMobile": ""
580 }
581 },
582 "rowsSpacing": {
583 "type": "object",
584 "default": {
585 "value": 0,
586 "valueTablet": "",
587 "valueMobile": ""
588 }
589 },
590 "buttonHeight": {
591 "type": "object",
592 "default": {
593 "value": 0,
594 "valueTablet": "",
595 "valueMobile": "",
596 "valueUnit": "px",
597 "valueUnitTablet": "",
598 "valueUnitMobile": ""
599 }
600 },
601 "labelSpacing": {
602 "type": "object",
603 "default": {
604 "value": 10,
605 "valueTablet": "",
606 "valueMobile": ""
607 }
608 },
609 "helperTextSpacing": {
610 "type": "object",
611 "default": {
612 "value": 10,
613 "valueTablet": "",
614 "valueMobile": ""
615 }
616 },
617 "inputIconPosition": {
618 "type": "number",
619 "default": 75
620 },
621 "navigatorSpacing": {
622 "type": "number",
623 "default": 10
624 },
625 "link": {
626 "type": "object",
627 "default": {
628 "linkDestination": "",
629 "href": "",
630 "lightbox": "",
631 "linkTarget": "",
632 "rel": "",
633 "noFollow": "",
634 "keyValue": "",
635 "linkClass": ""
636 }
637 },
638 "webhookLink": {
639 "type": "object",
640 "default": {
641 "linkDestination": "",
642 "href": "",
643 "lightbox": "",
644 "linkTarget": "",
645 "rel": "",
646 "noFollow": "",
647 "keyValue": "",
648 "linkClass": ""
649 }
650 },
651 "labelTypographyGlobal": {
652 "type": "string",
653 "default": ""
654 },
655 "labelTypography": {
656 "type": "object",
657 "default": {
658 "fontFamily": "",
659 "weight": "",
660 "transform": "",
661 "style": "",
662 "decoration": "",
663 "fontSize": "",
664 "fontSizeUnit": "px",
665 "lineHeight": "",
666 "lineHeightUnit": "px",
667 "letterSpacing": "",
668 "letterSpacingUnit": "px",
669 "wordSpacing": "",
670 "wordSpacingUnit": "px",
671 "fontSizeTablet": "",
672 "fontSizeMobile": "",
673 "fontSizeUnitTablet": "px",
674 "fontSizeUnitMobile": "px",
675 "lineHeightTablet": "",
676 "lineHeightMobile": "",
677 "lineHeightUnitTablet": "px",
678 "lineHeightUnitMobile": "px",
679 "letterSpacingTablet": "",
680 "letterSpacingMobile": "",
681 "letterSpacingUnitTablet": "px",
682 "letterSpacingUnitMobile": "px",
683 "wordSpacingTablet": "",
684 "wordSpacingMobile": "",
685 "wordSpacingUnitTablet": "px",
686 "wordSpacingUnitMobile": "px"
687 }
688 },
689 "helperTextTypographyGlobal": {
690 "type": "string",
691 "default": ""
692 },
693 "helperTextTypography": {
694 "type": "object",
695 "default": {
696 "fontFamily": "",
697 "weight": "",
698 "transform": "",
699 "style": "",
700 "decoration": "",
701 "fontSize": "",
702 "fontSizeUnit": "px",
703 "lineHeight": "",
704 "lineHeightUnit": "px",
705 "letterSpacing": "",
706 "letterSpacingUnit": "px",
707 "wordSpacing": "",
708 "wordSpacingUnit": "px",
709 "fontSizeTablet": "",
710 "fontSizeMobile": "",
711 "fontSizeUnitTablet": "px",
712 "fontSizeUnitMobile": "px",
713 "lineHeightTablet": "",
714 "lineHeightMobile": "",
715 "lineHeightUnitTablet": "px",
716 "lineHeightUnitMobile": "px",
717 "letterSpacingTablet": "",
718 "letterSpacingMobile": "",
719 "letterSpacingUnitTablet": "px",
720 "letterSpacingUnitMobile": "px",
721 "wordSpacingTablet": "",
722 "wordSpacingMobile": "",
723 "wordSpacingUnitTablet": "px",
724 "wordSpacingUnitMobile": "px"
725 }
726 },
727 "inputTypographyGlobal": {
728 "type": "string",
729 "default": ""
730 },
731 "inputTypography": {
732 "type": "object",
733 "default": {
734 "fontFamily": "",
735 "weight": "",
736 "transform": "",
737 "style": "",
738 "decoration": "",
739 "fontSize": "",
740 "fontSizeUnit": "px",
741 "lineHeight": "",
742 "lineHeightUnit": "px",
743 "letterSpacing": "",
744 "letterSpacingUnit": "px",
745 "wordSpacing": "",
746 "wordSpacingUnit": "px",
747 "fontSizeTablet": "",
748 "fontSizeMobile": "",
749 "fontSizeUnitTablet": "px",
750 "fontSizeUnitMobile": "px",
751 "lineHeightTablet": "",
752 "lineHeightMobile": "",
753 "lineHeightUnitTablet": "px",
754 "lineHeightUnitMobile": "px",
755 "letterSpacingTablet": "",
756 "letterSpacingMobile": "",
757 "letterSpacingUnitTablet": "px",
758 "letterSpacingUnitMobile": "px",
759 "wordSpacingTablet": "",
760 "wordSpacingMobile": "",
761 "wordSpacingUnitTablet": "px",
762 "wordSpacingUnitMobile": "px"
763 }
764 },
765 "buttonTypographyGlobal": {
766 "type": "string",
767 "default": ""
768 },
769 "buttonTypography": {
770 "type": "object",
771 "default": {
772 "fontFamily": "",
773 "weight": "",
774 "transform": "",
775 "style": "",
776 "decoration": "",
777 "fontSize": "",
778 "fontSizeUnit": "px",
779 "lineHeight": "",
780 "lineHeightUnit": "px",
781 "letterSpacing": "",
782 "letterSpacingUnit": "px",
783 "wordSpacing": "",
784 "wordSpacingUnit": "px",
785 "fontSizeTablet": "",
786 "fontSizeMobile": "",
787 "fontSizeUnitTablet": "px",
788 "fontSizeUnitMobile": "px",
789 "lineHeightTablet": "",
790 "lineHeightMobile": "",
791 "lineHeightUnitTablet": "px",
792 "lineHeightUnitMobile": "px",
793 "letterSpacingTablet": "",
794 "letterSpacingMobile": "",
795 "letterSpacingUnitTablet": "px",
796 "letterSpacingUnitMobile": "px",
797 "wordSpacingTablet": "",
798 "wordSpacingMobile": "",
799 "wordSpacingUnitTablet": "px",
800 "wordSpacingUnitMobile": "px"
801 }
802 },
803 "navigatorTypographyGlobal": {
804 "type": "string",
805 "default": ""
806 },
807 "navigatorTypography": {
808 "type": "object",
809 "default": {
810 "fontFamily": "",
811 "weight": "",
812 "transform": "",
813 "style": "",
814 "decoration": "",
815 "fontSize": "",
816 "fontSizeUnit": "px",
817 "lineHeight": "",
818 "lineHeightUnit": "px",
819 "letterSpacing": "",
820 "letterSpacingUnit": "px",
821 "wordSpacing": "",
822 "wordSpacingUnit": "px",
823 "fontSizeTablet": "",
824 "fontSizeMobile": "",
825 "fontSizeUnitTablet": "px",
826 "fontSizeUnitMobile": "px",
827 "lineHeightTablet": "",
828 "lineHeightMobile": "",
829 "lineHeightUnitTablet": "px",
830 "lineHeightUnitMobile": "px",
831 "letterSpacingTablet": "",
832 "letterSpacingMobile": "",
833 "letterSpacingUnitTablet": "px",
834 "letterSpacingUnitMobile": "px",
835 "wordSpacingTablet": "",
836 "wordSpacingMobile": "",
837 "wordSpacingUnitTablet": "px",
838 "wordSpacingUnitMobile": "px"
839 }
840 },
841 "successErrorTypographyGlobal": {
842 "type": "string",
843 "default": ""
844 },
845 "successErrorTypography": {
846 "type": "object",
847 "default": {
848 "fontFamily": "",
849 "weight": "",
850 "transform": "",
851 "style": "",
852 "decoration": "",
853 "fontSize": "",
854 "fontSizeUnit": "px",
855 "lineHeight": "",
856 "lineHeightUnit": "px",
857 "letterSpacing": "",
858 "letterSpacingUnit": "px",
859 "wordSpacing": "",
860 "wordSpacingUnit": "px",
861 "fontSizeTablet": "",
862 "fontSizeMobile": "",
863 "fontSizeUnitTablet": "px",
864 "fontSizeUnitMobile": "px",
865 "lineHeightTablet": "",
866 "lineHeightMobile": "",
867 "lineHeightUnitTablet": "px",
868 "lineHeightUnitMobile": "px",
869 "letterSpacingTablet": "",
870 "letterSpacingMobile": "",
871 "letterSpacingUnitTablet": "px",
872 "letterSpacingUnitMobile": "px",
873 "wordSpacingTablet": "",
874 "wordSpacingMobile": "",
875 "wordSpacingUnitTablet": "px",
876 "wordSpacingUnitMobile": "px"
877 }
878 },
879 "inputBorder": {
880 "type": "object",
881 "default": {
882 "borderStyle": "default",
883 "borderStyleH": "default",
884 "borderColor": "",
885 "borderColorH": "",
886 "isLinkedWidth": true,
887 "isLinkedWidthTablet": true,
888 "isLinkedWidthMobile": true,
889 "commonWidth": "",
890 "commonWidthTablet": "",
891 "commonWidthMobile": "",
892 "topWidth": "",
893 "rightWidth": "",
894 "bottomWidth": "",
895 "leftWidth": "",
896 "topWidthTablet": "",
897 "rightWidthTablet": "",
898 "bottomWidthTablet": "",
899 "leftWidthTablet": "",
900 "topWidthMobile": "",
901 "rightWidthMobile": "",
902 "bottomWidthMobile": "",
903 "leftWidthMobile": "",
904 "unitWidth": "px",
905 "unitWidthTablet": "",
906 "unitWidthMobile": "",
907 "isLinkedWidthH": true,
908 "isLinkedWidthHTablet": true,
909 "isLinkedWidthHMobile": true,
910 "commonWidthH": "",
911 "commonWidthHTablet": "",
912 "commonWidthHMobile": "",
913 "topWidthH": "",
914 "rightWidthH": "",
915 "bottomWidthH": "",
916 "leftWidthH": "",
917 "topWidthHTablet": "",
918 "rightWidthHTablet": "",
919 "bottomWidthHTablet": "",
920 "leftWidthHTablet": "",
921 "topWidthHMobile": "",
922 "rightWidthHMobile": "",
923 "bottomWidthHMobile": "",
924 "leftWidthHMobile": "",
925 "unitWidthH": "px",
926 "unitWidthHTablet": "",
927 "unitWidthHMobile": "",
928 "isLinkedRadius": true,
929 "isLinkedRadiusTablet": true,
930 "isLinkedRadiusMobile": true,
931 "commonRadius": "",
932 "commonRadiusTablet": "",
933 "commonRadiusMobile": "",
934 "topRadius": "",
935 "rightRadius": "",
936 "bottomRadius": "",
937 "leftRadius": "",
938 "topRadiusTablet": "",
939 "rightRadiusTablet": "",
940 "bottomRadiusTablet": "",
941 "leftRadiusTablet": "",
942 "topRadiusMobile": "",
943 "rightRadiusMobile": "",
944 "bottomRadiusMobile": "",
945 "leftRadiusMobile": "",
946 "unitRadius": "px",
947 "unitRadiusTablet": "",
948 "unitRadiusMobile": "",
949 "isLinkedRadiusH": true,
950 "isLinkedRadiusHTablet": true,
951 "isLinkedRadiusHMobile": true,
952 "commonRadiusH": "",
953 "commonRadiusHTablet": "",
954 "commonRadiusHMobile": "",
955 "topRadiusH": "",
956 "rightRadiusH": "",
957 "bottomRadiusH": "",
958 "leftRadiusH": "",
959 "topRadiusHTablet": "",
960 "rightRadiusHTablet": "",
961 "bottomRadiusHTablet": "",
962 "leftRadiusHTablet": "",
963 "topRadiusHMobile": "",
964 "rightRadiusHMobile": "",
965 "bottomRadiusHMobile": "",
966 "leftRadiusHMobile": "",
967 "unitRadiusH": "px",
968 "unitRadiusHTablet": "",
969 "unitRadiusHMobile": "",
970 "transitionDuration": ""
971 }
972 },
973 "buttonBorder": {
974 "type": "object",
975 "default": {
976 "borderStyle": "default",
977 "borderStyleH": "default",
978 "borderColor": "",
979 "borderColorH": "",
980 "isLinkedWidth": true,
981 "isLinkedWidthTablet": true,
982 "isLinkedWidthMobile": true,
983 "commonWidth": "",
984 "commonWidthTablet": "",
985 "commonWidthMobile": "",
986 "topWidth": "",
987 "rightWidth": "",
988 "bottomWidth": "",
989 "leftWidth": "",
990 "topWidthTablet": "",
991 "rightWidthTablet": "",
992 "bottomWidthTablet": "",
993 "leftWidthTablet": "",
994 "topWidthMobile": "",
995 "rightWidthMobile": "",
996 "bottomWidthMobile": "",
997 "leftWidthMobile": "",
998 "unitWidth": "px",
999 "unitWidthTablet": "",
1000 "unitWidthMobile": "",
1001 "isLinkedWidthH": true,
1002 "isLinkedWidthHTablet": true,
1003 "isLinkedWidthHMobile": true,
1004 "commonWidthH": "",
1005 "commonWidthHTablet": "",
1006 "commonWidthHMobile": "",
1007 "topWidthH": "",
1008 "rightWidthH": "",
1009 "bottomWidthH": "",
1010 "leftWidthH": "",
1011 "topWidthHTablet": "",
1012 "rightWidthHTablet": "",
1013 "bottomWidthHTablet": "",
1014 "leftWidthHTablet": "",
1015 "topWidthHMobile": "",
1016 "rightWidthHMobile": "",
1017 "bottomWidthHMobile": "",
1018 "leftWidthHMobile": "",
1019 "unitWidthH": "px",
1020 "unitWidthHTablet": "",
1021 "unitWidthHMobile": "",
1022 "isLinkedRadius": true,
1023 "isLinkedRadiusTablet": true,
1024 "isLinkedRadiusMobile": true,
1025 "commonRadius": "",
1026 "commonRadiusTablet": "",
1027 "commonRadiusMobile": "",
1028 "topRadius": "",
1029 "rightRadius": "",
1030 "bottomRadius": "",
1031 "leftRadius": "",
1032 "topRadiusTablet": "",
1033 "rightRadiusTablet": "",
1034 "bottomRadiusTablet": "",
1035 "leftRadiusTablet": "",
1036 "topRadiusMobile": "",
1037 "rightRadiusMobile": "",
1038 "bottomRadiusMobile": "",
1039 "leftRadiusMobile": "",
1040 "unitRadius": "px",
1041 "unitRadiusTablet": "",
1042 "unitRadiusMobile": "",
1043 "isLinkedRadiusH": true,
1044 "isLinkedRadiusHTablet": true,
1045 "isLinkedRadiusHMobile": true,
1046 "commonRadiusH": "",
1047 "commonRadiusHTablet": "",
1048 "commonRadiusHMobile": "",
1049 "topRadiusH": "",
1050 "rightRadiusH": "",
1051 "bottomRadiusH": "",
1052 "leftRadiusH": "",
1053 "topRadiusHTablet": "",
1054 "rightRadiusHTablet": "",
1055 "bottomRadiusHTablet": "",
1056 "leftRadiusHTablet": "",
1057 "topRadiusHMobile": "",
1058 "rightRadiusHMobile": "",
1059 "bottomRadiusHMobile": "",
1060 "leftRadiusHMobile": "",
1061 "unitRadiusH": "px",
1062 "unitRadiusHTablet": "",
1063 "unitRadiusHMobile": "",
1064 "transitionDuration": ""
1065 }
1066 },
1067 "inputPadding": {
1068 "type": "object",
1069 "default": {
1070 "isLinked": true,
1071 "isLinkedTablet": true,
1072 "isLinkedMobile": true,
1073 "common": "",
1074 "top": "",
1075 "right": "",
1076 "bottom": "",
1077 "left": "",
1078 "unit": "px",
1079 "commonTablet": "",
1080 "topTablet": "",
1081 "rightTablet": "",
1082 "bottomTablet": "",
1083 "leftTablet": "",
1084 "unitTablet": "",
1085 "commonMobile": "",
1086 "topMobile": "",
1087 "rightMobile": "",
1088 "bottomMobile": "",
1089 "leftMobile": "",
1090 "unitMobile": ""
1091 }
1092 },
1093 "navigatorPadding": {
1094 "type": "object",
1095 "default": {
1096 "isLinked": true,
1097 "isLinkedTablet": true,
1098 "isLinkedMobile": true,
1099 "common": "",
1100 "top": "",
1101 "right": "",
1102 "bottom": "",
1103 "left": "",
1104 "unit": "px",
1105 "commonTablet": "",
1106 "topTablet": "",
1107 "rightTablet": "",
1108 "bottomTablet": "",
1109 "leftTablet": "",
1110 "unitTablet": "",
1111 "commonMobile": "",
1112 "topMobile": "",
1113 "rightMobile": "",
1114 "bottomMobile": "",
1115 "leftMobile": "",
1116 "unitMobile": ""
1117 }
1118 },
1119 "successErrorPadding": {
1120 "type": "object",
1121 "default": {
1122 "isLinked": true,
1123 "isLinkedTablet": true,
1124 "isLinkedMobile": true,
1125 "common": "",
1126 "top": "",
1127 "right": "",
1128 "bottom": "",
1129 "left": "",
1130 "unit": "px",
1131 "commonTablet": "",
1132 "topTablet": "",
1133 "rightTablet": "",
1134 "bottomTablet": "",
1135 "leftTablet": "",
1136 "unitTablet": "",
1137 "commonMobile": "",
1138 "topMobile": "",
1139 "rightMobile": "",
1140 "bottomMobile": "",
1141 "leftMobile": "",
1142 "unitMobile": ""
1143 }
1144 },
1145 "buttonPadding": {
1146 "type": "object",
1147 "default": {
1148 "isLinked": true,
1149 "isLinkedTablet": true,
1150 "isLinkedMobile": true,
1151 "common": "",
1152 "top": "",
1153 "right": "",
1154 "bottom": "",
1155 "left": "",
1156 "unit": "px",
1157 "commonTablet": "",
1158 "topTablet": "",
1159 "rightTablet": "",
1160 "bottomTablet": "",
1161 "leftTablet": "",
1162 "unitTablet": "",
1163 "commonMobile": "",
1164 "topMobile": "",
1165 "rightMobile": "",
1166 "bottomMobile": "",
1167 "leftMobile": "",
1168 "unitMobile": ""
1169 }
1170 },
1171 "dir": {
1172 "type": "object",
1173 "default": {
1174 "value": "column",
1175 "valueTablet": "",
1176 "valueMobile": ""
1177 }
1178 },
1179 "_margin": {
1180 "type": "object",
1181 "default": {
1182 "isLinked": true,
1183 "isLinkedTablet": true,
1184 "isLinkedMobile": true,
1185 "common": "",
1186 "top": "",
1187 "right": "",
1188 "bottom": "",
1189 "left": "",
1190 "unit": "px",
1191 "commonTablet": "",
1192 "topTablet": "",
1193 "rightTablet": "",
1194 "bottomTablet": "",
1195 "leftTablet": "",
1196 "unitTablet": "",
1197 "commonMobile": "",
1198 "topMobile": "",
1199 "rightMobile": "",
1200 "bottomMobile": "",
1201 "leftMobile": "",
1202 "unitMobile": ""
1203 }
1204 },
1205 "_padding": {
1206 "type": "object",
1207 "default": {
1208 "isLinked": true,
1209 "isLinkedTablet": true,
1210 "isLinkedMobile": true,
1211 "common": "",
1212 "top": "",
1213 "right": "",
1214 "bottom": "",
1215 "left": "",
1216 "unit": "px",
1217 "commonTablet": "",
1218 "topTablet": "",
1219 "rightTablet": "",
1220 "bottomTablet": "",
1221 "leftTablet": "",
1222 "unitTablet": "",
1223 "commonMobile": "",
1224 "topMobile": "",
1225 "rightMobile": "",
1226 "bottomMobile": "",
1227 "leftMobile": "",
1228 "unitMobile": ""
1229 }
1230 },
1231 "_width": {
1232 "type": "object",
1233 "default": {
1234 "widthType": "default",
1235 "widthTypeTablet": "",
1236 "widthTypeMobile": "",
1237 "customWidth": "",
1238 "customWidthTablet": "",
1239 "customWidthMobile": "",
1240 "customWidthUnit": "%",
1241 "customWidthUnitTablet": "",
1242 "customWidthUnitMobile": ""
1243 }
1244 },
1245 "_border": {
1246 "type": "object",
1247 "default": {
1248 "borderStyle": "default",
1249 "borderStyleH": "default",
1250 "borderColor": "",
1251 "borderColorH": "",
1252 "isLinkedWidth": true,
1253 "isLinkedWidthTablet": true,
1254 "isLinkedWidthMobile": true,
1255 "commonWidth": "",
1256 "commonWidthTablet": "",
1257 "commonWidthMobile": "",
1258 "topWidth": "",
1259 "rightWidth": "",
1260 "bottomWidth": "",
1261 "leftWidth": "",
1262 "topWidthTablet": "",
1263 "rightWidthTablet": "",
1264 "bottomWidthTablet": "",
1265 "leftWidthTablet": "",
1266 "topWidthMobile": "",
1267 "rightWidthMobile": "",
1268 "bottomWidthMobile": "",
1269 "leftWidthMobile": "",
1270 "unitWidth": "px",
1271 "unitWidthTablet": "",
1272 "unitWidthMobile": "",
1273 "isLinkedWidthH": true,
1274 "isLinkedWidthHTablet": true,
1275 "isLinkedWidthHMobile": true,
1276 "commonWidthH": "",
1277 "commonWidthHTablet": "",
1278 "commonWidthHMobile": "",
1279 "topWidthH": "",
1280 "rightWidthH": "",
1281 "bottomWidthH": "",
1282 "leftWidthH": "",
1283 "topWidthHTablet": "",
1284 "rightWidthHTablet": "",
1285 "bottomWidthHTablet": "",
1286 "leftWidthHTablet": "",
1287 "topWidthHMobile": "",
1288 "rightWidthHMobile": "",
1289 "bottomWidthHMobile": "",
1290 "leftWidthHMobile": "",
1291 "unitWidthH": "px",
1292 "unitWidthHTablet": "",
1293 "unitWidthHMobile": "",
1294 "isLinkedRadius": true,
1295 "isLinkedRadiusTablet": true,
1296 "isLinkedRadiusMobile": true,
1297 "commonRadius": "",
1298 "commonRadiusTablet": "",
1299 "commonRadiusMobile": "",
1300 "topRadius": "",
1301 "rightRadius": "",
1302 "bottomRadius": "",
1303 "leftRadius": "",
1304 "topRadiusTablet": "",
1305 "rightRadiusTablet": "",
1306 "bottomRadiusTablet": "",
1307 "leftRadiusTablet": "",
1308 "topRadiusMobile": "",
1309 "rightRadiusMobile": "",
1310 "bottomRadiusMobile": "",
1311 "leftRadiusMobile": "",
1312 "unitRadius": "px",
1313 "unitRadiusTablet": "",
1314 "unitRadiusMobile": "",
1315 "isLinkedRadiusH": true,
1316 "isLinkedRadiusHTablet": true,
1317 "isLinkedRadiusHMobile": true,
1318 "commonRadiusH": "",
1319 "commonRadiusHTablet": "",
1320 "commonRadiusHMobile": "",
1321 "topRadiusH": "",
1322 "rightRadiusH": "",
1323 "bottomRadiusH": "",
1324 "leftRadiusH": "",
1325 "topRadiusHTablet": "",
1326 "rightRadiusHTablet": "",
1327 "bottomRadiusHTablet": "",
1328 "leftRadiusHTablet": "",
1329 "topRadiusHMobile": "",
1330 "rightRadiusHMobile": "",
1331 "bottomRadiusHMobile": "",
1332 "leftRadiusHMobile": "",
1333 "unitRadiusH": "px",
1334 "unitRadiusHTablet": "",
1335 "unitRadiusHMobile": "",
1336 "transitionDuration": ""
1337 }
1338 },
1339 "_position": {
1340 "type": "object",
1341 "default": {
1342 "positionType": "relative",
1343 "positionTypeTablet": "",
1344 "positionTypeMobile": "",
1345 "hOrientation": "",
1346 "hOffset": "",
1347 "hOffsetTablet": "",
1348 "hOffsetMobile": "",
1349 "hOffsetUnit": "px",
1350 "hOffsetUnitTablet": "px",
1351 "hOffsetUnitMobile": "px",
1352 "vOrientation": "",
1353 "vOffset": "",
1354 "vOffsetTablet": "",
1355 "vOffsetMobile": "",
1356 "vOffsetUnit": "px",
1357 "vOffsetUnitTablet": "px",
1358 "vOffsetUnitMobile": "px"
1359 }
1360 },
1361 "_background": {
1362 "type": "object",
1363 "default": {
1364 "backgroundType": "none",
1365 "backgroundTypeH": "none",
1366 "backgroundColor": "",
1367 "backgroundColorH": "",
1368 "imgId": "",
1369 "imgIdTablet": "",
1370 "imgIdMobile": "",
1371 "imgUrl": "",
1372 "imgUrlTablet": "",
1373 "imgUrlMobile": "",
1374 "imgSize": "",
1375 "imgSizeTablet": "",
1376 "imgSizeMobile": "",
1377 "imgPosition": "",
1378 "imgPositionTablet": "",
1379 "imgPositionMobile": "",
1380 "imgXPositionUnit": "px",
1381 "imgXPositionUnitTablet": "",
1382 "imgXPositionUnitMobile": "",
1383 "imgXPosition": "",
1384 "imgXPositionTablet": "",
1385 "imgXPositionMobile": "",
1386 "imgYPositionUnit": "px",
1387 "imgYPositionUnitTablet": "",
1388 "imgYPositionUnitMobile": "",
1389 "imgYPosition": "",
1390 "imgYPositionTablet": "",
1391 "imgYPositionMobile": "",
1392 "imgAttachment": "",
1393 "imgRepeat": "",
1394 "imgRepeatTablet": "",
1395 "imgRepeatMobile": "",
1396 "imgDisplaySize": "",
1397 "imgDisplaySizeTablet": "",
1398 "imgDisplaySizeMobile": "",
1399 "imgDisplaySizeWidth": "",
1400 "imgDisplaySizeWidthTablet": "",
1401 "imgDisplaySizeWidthMobile": "",
1402 "imgDisplaySizeWidthUnit": "px",
1403 "imgDisplaySizeWidthUnitTablet": "",
1404 "imgDisplaySizeWidthUnitMobile": "",
1405 "imgIdH": "",
1406 "imgIdTabletH": "",
1407 "imgIdMobileH": "",
1408 "imgUrlH": "",
1409 "imgUrlHTablet": "",
1410 "imgUrlHMobile": "",
1411 "imgSizeH": "",
1412 "imgSizeHTablet": "",
1413 "imgSizeHMobile": "",
1414 "imgPositionH": "",
1415 "imgPositionHTablet": "",
1416 "imgPositionHMobile": "",
1417 "imgXPositionUnitH": "px",
1418 "imgXPositionUnitHTablet": "",
1419 "imgXPositionUnitHMobile": "",
1420 "imgXPositionH": "",
1421 "imgXPositionHTablet": "",
1422 "imgXPositionHMobile": "",
1423 "imgYPositionUnitH": "px",
1424 "imgYPositionUnitHTablet": "",
1425 "imgYPositionUnitHMobile": "",
1426 "imgYPositionH": "",
1427 "imgYPositionHTablet": "",
1428 "imgYPositionHMobile": "",
1429 "imgAttachmentH": "",
1430 "imgRepeatH": "",
1431 "imgRepeatHTablet": "",
1432 "imgRepeatHMobile": "",
1433 "imgDisplaySizeH": "",
1434 "imgDisplaySizeHTablet": "",
1435 "imgDisplaySizeHMobile": "",
1436 "imgDisplaySizeWidthH": "",
1437 "imgDisplaySizeWidthHTablet": "",
1438 "imgDisplaySizeWidthHMobile": "",
1439 "imgDisplaySizeWidthHUnit": "px",
1440 "imgDisplaySizeWidthHUnitTablet": "",
1441 "imgDisplaySizeWidthHUnitMobile": "",
1442 "transitionDuration": "",
1443 "videoUrl": "",
1444 "youtubeURL": "",
1445 "vimeoURL": "",
1446 "selfHostedURL": "",
1447 "externalLink": false,
1448 "videoSource": "none",
1449 "videoPlayOnce": "",
1450 "videoStartTime": "",
1451 "videoEndTime": "",
1452 "playOnMobile": "",
1453 "videoPrivacyMode": "",
1454 "fallbackImageUrl": ""
1455 }
1456 },
1457 "_zIndex": {
1458 "type": "object",
1459 "default": {
1460 "zIndex": "",
1461 "zIndexTablet": "",
1462 "zIndexMobile": ""
1463 }
1464 },
1465 "_transform": {
1466 "type": "object",
1467 "default": {
1468 "rotate": "",
1469 "rotateTablet": "",
1470 "rotateMobile": "",
1471 "rotate3D": false,
1472 "rotate3DTablet": false,
1473 "rotate3DMobile": false,
1474 "rotateX": "",
1475 "rotateXTablet": "",
1476 "rotateXMobile": "",
1477 "rotateY": "",
1478 "rotateYTablet": "",
1479 "rotateYMobile": "",
1480 "rotateP": "",
1481 "rotatePTablet": "",
1482 "rotatePMobile": "",
1483 "offsetX": "",
1484 "offsetXTablet": "",
1485 "offsetXMobile": "",
1486 "offsetXUnit": "px",
1487 "offsetXUnitTablet": "px",
1488 "offsetXUnitMobile": "px",
1489 "offsetY": "",
1490 "offsetYTablet": "",
1491 "offsetYMobile": "",
1492 "offsetYUnit": "px",
1493 "offsetYUnitTablet": "px",
1494 "offsetYUnitMobile": "px",
1495 "scaleProportions": false,
1496 "scale": "",
1497 "scaleTablet": "",
1498 "scaleMobile": "",
1499 "scaleX": "",
1500 "scaleXTablet": "",
1501 "scaleXMobile": "",
1502 "scaleY": "",
1503 "scaleYTablet": "",
1504 "scaleYMobile": "",
1505 "skewX": "",
1506 "skewXTablet": "",
1507 "skewXMobile": "",
1508 "skewY": "",
1509 "skewYTablet": "",
1510 "skewYMobile": "",
1511 "flipHorizontal": false,
1512 "flipVertical": false,
1513 "xAnchorPoint": "",
1514 "xAnchorPointTablet": "",
1515 "xAnchorPointMobile": "",
1516 "yAnchorPoint": "",
1517 "yAnchorPointTablet": "",
1518 "yAnchorPointMobile": "",
1519 "rotateH": "",
1520 "rotateHTablet": "",
1521 "rotateHMobile": "",
1522 "rotate3DH": false,
1523 "rotate3DHTablet": false,
1524 "rotate3DHMobile": false,
1525 "rotateXH": "",
1526 "rotateXHTablet": "",
1527 "rotateXHMobile": "",
1528 "rotateYH": "",
1529 "rotateYHTablet": "",
1530 "rotateYHMobile": "",
1531 "rotatePH": "",
1532 "rotatePHTablet": "",
1533 "rotatePHMobile": "",
1534 "offsetXH": "",
1535 "offsetXHTablet": "",
1536 "offsetXHMobile": "",
1537 "offsetXHUnit": "px",
1538 "offsetXHUnitTablet": "px",
1539 "offsetXHUnitMobile": "px",
1540 "offsetYH": "",
1541 "offsetYHTablet": "",
1542 "offsetYHMobile": "",
1543 "offsetYHUnit": "px",
1544 "offsetYHUnitTablet": "px",
1545 "offsetYHUnitMobile": "px",
1546 "scaleProportionsH": false,
1547 "scaleH": "",
1548 "scaleHTablet": "",
1549 "scaleHMobile": "",
1550 "scaleXH": "",
1551 "scaleXHTablet": "",
1552 "scaleXHMobile": "",
1553 "scaleYH": "",
1554 "scaleYHTablet": "",
1555 "scaleYHMobile": "",
1556 "skewXH": "",
1557 "skewXHTablet": "",
1558 "skewXHMobile": "",
1559 "skewYH": "",
1560 "skewYHTablet": "",
1561 "skewYHMobile": "",
1562 "flipHorizontalH": false,
1563 "flipVerticalH": false,
1564 "xAnchorPointH": "",
1565 "xAnchorPointHTablet": "",
1566 "xAnchorPointHMobile": "",
1567 "yAnchorPointH": "",
1568 "yAnchorPointHTablet": "",
1569 "yAnchorPointHMobile": "",
1570 "transitionH": ""
1571 }
1572 },
1573 "_mask": {
1574 "type": "object",
1575 "default": {
1576 "mask": false,
1577 "maskTablet": false,
1578 "maskMobile": false,
1579 "maskShape": "circle",
1580 "customMaskShape": "",
1581 "maskSize": "",
1582 "maskSizeTablet": "",
1583 "maskSizeMobile": "",
1584 "maskPosition": "",
1585 "maskPositionTablet": "",
1586 "maskPositionMobile": "",
1587 "maskRepeat": "",
1588 "maskRepeatTablet": "",
1589 "maskRepeatMobile": "",
1590 "scaleUnit": "px",
1591 "scaleUnitTablet": "px",
1592 "scaleUnitMobile": "px",
1593 "scale": "0",
1594 "scaleTablet": "0",
1595 "scaleMobile": "0",
1596 "xPositionUnit": "px",
1597 "xPositionUnitTablet": "px",
1598 "xPositionUnitMobile": "px",
1599 "xPosition": "",
1600 "xPositionTablet": "0",
1601 "xPositionMobile": "0",
1602 "yPositionUnit": "0",
1603 "yPositionUnitTablet": "px",
1604 "yPositionUnitMobile": "px",
1605 "yPosition": "0",
1606 "yPositionTablet": "0",
1607 "yPositionMobile": "0"
1608 }
1609 },
1610 "_animation": {
1611 "type": "object",
1612 "default": {
1613 "animationType": "",
1614 "animationTypeTablet": "",
1615 "animationTypeMobile": "",
1616 "animationDuration": "",
1617 "animationDelay": ""
1618 }
1619 },
1620 "_boxShadow": {
1621 "type": "object",
1622 "default": {
1623 "preset": "",
1624 "shadowType": "default",
1625 "shadow": "",
1626 "horizontal": "",
1627 "vertical": "",
1628 "blur": "",
1629 "spread": "",
1630 "color": "",
1631 "presetH": "",
1632 "shadowTypeH": "default",
1633 "shadowH": "",
1634 "horizontalH": "",
1635 "verticalH": "",
1636 "blurH": "",
1637 "spreadH": "",
1638 "colorH": "",
1639 "transitionDuration": "0"
1640 }
1641 },
1642 "_gsapAnimation": {
1643 "type": "object",
1644 "default": {
1645 "animationType": "none",
1646 "duration": 1,
1647 "delay": 0,
1648 "triggerType": "scroll",
1649 "ease": "none",
1650 "x": 0,
1651 "y": 0,
1652 "rotation": 0,
1653 "rotationY": 0,
1654 "opacity": 1,
1655 "xTo": 0,
1656 "yTo": 0,
1657 "rotationTo": 0,
1658 "rotationYTo": 0,
1659 "opacityTo": 1,
1660 "easeTo": "none",
1661 "loops": false,
1662 "numberOfRepeat": 0,
1663 "isSmooth": true,
1664 "startPoint": 80,
1665 "endPoint": 10
1666 }
1667 },
1668 "_hide_on_desktop": {
1669 "type": "boolean",
1670 "default": false
1671 },
1672 "_hide_on_tablet": {
1673 "type": "boolean",
1674 "default": false
1675 },
1676 "_hide_on_mobile": {
1677 "type": "boolean",
1678 "default": false
1679 },
1680 "_custom_css": {
1681 "type": "string",
1682 "default": ""
1683 },
1684 "_animation_element_trigger": {
1685 "type": "array",
1686 "default": [],
1687 "items": {
1688 "type": "object"
1689 }
1690 },
1691 "_animation_page_trigger": {
1692 "type": "array",
1693 "default": [],
1694 "items": {
1695 "type": "object"
1696 }
1697 }
1698 }
1699 }