PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.9.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.9.0
2.13.0 2.13.1 2.12.0 2.11.1 2.11.0 2.10.0 2.9.0 2.7.4 2.7.5 2.7.6 2.7.7 2.8.0 2.8.1 2.9.1 trunk 1.0 1.0-beta1 1.0-beta2 1.0-beta3 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 All 80 releases
ablocks / assets / build / blocks / form-password / block.json

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

1,239 lines 40.6 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-password",
5 "parent": [
6 "ablocks/form-builder",
7 "ablocks/form-multi-step"
8 ],
9 "version": "0.1.0",
10 "title": "Password",
11 "category": "ablocks",
12 "description": "Easily add adjustable layout spacing.",
13 "example": [],
14 "supports": {
15 "html": true,
16 "anchor": true
17 },
18 "textdomain": "ablocks",
19 "editorScript": [
20 "file:./view.js"
21 ],
22 "attributes": {
23 "block_id": {
24 "type": "string",
25 "default": ""
26 },
27 "label": {
28 "type": "string",
29 "default": ""
30 },
31 "name": {
32 "type": "string",
33 "default": ""
34 },
35 "placeholder": {
36 "type": "string",
37 "default": "*******"
38 },
39 "formType": {
40 "type": "string",
41 "default": ""
42 },
43 "inputType": {
44 "type": "string",
45 "default": ""
46 },
47 "isRequired": {
48 "type": "boolean",
49 "default": true
50 },
51 "nameChangeable": {
52 "type": "boolean",
53 "default": true
54 },
55 "isPasswordVisible": {
56 "type": "boolean",
57 "default": false
58 },
59 "showIcon": {
60 "type": "boolean",
61 "default": false
62 },
63 "passwordShowHideToggle": {
64 "type": "boolean",
65 "default": false
66 },
67 "passwordIconColor": {
68 "type": "string",
69 "default": ""
70 },
71 "errorMsg": {
72 "type": "string",
73 "default": "This field is required"
74 },
75 "helperText": {
76 "type": "string",
77 "default": ""
78 },
79 "iconColor": {
80 "type": "string",
81 "default": "#69727d"
82 },
83 "border": {
84 "type": "object",
85 "default": {
86 "borderStyle": "default",
87 "borderStyleH": "default",
88 "borderColor": "",
89 "borderColorH": "",
90 "isLinkedWidth": true,
91 "isLinkedWidthTablet": true,
92 "isLinkedWidthMobile": true,
93 "commonWidth": "",
94 "commonWidthTablet": "",
95 "commonWidthMobile": "",
96 "topWidth": "",
97 "rightWidth": "",
98 "bottomWidth": "",
99 "leftWidth": "",
100 "topWidthTablet": "",
101 "rightWidthTablet": "",
102 "bottomWidthTablet": "",
103 "leftWidthTablet": "",
104 "topWidthMobile": "",
105 "rightWidthMobile": "",
106 "bottomWidthMobile": "",
107 "leftWidthMobile": "",
108 "unitWidth": "px",
109 "unitWidthTablet": "",
110 "unitWidthMobile": "",
111 "isLinkedWidthH": true,
112 "isLinkedWidthHTablet": true,
113 "isLinkedWidthHMobile": true,
114 "commonWidthH": "",
115 "commonWidthHTablet": "",
116 "commonWidthHMobile": "",
117 "topWidthH": "",
118 "rightWidthH": "",
119 "bottomWidthH": "",
120 "leftWidthH": "",
121 "topWidthHTablet": "",
122 "rightWidthHTablet": "",
123 "bottomWidthHTablet": "",
124 "leftWidthHTablet": "",
125 "topWidthHMobile": "",
126 "rightWidthHMobile": "",
127 "bottomWidthHMobile": "",
128 "leftWidthHMobile": "",
129 "unitWidthH": "px",
130 "unitWidthHTablet": "",
131 "unitWidthHMobile": "",
132 "isLinkedRadius": true,
133 "isLinkedRadiusTablet": true,
134 "isLinkedRadiusMobile": true,
135 "commonRadius": "",
136 "commonRadiusTablet": "",
137 "commonRadiusMobile": "",
138 "topRadius": "",
139 "rightRadius": "",
140 "bottomRadius": "",
141 "leftRadius": "",
142 "topRadiusTablet": "",
143 "rightRadiusTablet": "",
144 "bottomRadiusTablet": "",
145 "leftRadiusTablet": "",
146 "topRadiusMobile": "",
147 "rightRadiusMobile": "",
148 "bottomRadiusMobile": "",
149 "leftRadiusMobile": "",
150 "unitRadius": "px",
151 "unitRadiusTablet": "",
152 "unitRadiusMobile": "",
153 "isLinkedRadiusH": true,
154 "isLinkedRadiusHTablet": true,
155 "isLinkedRadiusHMobile": true,
156 "commonRadiusH": "",
157 "commonRadiusHTablet": "",
158 "commonRadiusHMobile": "",
159 "topRadiusH": "",
160 "rightRadiusH": "",
161 "bottomRadiusH": "",
162 "leftRadiusH": "",
163 "topRadiusHTablet": "",
164 "rightRadiusHTablet": "",
165 "bottomRadiusHTablet": "",
166 "leftRadiusHTablet": "",
167 "topRadiusHMobile": "",
168 "rightRadiusHMobile": "",
169 "bottomRadiusHMobile": "",
170 "leftRadiusHMobile": "",
171 "unitRadiusH": "px",
172 "unitRadiusHTablet": "",
173 "unitRadiusHMobile": "",
174 "transitionDuration": ""
175 }
176 },
177 "iconSvgPath": {
178 "type": "string",
179 "default": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm84-143.4c-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.6-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8-10.2-8.4-25.3-7.1-33.8 3.1zM136.5 211c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.4 1.1 7.4-.5 9.3-3.7l9.5-17zM328 152c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4z"
180 },
181 "iconSvgViewBox": {
182 "type": "string",
183 "default": "0 0 496 512"
184 },
185 "iconClass": {
186 "type": "string",
187 "default": "far fa-smile-beam"
188 },
189 "iconImageUrl": {
190 "type": "string",
191 "default": ""
192 },
193 "iconImageID": {
194 "type": "number",
195 "default": 0
196 },
197 "iconImageSize": {
198 "type": "string",
199 "default": ""
200 },
201 "iconBgColor": {
202 "type": "string",
203 "default": ""
204 },
205 "iconHoverColor": {
206 "type": "string",
207 "default": ""
208 },
209 "iconHoverBgColor": {
210 "type": "string",
211 "default": ""
212 },
213 "iconType": {
214 "type": "string",
215 "default": "default"
216 },
217 "iconShape": {
218 "type": "string",
219 "default": "circle"
220 },
221 "iconPadding": {
222 "type": "object",
223 "default": {
224 "isLinked": true,
225 "common": "",
226 "top": "",
227 "right": "",
228 "bottom": "",
229 "left": "",
230 "unit": "px"
231 }
232 },
233 "iconBorder": {
234 "type": "object",
235 "default": {
236 "borderStyle": "default",
237 "borderStyleH": "default",
238 "borderColor": "",
239 "borderColorH": "",
240 "isLinkedWidth": true,
241 "isLinkedWidthTablet": true,
242 "isLinkedWidthMobile": true,
243 "commonWidth": "",
244 "topWidth": "",
245 "rightWidth": "",
246 "bottomWidth": "",
247 "leftWidth": "",
248 "unitWidth": "px",
249 "isLinkedWidthH": true,
250 "isLinkedWidthHTablet": true,
251 "isLinkedWidthHMobile": true,
252 "commonWidthH": "",
253 "topWidthH": "",
254 "rightWidthH": "",
255 "bottomWidthH": "",
256 "leftWidthH": "",
257 "unitWidthH": "px",
258 "isLinkedRadius": true,
259 "commonRadius": "",
260 "topRadius": "",
261 "rightRadius": "",
262 "bottomRadius": "",
263 "leftRadius": "",
264 "unitRadius": "px",
265 "isLinkedRadiusH": true,
266 "isLinkedRadiusHTablet": true,
267 "isLinkedRadiusHMobile": true,
268 "commonRadiusH": "",
269 "topRadiusH": "",
270 "leftRadiusH": "",
271 "unitRadiusH": "px",
272 "transitionDuration": ""
273 }
274 },
275 "iconBoxShadow": {
276 "type": "object",
277 "default": {
278 "preset": "",
279 "shadowType": "default",
280 "shadow": "",
281 "horizontal": "",
282 "vertical": "",
283 "blur": "",
284 "spread": "",
285 "color": "",
286 "presetH": "",
287 "shadowTypeH": "default",
288 "shadowH": "",
289 "horizontalH": "",
290 "verticalH": "",
291 "blurH": "",
292 "spreadH": "",
293 "colorH": "",
294 "transitionDuration": "0"
295 }
296 },
297 "iconSize": {
298 "type": "number",
299 "default": 28
300 },
301 "iconRotate": {
302 "type": "number",
303 "default": 0
304 },
305 "iconSizing": {
306 "type": "object",
307 "default": {
308 "value": 28,
309 "valueTablet": "",
310 "valueMobile": "",
311 "valueUnit": "px",
312 "valueUnitTablet": "",
313 "valueUnitMobile": ""
314 }
315 },
316 "iconRotated": {
317 "type": "object",
318 "default": {
319 "value": 0,
320 "valueTablet": "",
321 "valueMobile": "",
322 "valueUnit": "deg",
323 "valueUnitTablet": "",
324 "valueUnitMobile": ""
325 }
326 },
327 "iconRotateHover": {
328 "type": "object",
329 "default": {
330 "value": 0,
331 "valueTablet": "",
332 "valueMobile": "",
333 "valueUnit": "deg",
334 "valueUnitTablet": "",
335 "valueUnitMobile": ""
336 }
337 },
338 "icontransitionDuration": {
339 "type": "number",
340 "default": 0
341 },
342 "iconImageWidth": {
343 "type": "number",
344 "default": 0
345 },
346 "passwordShowSvgPath": {
347 "type": "string",
348 "default": "M634 471L36 3.51A16 16 0 0 0 13.51 6l-10 12.49A16 16 0 0 0 6 41l598 467.49a16 16 0 0 0 22.49-2.49l10-12.49A16 16 0 0 0 634 471zM296.79 146.47l134.79 105.38C429.36 191.91 380.48 144 320 144a112.26 112.26 0 0 0-23.21 2.47zm46.42 219.07L208.42 260.16C210.65 320.09 259.53 368 320 368a113 113 0 0 0 23.21-2.46zM320 112c98.65 0 189.09 55 237.93 144a285.53 285.53 0 0 1-44 60.2l37.74 29.5a333.7 333.7 0 0 0 52.9-75.11 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64c-36.7 0-71.71 7-104.63 18.81l46.41 36.29c18.94-4.3 38.34-7.1 58.22-7.1zm0 288c-98.65 0-189.08-55-237.93-144a285.47 285.47 0 0 1 44.05-60.19l-37.74-29.5a333.6 333.6 0 0 0-52.89 75.1 32.35 32.35 0 0 0 0 29.19C89.72 376.41 197.08 448 320 448c36.7 0 71.71-7.05 104.63-18.81l-46.41-36.28C359.28 397.2 339.89 400 320 400z"
349 },
350 "passwordShowSvgViewBox": {
351 "type": "string",
352 "default": "0 0 640 512"
353 },
354 "passwordShowClass": {
355 "type": "string",
356 "default": "far fa-eye-slash"
357 },
358 "passwordShowImageUrl": {
359 "type": "string",
360 "default": ""
361 },
362 "passwordShowImageID": {
363 "type": "number",
364 "default": 0
365 },
366 "passwordShowImageSize": {
367 "type": "string",
368 "default": ""
369 },
370 "passwordShowColor": {
371 "type": "string",
372 "default": "#69727d"
373 },
374 "passwordShowBgColor": {
375 "type": "string",
376 "default": ""
377 },
378 "passwordShowHoverColor": {
379 "type": "string",
380 "default": ""
381 },
382 "passwordShowHoverBgColor": {
383 "type": "string",
384 "default": ""
385 },
386 "passwordShowType": {
387 "type": "string",
388 "default": "default"
389 },
390 "passwordShowShape": {
391 "type": "string",
392 "default": "circle"
393 },
394 "passwordShowPadding": {
395 "type": "object",
396 "default": {
397 "isLinked": true,
398 "common": "",
399 "top": "",
400 "right": "",
401 "bottom": "",
402 "left": "",
403 "unit": "px"
404 }
405 },
406 "passwordShowBorder": {
407 "type": "object",
408 "default": {
409 "borderStyle": "default",
410 "borderStyleH": "default",
411 "borderColor": "",
412 "borderColorH": "",
413 "isLinkedWidth": true,
414 "isLinkedWidthTablet": true,
415 "isLinkedWidthMobile": true,
416 "commonWidth": "",
417 "topWidth": "",
418 "rightWidth": "",
419 "bottomWidth": "",
420 "leftWidth": "",
421 "unitWidth": "px",
422 "isLinkedWidthH": true,
423 "isLinkedWidthHTablet": true,
424 "isLinkedWidthHMobile": true,
425 "commonWidthH": "",
426 "topWidthH": "",
427 "rightWidthH": "",
428 "bottomWidthH": "",
429 "leftWidthH": "",
430 "unitWidthH": "px",
431 "isLinkedRadius": true,
432 "commonRadius": "",
433 "topRadius": "",
434 "rightRadius": "",
435 "bottomRadius": "",
436 "leftRadius": "",
437 "unitRadius": "px",
438 "isLinkedRadiusH": true,
439 "isLinkedRadiusHTablet": true,
440 "isLinkedRadiusHMobile": true,
441 "commonRadiusH": "",
442 "topRadiusH": "",
443 "leftRadiusH": "",
444 "unitRadiusH": "px",
445 "transitionDuration": ""
446 }
447 },
448 "passwordShowBoxShadow": {
449 "type": "object",
450 "default": {
451 "preset": "",
452 "shadowType": "default",
453 "shadow": "",
454 "horizontal": "",
455 "vertical": "",
456 "blur": "",
457 "spread": "",
458 "color": "",
459 "presetH": "",
460 "shadowTypeH": "default",
461 "shadowH": "",
462 "horizontalH": "",
463 "verticalH": "",
464 "blurH": "",
465 "spreadH": "",
466 "colorH": "",
467 "transitionDuration": "0"
468 }
469 },
470 "passwordShowSize": {
471 "type": "number",
472 "default": 55
473 },
474 "passwordShowRotate": {
475 "type": "number",
476 "default": 0
477 },
478 "passwordShowSizing": {
479 "type": "object",
480 "default": {
481 "value": 55,
482 "valueTablet": "",
483 "valueMobile": "",
484 "valueUnit": "px",
485 "valueUnitTablet": "",
486 "valueUnitMobile": ""
487 }
488 },
489 "passwordShowRotated": {
490 "type": "object",
491 "default": {
492 "value": 0,
493 "valueTablet": "",
494 "valueMobile": "",
495 "valueUnit": "deg",
496 "valueUnitTablet": "",
497 "valueUnitMobile": ""
498 }
499 },
500 "passwordShowRotateHover": {
501 "type": "object",
502 "default": {
503 "value": 0,
504 "valueTablet": "",
505 "valueMobile": "",
506 "valueUnit": "deg",
507 "valueUnitTablet": "",
508 "valueUnitMobile": ""
509 }
510 },
511 "passwordShowtransitionDuration": {
512 "type": "number",
513 "default": 0
514 },
515 "passwordShowImageWidth": {
516 "type": "number",
517 "default": 0
518 },
519 "passwordHideSvgPath": {
520 "type": "string",
521 "default": "M288 144a110.94 110.94 0 0 0-31.24 5 55.4 55.4 0 0 1 7.24 27 56 56 0 0 1-56 56 55.4 55.4 0 0 1-27-7.24A111.71 111.71 0 1 0 288 144zm284.52 97.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400c-98.65 0-189.09-55-237.93-144C98.91 167 189.34 112 288 112s189.09 55 237.93 144C477.1 345 386.66 400 288 400z"
522 },
523 "passwordHideSvgViewBox": {
524 "type": "string",
525 "default": "0 0 576 512"
526 },
527 "passwordHideClass": {
528 "type": "string",
529 "default": "far fa-eye"
530 },
531 "passwordHideImageUrl": {
532 "type": "string",
533 "default": ""
534 },
535 "passwordHideImageID": {
536 "type": "number",
537 "default": 0
538 },
539 "passwordHideImageSize": {
540 "type": "string",
541 "default": ""
542 },
543 "passwordHideColor": {
544 "type": "string",
545 "default": "#69727d"
546 },
547 "passwordHideBgColor": {
548 "type": "string",
549 "default": ""
550 },
551 "passwordHideHoverColor": {
552 "type": "string",
553 "default": ""
554 },
555 "passwordHideHoverBgColor": {
556 "type": "string",
557 "default": ""
558 },
559 "passwordHideType": {
560 "type": "string",
561 "default": "default"
562 },
563 "passwordHideShape": {
564 "type": "string",
565 "default": "circle"
566 },
567 "passwordHidePadding": {
568 "type": "object",
569 "default": {
570 "isLinked": true,
571 "common": "",
572 "top": "",
573 "right": "",
574 "bottom": "",
575 "left": "",
576 "unit": "px"
577 }
578 },
579 "passwordHideBorder": {
580 "type": "object",
581 "default": {
582 "borderStyle": "default",
583 "borderStyleH": "default",
584 "borderColor": "",
585 "borderColorH": "",
586 "isLinkedWidth": true,
587 "isLinkedWidthTablet": true,
588 "isLinkedWidthMobile": true,
589 "commonWidth": "",
590 "topWidth": "",
591 "rightWidth": "",
592 "bottomWidth": "",
593 "leftWidth": "",
594 "unitWidth": "px",
595 "isLinkedWidthH": true,
596 "isLinkedWidthHTablet": true,
597 "isLinkedWidthHMobile": true,
598 "commonWidthH": "",
599 "topWidthH": "",
600 "rightWidthH": "",
601 "bottomWidthH": "",
602 "leftWidthH": "",
603 "unitWidthH": "px",
604 "isLinkedRadius": true,
605 "commonRadius": "",
606 "topRadius": "",
607 "rightRadius": "",
608 "bottomRadius": "",
609 "leftRadius": "",
610 "unitRadius": "px",
611 "isLinkedRadiusH": true,
612 "isLinkedRadiusHTablet": true,
613 "isLinkedRadiusHMobile": true,
614 "commonRadiusH": "",
615 "topRadiusH": "",
616 "leftRadiusH": "",
617 "unitRadiusH": "px",
618 "transitionDuration": ""
619 }
620 },
621 "passwordHideBoxShadow": {
622 "type": "object",
623 "default": {
624 "preset": "",
625 "shadowType": "default",
626 "shadow": "",
627 "horizontal": "",
628 "vertical": "",
629 "blur": "",
630 "spread": "",
631 "color": "",
632 "presetH": "",
633 "shadowTypeH": "default",
634 "shadowH": "",
635 "horizontalH": "",
636 "verticalH": "",
637 "blurH": "",
638 "spreadH": "",
639 "colorH": "",
640 "transitionDuration": "0"
641 }
642 },
643 "passwordHideSize": {
644 "type": "number",
645 "default": 55
646 },
647 "passwordHideRotate": {
648 "type": "number",
649 "default": 0
650 },
651 "passwordHideSizing": {
652 "type": "object",
653 "default": {
654 "value": 55,
655 "valueTablet": "",
656 "valueMobile": "",
657 "valueUnit": "px",
658 "valueUnitTablet": "",
659 "valueUnitMobile": ""
660 }
661 },
662 "passwordHideRotated": {
663 "type": "object",
664 "default": {
665 "value": 0,
666 "valueTablet": "",
667 "valueMobile": "",
668 "valueUnit": "deg",
669 "valueUnitTablet": "",
670 "valueUnitMobile": ""
671 }
672 },
673 "passwordHideRotateHover": {
674 "type": "object",
675 "default": {
676 "value": 0,
677 "valueTablet": "",
678 "valueMobile": "",
679 "valueUnit": "deg",
680 "valueUnitTablet": "",
681 "valueUnitMobile": ""
682 }
683 },
684 "passwordHidetransitionDuration": {
685 "type": "number",
686 "default": 0
687 },
688 "passwordHideImageWidth": {
689 "type": "number",
690 "default": 0
691 },
692 "passwordType": {
693 "type": "string",
694 "default": "password"
695 },
696 "passwordShowHideIconSize": {
697 "type": "number",
698 "default": 18
699 },
700 "inputIconSize": {
701 "type": "number",
702 "default": 28
703 },
704 "inputIconSpace": {
705 "type": "number",
706 "default": 38
707 },
708 "inputWidth": {
709 "type": "object",
710 "default": {
711 "value": 100,
712 "valueTablet": "",
713 "valueMobile": "",
714 "valueUnit": "%",
715 "valueUnitTablet": "",
716 "valueUnitMobile": ""
717 }
718 },
719 "_margin": {
720 "type": "object",
721 "default": {
722 "isLinked": true,
723 "isLinkedTablet": true,
724 "isLinkedMobile": true,
725 "common": "",
726 "top": "",
727 "right": "",
728 "bottom": "",
729 "left": "",
730 "unit": "px",
731 "commonTablet": "",
732 "topTablet": "",
733 "rightTablet": "",
734 "bottomTablet": "",
735 "leftTablet": "",
736 "unitTablet": "",
737 "commonMobile": "",
738 "topMobile": "",
739 "rightMobile": "",
740 "bottomMobile": "",
741 "leftMobile": "",
742 "unitMobile": ""
743 }
744 },
745 "_padding": {
746 "type": "object",
747 "default": {
748 "isLinked": true,
749 "isLinkedTablet": true,
750 "isLinkedMobile": true,
751 "common": "",
752 "top": "",
753 "right": "",
754 "bottom": "",
755 "left": "",
756 "unit": "px",
757 "commonTablet": "",
758 "topTablet": "",
759 "rightTablet": "",
760 "bottomTablet": "",
761 "leftTablet": "",
762 "unitTablet": "",
763 "commonMobile": "",
764 "topMobile": "",
765 "rightMobile": "",
766 "bottomMobile": "",
767 "leftMobile": "",
768 "unitMobile": ""
769 }
770 },
771 "_width": {
772 "type": "object",
773 "default": {
774 "widthType": "default",
775 "widthTypeTablet": "",
776 "widthTypeMobile": "",
777 "customWidth": "",
778 "customWidthTablet": "",
779 "customWidthMobile": "",
780 "customWidthUnit": "%",
781 "customWidthUnitTablet": "",
782 "customWidthUnitMobile": ""
783 }
784 },
785 "_border": {
786 "type": "object",
787 "default": {
788 "borderStyle": "default",
789 "borderStyleH": "default",
790 "borderColor": "",
791 "borderColorH": "",
792 "isLinkedWidth": true,
793 "isLinkedWidthTablet": true,
794 "isLinkedWidthMobile": true,
795 "commonWidth": "",
796 "commonWidthTablet": "",
797 "commonWidthMobile": "",
798 "topWidth": "",
799 "rightWidth": "",
800 "bottomWidth": "",
801 "leftWidth": "",
802 "topWidthTablet": "",
803 "rightWidthTablet": "",
804 "bottomWidthTablet": "",
805 "leftWidthTablet": "",
806 "topWidthMobile": "",
807 "rightWidthMobile": "",
808 "bottomWidthMobile": "",
809 "leftWidthMobile": "",
810 "unitWidth": "px",
811 "unitWidthTablet": "",
812 "unitWidthMobile": "",
813 "isLinkedWidthH": true,
814 "isLinkedWidthHTablet": true,
815 "isLinkedWidthHMobile": true,
816 "commonWidthH": "",
817 "commonWidthHTablet": "",
818 "commonWidthHMobile": "",
819 "topWidthH": "",
820 "rightWidthH": "",
821 "bottomWidthH": "",
822 "leftWidthH": "",
823 "topWidthHTablet": "",
824 "rightWidthHTablet": "",
825 "bottomWidthHTablet": "",
826 "leftWidthHTablet": "",
827 "topWidthHMobile": "",
828 "rightWidthHMobile": "",
829 "bottomWidthHMobile": "",
830 "leftWidthHMobile": "",
831 "unitWidthH": "px",
832 "unitWidthHTablet": "",
833 "unitWidthHMobile": "",
834 "isLinkedRadius": true,
835 "isLinkedRadiusTablet": true,
836 "isLinkedRadiusMobile": true,
837 "commonRadius": "",
838 "commonRadiusTablet": "",
839 "commonRadiusMobile": "",
840 "topRadius": "",
841 "rightRadius": "",
842 "bottomRadius": "",
843 "leftRadius": "",
844 "topRadiusTablet": "",
845 "rightRadiusTablet": "",
846 "bottomRadiusTablet": "",
847 "leftRadiusTablet": "",
848 "topRadiusMobile": "",
849 "rightRadiusMobile": "",
850 "bottomRadiusMobile": "",
851 "leftRadiusMobile": "",
852 "unitRadius": "px",
853 "unitRadiusTablet": "",
854 "unitRadiusMobile": "",
855 "isLinkedRadiusH": true,
856 "isLinkedRadiusHTablet": true,
857 "isLinkedRadiusHMobile": true,
858 "commonRadiusH": "",
859 "commonRadiusHTablet": "",
860 "commonRadiusHMobile": "",
861 "topRadiusH": "",
862 "rightRadiusH": "",
863 "bottomRadiusH": "",
864 "leftRadiusH": "",
865 "topRadiusHTablet": "",
866 "rightRadiusHTablet": "",
867 "bottomRadiusHTablet": "",
868 "leftRadiusHTablet": "",
869 "topRadiusHMobile": "",
870 "rightRadiusHMobile": "",
871 "bottomRadiusHMobile": "",
872 "leftRadiusHMobile": "",
873 "unitRadiusH": "px",
874 "unitRadiusHTablet": "",
875 "unitRadiusHMobile": "",
876 "transitionDuration": ""
877 }
878 },
879 "_position": {
880 "type": "object",
881 "default": {
882 "positionType": "relative",
883 "positionTypeTablet": "",
884 "positionTypeMobile": "",
885 "hOrientation": "",
886 "hOffset": "",
887 "hOffsetTablet": "",
888 "hOffsetMobile": "",
889 "hOffsetUnit": "px",
890 "hOffsetUnitTablet": "px",
891 "hOffsetUnitMobile": "px",
892 "vOrientation": "",
893 "vOffset": "",
894 "vOffsetTablet": "",
895 "vOffsetMobile": "",
896 "vOffsetUnit": "px",
897 "vOffsetUnitTablet": "px",
898 "vOffsetUnitMobile": "px"
899 }
900 },
901 "_background": {
902 "type": "object",
903 "default": {
904 "backgroundType": "none",
905 "backgroundTypeH": "none",
906 "backgroundColor": "",
907 "backgroundColorH": "",
908 "imgId": "",
909 "imgIdTablet": "",
910 "imgIdMobile": "",
911 "imgUrl": "",
912 "imgUrlTablet": "",
913 "imgUrlMobile": "",
914 "imgSize": "",
915 "imgSizeTablet": "",
916 "imgSizeMobile": "",
917 "imgPosition": "",
918 "imgPositionTablet": "",
919 "imgPositionMobile": "",
920 "imgXPositionUnit": "px",
921 "imgXPositionUnitTablet": "",
922 "imgXPositionUnitMobile": "",
923 "imgXPosition": "",
924 "imgXPositionTablet": "",
925 "imgXPositionMobile": "",
926 "imgYPositionUnit": "px",
927 "imgYPositionUnitTablet": "",
928 "imgYPositionUnitMobile": "",
929 "imgYPosition": "",
930 "imgYPositionTablet": "",
931 "imgYPositionMobile": "",
932 "imgAttachment": "",
933 "imgRepeat": "",
934 "imgRepeatTablet": "",
935 "imgRepeatMobile": "",
936 "imgDisplaySize": "",
937 "imgDisplaySizeTablet": "",
938 "imgDisplaySizeMobile": "",
939 "imgDisplaySizeWidth": "",
940 "imgDisplaySizeWidthTablet": "",
941 "imgDisplaySizeWidthMobile": "",
942 "imgDisplaySizeWidthUnit": "px",
943 "imgDisplaySizeWidthUnitTablet": "",
944 "imgDisplaySizeWidthUnitMobile": "",
945 "imgIdH": "",
946 "imgIdTabletH": "",
947 "imgIdMobileH": "",
948 "imgUrlH": "",
949 "imgUrlHTablet": "",
950 "imgUrlHMobile": "",
951 "imgSizeH": "",
952 "imgSizeHTablet": "",
953 "imgSizeHMobile": "",
954 "imgPositionH": "",
955 "imgPositionHTablet": "",
956 "imgPositionHMobile": "",
957 "imgXPositionUnitH": "px",
958 "imgXPositionUnitHTablet": "",
959 "imgXPositionUnitHMobile": "",
960 "imgXPositionH": "",
961 "imgXPositionHTablet": "",
962 "imgXPositionHMobile": "",
963 "imgYPositionUnitH": "px",
964 "imgYPositionUnitHTablet": "",
965 "imgYPositionUnitHMobile": "",
966 "imgYPositionH": "",
967 "imgYPositionHTablet": "",
968 "imgYPositionHMobile": "",
969 "imgAttachmentH": "",
970 "imgRepeatH": "",
971 "imgRepeatHTablet": "",
972 "imgRepeatHMobile": "",
973 "imgDisplaySizeH": "",
974 "imgDisplaySizeHTablet": "",
975 "imgDisplaySizeHMobile": "",
976 "imgDisplaySizeWidthH": "",
977 "imgDisplaySizeWidthHTablet": "",
978 "imgDisplaySizeWidthHMobile": "",
979 "imgDisplaySizeWidthHUnit": "px",
980 "imgDisplaySizeWidthHUnitTablet": "",
981 "imgDisplaySizeWidthHUnitMobile": "",
982 "transitionDuration": "",
983 "videoUrl": "",
984 "youtubeURL": "",
985 "vimeoURL": "",
986 "selfHostedURL": "",
987 "externalLink": false,
988 "videoSource": "none",
989 "videoPlayOnce": "",
990 "videoStartTime": "",
991 "videoEndTime": "",
992 "playOnMobile": "",
993 "videoPrivacyMode": "",
994 "fallbackImageUrl": ""
995 }
996 },
997 "_zIndex": {
998 "type": "object",
999 "default": {
1000 "zIndex": "",
1001 "zIndexTablet": "",
1002 "zIndexMobile": ""
1003 }
1004 },
1005 "_transform": {
1006 "type": "object",
1007 "default": {
1008 "rotate": "",
1009 "rotateTablet": "",
1010 "rotateMobile": "",
1011 "rotate3D": false,
1012 "rotate3DTablet": false,
1013 "rotate3DMobile": false,
1014 "rotateX": "",
1015 "rotateXTablet": "",
1016 "rotateXMobile": "",
1017 "rotateY": "",
1018 "rotateYTablet": "",
1019 "rotateYMobile": "",
1020 "rotateP": "",
1021 "rotatePTablet": "",
1022 "rotatePMobile": "",
1023 "offsetX": "",
1024 "offsetXTablet": "",
1025 "offsetXMobile": "",
1026 "offsetXUnit": "px",
1027 "offsetXUnitTablet": "px",
1028 "offsetXUnitMobile": "px",
1029 "offsetY": "",
1030 "offsetYTablet": "",
1031 "offsetYMobile": "",
1032 "offsetYUnit": "px",
1033 "offsetYUnitTablet": "px",
1034 "offsetYUnitMobile": "px",
1035 "scaleProportions": false,
1036 "scale": "",
1037 "scaleTablet": "",
1038 "scaleMobile": "",
1039 "scaleX": "",
1040 "scaleXTablet": "",
1041 "scaleXMobile": "",
1042 "scaleY": "",
1043 "scaleYTablet": "",
1044 "scaleYMobile": "",
1045 "skewX": "",
1046 "skewXTablet": "",
1047 "skewXMobile": "",
1048 "skewY": "",
1049 "skewYTablet": "",
1050 "skewYMobile": "",
1051 "flipHorizontal": false,
1052 "flipVertical": false,
1053 "xAnchorPoint": "",
1054 "xAnchorPointTablet": "",
1055 "xAnchorPointMobile": "",
1056 "yAnchorPoint": "",
1057 "yAnchorPointTablet": "",
1058 "yAnchorPointMobile": "",
1059 "rotateH": "",
1060 "rotateHTablet": "",
1061 "rotateHMobile": "",
1062 "rotate3DH": false,
1063 "rotate3DHTablet": false,
1064 "rotate3DHMobile": false,
1065 "rotateXH": "",
1066 "rotateXHTablet": "",
1067 "rotateXHMobile": "",
1068 "rotateYH": "",
1069 "rotateYHTablet": "",
1070 "rotateYHMobile": "",
1071 "rotatePH": "",
1072 "rotatePHTablet": "",
1073 "rotatePHMobile": "",
1074 "offsetXH": "",
1075 "offsetXHTablet": "",
1076 "offsetXHMobile": "",
1077 "offsetXHUnit": "px",
1078 "offsetXHUnitTablet": "px",
1079 "offsetXHUnitMobile": "px",
1080 "offsetYH": "",
1081 "offsetYHTablet": "",
1082 "offsetYHMobile": "",
1083 "offsetYHUnit": "px",
1084 "offsetYHUnitTablet": "px",
1085 "offsetYHUnitMobile": "px",
1086 "scaleProportionsH": false,
1087 "scaleH": "",
1088 "scaleHTablet": "",
1089 "scaleHMobile": "",
1090 "scaleXH": "",
1091 "scaleXHTablet": "",
1092 "scaleXHMobile": "",
1093 "scaleYH": "",
1094 "scaleYHTablet": "",
1095 "scaleYHMobile": "",
1096 "skewXH": "",
1097 "skewXHTablet": "",
1098 "skewXHMobile": "",
1099 "skewYH": "",
1100 "skewYHTablet": "",
1101 "skewYHMobile": "",
1102 "flipHorizontalH": false,
1103 "flipVerticalH": false,
1104 "xAnchorPointH": "",
1105 "xAnchorPointHTablet": "",
1106 "xAnchorPointHMobile": "",
1107 "yAnchorPointH": "",
1108 "yAnchorPointHTablet": "",
1109 "yAnchorPointHMobile": "",
1110 "transitionH": ""
1111 }
1112 },
1113 "_mask": {
1114 "type": "object",
1115 "default": {
1116 "mask": false,
1117 "maskTablet": false,
1118 "maskMobile": false,
1119 "maskShape": "circle",
1120 "customMaskShape": "",
1121 "maskSize": "",
1122 "maskSizeTablet": "",
1123 "maskSizeMobile": "",
1124 "maskPosition": "",
1125 "maskPositionTablet": "",
1126 "maskPositionMobile": "",
1127 "maskRepeat": "",
1128 "maskRepeatTablet": "",
1129 "maskRepeatMobile": "",
1130 "scaleUnit": "px",
1131 "scaleUnitTablet": "px",
1132 "scaleUnitMobile": "px",
1133 "scale": "0",
1134 "scaleTablet": "0",
1135 "scaleMobile": "0",
1136 "xPositionUnit": "px",
1137 "xPositionUnitTablet": "px",
1138 "xPositionUnitMobile": "px",
1139 "xPosition": "",
1140 "xPositionTablet": "0",
1141 "xPositionMobile": "0",
1142 "yPositionUnit": "0",
1143 "yPositionUnitTablet": "px",
1144 "yPositionUnitMobile": "px",
1145 "yPosition": "0",
1146 "yPositionTablet": "0",
1147 "yPositionMobile": "0"
1148 }
1149 },
1150 "_animation": {
1151 "type": "object",
1152 "default": {
1153 "animationType": "",
1154 "animationTypeTablet": "",
1155 "animationTypeMobile": "",
1156 "animationDuration": "",
1157 "animationDelay": ""
1158 }
1159 },
1160 "_boxShadow": {
1161 "type": "object",
1162 "default": {
1163 "preset": "",
1164 "shadowType": "default",
1165 "shadow": "",
1166 "horizontal": "",
1167 "vertical": "",
1168 "blur": "",
1169 "spread": "",
1170 "color": "",
1171 "presetH": "",
1172 "shadowTypeH": "default",
1173 "shadowH": "",
1174 "horizontalH": "",
1175 "verticalH": "",
1176 "blurH": "",
1177 "spreadH": "",
1178 "colorH": "",
1179 "transitionDuration": "0"
1180 }
1181 },
1182 "_gsapAnimation": {
1183 "type": "object",
1184 "default": {
1185 "animationType": "none",
1186 "duration": 1,
1187 "delay": 0,
1188 "triggerType": "scroll",
1189 "ease": "none",
1190 "x": 0,
1191 "y": 0,
1192 "rotation": 0,
1193 "rotationY": 0,
1194 "opacity": 1,
1195 "xTo": 0,
1196 "yTo": 0,
1197 "rotationTo": 0,
1198 "rotationYTo": 0,
1199 "opacityTo": 1,
1200 "easeTo": "none",
1201 "loops": false,
1202 "numberOfRepeat": 0,
1203 "isSmooth": true,
1204 "startPoint": 80,
1205 "endPoint": 10
1206 }
1207 },
1208 "_hide_on_desktop": {
1209 "type": "boolean",
1210 "default": false
1211 },
1212 "_hide_on_tablet": {
1213 "type": "boolean",
1214 "default": false
1215 },
1216 "_hide_on_mobile": {
1217 "type": "boolean",
1218 "default": false
1219 },
1220 "_custom_css": {
1221 "type": "string",
1222 "default": ""
1223 },
1224 "_animation_element_trigger": {
1225 "type": "array",
1226 "default": [],
1227 "items": {
1228 "type": "object"
1229 }
1230 },
1231 "_animation_page_trigger": {
1232 "type": "array",
1233 "default": [],
1234 "items": {
1235 "type": "object"
1236 }
1237 }
1238 }
1239 }