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

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

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