PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.14.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.14.0
2.14.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 All 81 releases
← All changes | assets/build/blocks/form-builder/block.json +1694 -1586 2.9.1 → 2.14.0 View file →
@@ -1,1591 +1,1699 @@
1 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": ""
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
28 13 },
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": "[email protected]"
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": "[email protected]"
132 - },
133 - "emailOneFormName": {
134 - "type": "string",
135 - "default": "Local Name"
136 - },
137 - "emailOneReplyTo": {
138 - "type": "string",
139 - "default": "[email protected]"
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": "[email protected]"
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": "[email protected]"
168 - },
169 - "emailTwoFormName": {
170 - "type": "string",
171 - "default": "Local Name"
172 - },
173 - "emailTwoReplyTo": {
174 - "type": "string",
175 - "default": "[email protected]"
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"
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": "px",
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 + }
207 1697 }
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 1698 }
1590 - }
1591 1699 }