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

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

1,142 lines 38.9 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/storeengine-login-form",
5 "version": "0.1.0",
6 "title": "StoreEngine Login Form",
7 "category": "storeengine",
8 "description": "Shows a user login form for customers to log into their accounts before checking out or viewing orders.",
9 "keywords": [
10 "ablocks",
11 "academy",
12 "academy lms",
13 "login",
14 "login form"
15 ],
16 "example": [],
17 "supports": {
18 "html": false,
19 "anchor": true
20 },
21 "textdomain": "ablocks",
22 "editorStyle": [
23 "ablocks-animate-style",
24 "ablocks-common-style"
25 ],
26 "editorScript": [
27 "ablocks-common-script"
28 ],
29 "attributes": {
30 "block_id": {
31 "type": "string",
32 "default": ""
33 },
34 "form_title": {
35 "type": "string",
36 "default": "Log In into your Account"
37 },
38 "username_label": {
39 "type": "string",
40 "default": "Username or Email Address"
41 },
42 "username_placeholder": {
43 "type": "string",
44 "default": "Username or Email Address"
45 },
46 "password_label": {
47 "type": "string",
48 "default": "Password"
49 },
50 "password_placeholder": {
51 "type": "string",
52 "default": "Password"
53 },
54 "remember_label": {
55 "type": "string",
56 "default": "Remember me"
57 },
58 "login_button_label": {
59 "type": "string",
60 "default": "Log in"
61 },
62 "reset_password_label": {
63 "type": "string",
64 "default": "Reset password"
65 },
66 "show_logged_in_message": {
67 "type": "boolean",
68 "default": true
69 },
70 "customer_register_url": {
71 "type": "string",
72 "default": ""
73 },
74 "login_redirect_url": {
75 "type": "string",
76 "default": ""
77 },
78 "logout_redirect_url": {
79 "type": "string",
80 "default": ""
81 },
82 "login_btn_color": {
83 "type": "string",
84 "default": "#fff"
85 },
86 "login_btn_bg_color": {
87 "type": "string",
88 "default": "#7B68EE"
89 },
90 "login_btn_bg_hover_color": {
91 "type": "string",
92 "default": "#6F5DD6"
93 },
94 "login_btn_hover_color": {
95 "type": "string",
96 "default": "#fff"
97 },
98 "title_color": {
99 "type": "string",
100 "default": "#000"
101 },
102 "title_hover_color": {
103 "type": "string",
104 "default": "#000"
105 },
106 "input_field_label_color": {
107 "type": "string",
108 "default": "#333"
109 },
110 "input_field_label_hover_color": {
111 "type": "string",
112 "default": "#333"
113 },
114 "form_footer_title_color": {
115 "type": "string",
116 "default": "#000"
117 },
118 "input_field_bg_color": {
119 "type": "string",
120 "default": "#fff"
121 },
122 "inputFieldColor": {
123 "type": "string",
124 "default": "#333"
125 },
126 "input_field_bg_hover_color": {
127 "type": "string",
128 "default": "#fff"
129 },
130 "inputFieldColorH": {
131 "type": "string",
132 "default": "#333"
133 },
134 "login_btn_typographyGlobal": {
135 "type": "string",
136 "default": ""
137 },
138 "login_btn_typography": {
139 "type": "object",
140 "default": {
141 "fontFamily": "",
142 "weight": "",
143 "transform": "",
144 "style": "",
145 "decoration": "",
146 "fontSize": "",
147 "fontSizeUnit": "px",
148 "lineHeight": "",
149 "lineHeightUnit": "px",
150 "letterSpacing": "",
151 "letterSpacingUnit": "px",
152 "wordSpacing": "",
153 "wordSpacingUnit": "px",
154 "fontSizeTablet": "",
155 "fontSizeMobile": "",
156 "fontSizeUnitTablet": "px",
157 "fontSizeUnitMobile": "px",
158 "lineHeightTablet": "",
159 "lineHeightMobile": "",
160 "lineHeightUnitTablet": "px",
161 "lineHeightUnitMobile": "px",
162 "letterSpacingTablet": "",
163 "letterSpacingMobile": "",
164 "letterSpacingUnitTablet": "px",
165 "letterSpacingUnitMobile": "px",
166 "wordSpacingTablet": "",
167 "wordSpacingMobile": "",
168 "wordSpacingUnitTablet": "px",
169 "wordSpacingUnitMobile": "px"
170 }
171 },
172 "form_bg_color": {
173 "type": "object",
174 "default": {
175 "backgroundType": "none",
176 "backgroundTypeH": "none",
177 "backgroundColor": "",
178 "backgroundColorH": "",
179 "imgId": "",
180 "imgIdTablet": "",
181 "imgIdMobile": "",
182 "imgUrl": "",
183 "imgUrlTablet": "",
184 "imgUrlMobile": "",
185 "imgSize": "",
186 "imgSizeTablet": "",
187 "imgSizeMobile": "",
188 "imgPosition": "",
189 "imgPositionTablet": "",
190 "imgPositionMobile": "",
191 "imgXPositionUnit": "px",
192 "imgXPositionUnitTablet": "",
193 "imgXPositionUnitMobile": "",
194 "imgXPosition": "",
195 "imgXPositionTablet": "",
196 "imgXPositionMobile": "",
197 "imgYPositionUnit": "px",
198 "imgYPositionUnitTablet": "",
199 "imgYPositionUnitMobile": "",
200 "imgYPosition": "",
201 "imgYPositionTablet": "",
202 "imgYPositionMobile": "",
203 "imgAttachment": "",
204 "imgRepeat": "",
205 "imgRepeatTablet": "",
206 "imgRepeatMobile": "",
207 "imgDisplaySize": "",
208 "imgDisplaySizeTablet": "",
209 "imgDisplaySizeMobile": "",
210 "imgDisplaySizeWidth": "",
211 "imgDisplaySizeWidthTablet": "",
212 "imgDisplaySizeWidthMobile": "",
213 "imgDisplaySizeWidthUnit": "px",
214 "imgDisplaySizeWidthUnitTablet": "",
215 "imgDisplaySizeWidthUnitMobile": "",
216 "imgIdH": "",
217 "imgIdTabletH": "",
218 "imgIdMobileH": "",
219 "imgUrlH": "",
220 "imgUrlHTablet": "",
221 "imgUrlHMobile": "",
222 "imgSizeH": "",
223 "imgSizeHTablet": "",
224 "imgSizeHMobile": "",
225 "imgPositionH": "",
226 "imgPositionHTablet": "",
227 "imgPositionHMobile": "",
228 "imgXPositionUnitH": "px",
229 "imgXPositionUnitHTablet": "",
230 "imgXPositionUnitHMobile": "",
231 "imgXPositionH": "",
232 "imgXPositionHTablet": "",
233 "imgXPositionHMobile": "",
234 "imgYPositionUnitH": "px",
235 "imgYPositionUnitHTablet": "",
236 "imgYPositionUnitHMobile": "",
237 "imgYPositionH": "",
238 "imgYPositionHTablet": "",
239 "imgYPositionHMobile": "",
240 "imgAttachmentH": "",
241 "imgRepeatH": "",
242 "imgRepeatHTablet": "",
243 "imgRepeatHMobile": "",
244 "imgDisplaySizeH": "",
245 "imgDisplaySizeHTablet": "",
246 "imgDisplaySizeHMobile": "",
247 "imgDisplaySizeWidthH": "",
248 "imgDisplaySizeWidthHTablet": "",
249 "imgDisplaySizeWidthHMobile": "",
250 "imgDisplaySizeWidthHUnit": "px",
251 "imgDisplaySizeWidthHUnitTablet": "",
252 "imgDisplaySizeWidthHUnitMobile": "",
253 "transitionDuration": "",
254 "videoUrl": "",
255 "youtubeURL": "",
256 "vimeoURL": "",
257 "selfHostedURL": "",
258 "externalLink": false,
259 "videoSource": "none",
260 "videoPlayOnce": "",
261 "videoStartTime": "",
262 "videoEndTime": "",
263 "playOnMobile": "",
264 "videoPrivacyMode": "",
265 "fallbackImageUrl": ""
266 }
267 },
268 "title_typographyGlobal": {
269 "type": "string",
270 "default": ""
271 },
272 "title_typography": {
273 "type": "object",
274 "default": {
275 "fontFamily": "",
276 "weight": "",
277 "transform": "",
278 "style": "",
279 "decoration": "",
280 "fontSize": "",
281 "fontSizeUnit": "px",
282 "lineHeight": "",
283 "lineHeightUnit": "px",
284 "letterSpacing": "",
285 "letterSpacingUnit": "px",
286 "wordSpacing": "",
287 "wordSpacingUnit": "px",
288 "fontSizeTablet": "",
289 "fontSizeMobile": "",
290 "fontSizeUnitTablet": "px",
291 "fontSizeUnitMobile": "px",
292 "lineHeightTablet": "",
293 "lineHeightMobile": "",
294 "lineHeightUnitTablet": "px",
295 "lineHeightUnitMobile": "px",
296 "letterSpacingTablet": "",
297 "letterSpacingMobile": "",
298 "letterSpacingUnitTablet": "px",
299 "letterSpacingUnitMobile": "px",
300 "wordSpacingTablet": "",
301 "wordSpacingMobile": "",
302 "wordSpacingUnitTablet": "px",
303 "wordSpacingUnitMobile": "px"
304 }
305 },
306 "input_field_label_typographyGlobal": {
307 "type": "string",
308 "default": ""
309 },
310 "input_field_label_typography": {
311 "type": "object",
312 "default": {
313 "fontFamily": "",
314 "weight": "",
315 "transform": "",
316 "style": "",
317 "decoration": "",
318 "fontSize": "",
319 "fontSizeUnit": "px",
320 "lineHeight": "",
321 "lineHeightUnit": "px",
322 "letterSpacing": "",
323 "letterSpacingUnit": "px",
324 "wordSpacing": "",
325 "wordSpacingUnit": "px",
326 "fontSizeTablet": "",
327 "fontSizeMobile": "",
328 "fontSizeUnitTablet": "px",
329 "fontSizeUnitMobile": "px",
330 "lineHeightTablet": "",
331 "lineHeightMobile": "",
332 "lineHeightUnitTablet": "px",
333 "lineHeightUnitMobile": "px",
334 "letterSpacingTablet": "",
335 "letterSpacingMobile": "",
336 "letterSpacingUnitTablet": "px",
337 "letterSpacingUnitMobile": "px",
338 "wordSpacingTablet": "",
339 "wordSpacingMobile": "",
340 "wordSpacingUnitTablet": "px",
341 "wordSpacingUnitMobile": "px"
342 }
343 },
344 "form_footer_title_typographyGlobal": {
345 "type": "string",
346 "default": ""
347 },
348 "form_footer_title_typography": {
349 "type": "object",
350 "default": {
351 "fontFamily": "",
352 "weight": "",
353 "transform": "",
354 "style": "",
355 "decoration": "",
356 "fontSize": "",
357 "fontSizeUnit": "px",
358 "lineHeight": "",
359 "lineHeightUnit": "px",
360 "letterSpacing": "",
361 "letterSpacingUnit": "px",
362 "wordSpacing": "",
363 "wordSpacingUnit": "px",
364 "fontSizeTablet": "",
365 "fontSizeMobile": "",
366 "fontSizeUnitTablet": "px",
367 "fontSizeUnitMobile": "px",
368 "lineHeightTablet": "",
369 "lineHeightMobile": "",
370 "lineHeightUnitTablet": "px",
371 "lineHeightUnitMobile": "px",
372 "letterSpacingTablet": "",
373 "letterSpacingMobile": "",
374 "letterSpacingUnitTablet": "px",
375 "letterSpacingUnitMobile": "px",
376 "wordSpacingTablet": "",
377 "wordSpacingMobile": "",
378 "wordSpacingUnitTablet": "px",
379 "wordSpacingUnitMobile": "px"
380 }
381 },
382 "input_field_border": {
383 "type": "object",
384 "default": {
385 "borderStyle": "default",
386 "borderStyleH": "default",
387 "borderColor": "",
388 "borderColorH": "",
389 "isLinkedWidth": true,
390 "isLinkedWidthTablet": true,
391 "isLinkedWidthMobile": true,
392 "commonWidth": "",
393 "commonWidthTablet": "",
394 "commonWidthMobile": "",
395 "topWidth": "",
396 "rightWidth": "",
397 "bottomWidth": "",
398 "leftWidth": "",
399 "topWidthTablet": "",
400 "rightWidthTablet": "",
401 "bottomWidthTablet": "",
402 "leftWidthTablet": "",
403 "topWidthMobile": "",
404 "rightWidthMobile": "",
405 "bottomWidthMobile": "",
406 "leftWidthMobile": "",
407 "unitWidth": "px",
408 "unitWidthTablet": "",
409 "unitWidthMobile": "",
410 "isLinkedWidthH": true,
411 "isLinkedWidthHTablet": true,
412 "isLinkedWidthHMobile": true,
413 "commonWidthH": "",
414 "commonWidthHTablet": "",
415 "commonWidthHMobile": "",
416 "topWidthH": "",
417 "rightWidthH": "",
418 "bottomWidthH": "",
419 "leftWidthH": "",
420 "topWidthHTablet": "",
421 "rightWidthHTablet": "",
422 "bottomWidthHTablet": "",
423 "leftWidthHTablet": "",
424 "topWidthHMobile": "",
425 "rightWidthHMobile": "",
426 "bottomWidthHMobile": "",
427 "leftWidthHMobile": "",
428 "unitWidthH": "px",
429 "unitWidthHTablet": "",
430 "unitWidthHMobile": "",
431 "isLinkedRadius": true,
432 "isLinkedRadiusTablet": true,
433 "isLinkedRadiusMobile": true,
434 "commonRadius": "",
435 "commonRadiusTablet": "",
436 "commonRadiusMobile": "",
437 "topRadius": "",
438 "rightRadius": "",
439 "bottomRadius": "",
440 "leftRadius": "",
441 "topRadiusTablet": "",
442 "rightRadiusTablet": "",
443 "bottomRadiusTablet": "",
444 "leftRadiusTablet": "",
445 "topRadiusMobile": "",
446 "rightRadiusMobile": "",
447 "bottomRadiusMobile": "",
448 "leftRadiusMobile": "",
449 "unitRadius": "px",
450 "unitRadiusTablet": "",
451 "unitRadiusMobile": "",
452 "isLinkedRadiusH": true,
453 "isLinkedRadiusHTablet": true,
454 "isLinkedRadiusHMobile": true,
455 "commonRadiusH": "",
456 "commonRadiusHTablet": "",
457 "commonRadiusHMobile": "",
458 "topRadiusH": "",
459 "rightRadiusH": "",
460 "bottomRadiusH": "",
461 "leftRadiusH": "",
462 "topRadiusHTablet": "",
463 "rightRadiusHTablet": "",
464 "bottomRadiusHTablet": "",
465 "leftRadiusHTablet": "",
466 "topRadiusHMobile": "",
467 "rightRadiusHMobile": "",
468 "bottomRadiusHMobile": "",
469 "leftRadiusHMobile": "",
470 "unitRadiusH": "px",
471 "unitRadiusHTablet": "",
472 "unitRadiusHMobile": "",
473 "transitionDuration": ""
474 }
475 },
476 "form_border": {
477 "type": "object",
478 "default": {
479 "borderStyle": "default",
480 "borderStyleH": "default",
481 "borderColor": "",
482 "borderColorH": "",
483 "isLinkedWidth": true,
484 "isLinkedWidthTablet": true,
485 "isLinkedWidthMobile": true,
486 "commonWidth": "",
487 "commonWidthTablet": "",
488 "commonWidthMobile": "",
489 "topWidth": "",
490 "rightWidth": "",
491 "bottomWidth": "",
492 "leftWidth": "",
493 "topWidthTablet": "",
494 "rightWidthTablet": "",
495 "bottomWidthTablet": "",
496 "leftWidthTablet": "",
497 "topWidthMobile": "",
498 "rightWidthMobile": "",
499 "bottomWidthMobile": "",
500 "leftWidthMobile": "",
501 "unitWidth": "px",
502 "unitWidthTablet": "",
503 "unitWidthMobile": "",
504 "isLinkedWidthH": true,
505 "isLinkedWidthHTablet": true,
506 "isLinkedWidthHMobile": true,
507 "commonWidthH": "",
508 "commonWidthHTablet": "",
509 "commonWidthHMobile": "",
510 "topWidthH": "",
511 "rightWidthH": "",
512 "bottomWidthH": "",
513 "leftWidthH": "",
514 "topWidthHTablet": "",
515 "rightWidthHTablet": "",
516 "bottomWidthHTablet": "",
517 "leftWidthHTablet": "",
518 "topWidthHMobile": "",
519 "rightWidthHMobile": "",
520 "bottomWidthHMobile": "",
521 "leftWidthHMobile": "",
522 "unitWidthH": "px",
523 "unitWidthHTablet": "",
524 "unitWidthHMobile": "",
525 "isLinkedRadius": true,
526 "isLinkedRadiusTablet": true,
527 "isLinkedRadiusMobile": true,
528 "commonRadius": "",
529 "commonRadiusTablet": "",
530 "commonRadiusMobile": "",
531 "topRadius": "",
532 "rightRadius": "",
533 "bottomRadius": "",
534 "leftRadius": "",
535 "topRadiusTablet": "",
536 "rightRadiusTablet": "",
537 "bottomRadiusTablet": "",
538 "leftRadiusTablet": "",
539 "topRadiusMobile": "",
540 "rightRadiusMobile": "",
541 "bottomRadiusMobile": "",
542 "leftRadiusMobile": "",
543 "unitRadius": "px",
544 "unitRadiusTablet": "",
545 "unitRadiusMobile": "",
546 "isLinkedRadiusH": true,
547 "isLinkedRadiusHTablet": true,
548 "isLinkedRadiusHMobile": true,
549 "commonRadiusH": "",
550 "commonRadiusHTablet": "",
551 "commonRadiusHMobile": "",
552 "topRadiusH": "",
553 "rightRadiusH": "",
554 "bottomRadiusH": "",
555 "leftRadiusH": "",
556 "topRadiusHTablet": "",
557 "rightRadiusHTablet": "",
558 "bottomRadiusHTablet": "",
559 "leftRadiusHTablet": "",
560 "topRadiusHMobile": "",
561 "rightRadiusHMobile": "",
562 "bottomRadiusHMobile": "",
563 "leftRadiusHMobile": "",
564 "unitRadiusH": "px",
565 "unitRadiusHTablet": "",
566 "unitRadiusHMobile": "",
567 "transitionDuration": ""
568 }
569 },
570 "input_field_padding": {
571 "type": "object",
572 "default": {
573 "isLinked": true,
574 "isLinkedTablet": true,
575 "isLinkedMobile": true,
576 "common": "",
577 "top": "",
578 "right": "",
579 "bottom": "",
580 "left": "",
581 "unit": "px",
582 "commonTablet": "",
583 "topTablet": "",
584 "rightTablet": "",
585 "bottomTablet": "",
586 "leftTablet": "",
587 "unitTablet": "",
588 "commonMobile": "",
589 "topMobile": "",
590 "rightMobile": "",
591 "bottomMobile": "",
592 "leftMobile": "",
593 "unitMobile": ""
594 }
595 },
596 "form_padding": {
597 "type": "object",
598 "default": {
599 "isLinked": true,
600 "isLinkedTablet": true,
601 "isLinkedMobile": true,
602 "common": "",
603 "top": "",
604 "right": "",
605 "bottom": "",
606 "left": "",
607 "unit": "px",
608 "commonTablet": "",
609 "topTablet": "",
610 "rightTablet": "",
611 "bottomTablet": "",
612 "leftTablet": "",
613 "unitTablet": "",
614 "commonMobile": "",
615 "topMobile": "",
616 "rightMobile": "",
617 "bottomMobile": "",
618 "leftMobile": "",
619 "unitMobile": ""
620 }
621 },
622 "_margin": {
623 "type": "object",
624 "default": {
625 "isLinked": true,
626 "isLinkedTablet": true,
627 "isLinkedMobile": true,
628 "common": "",
629 "top": "",
630 "right": "",
631 "bottom": "",
632 "left": "",
633 "unit": "px",
634 "commonTablet": "",
635 "topTablet": "",
636 "rightTablet": "",
637 "bottomTablet": "",
638 "leftTablet": "",
639 "unitTablet": "",
640 "commonMobile": "",
641 "topMobile": "",
642 "rightMobile": "",
643 "bottomMobile": "",
644 "leftMobile": "",
645 "unitMobile": ""
646 }
647 },
648 "_padding": {
649 "type": "object",
650 "default": {
651 "isLinked": true,
652 "isLinkedTablet": true,
653 "isLinkedMobile": true,
654 "common": "",
655 "top": "",
656 "right": "",
657 "bottom": "",
658 "left": "",
659 "unit": "px",
660 "commonTablet": "",
661 "topTablet": "",
662 "rightTablet": "",
663 "bottomTablet": "",
664 "leftTablet": "",
665 "unitTablet": "",
666 "commonMobile": "",
667 "topMobile": "",
668 "rightMobile": "",
669 "bottomMobile": "",
670 "leftMobile": "",
671 "unitMobile": ""
672 }
673 },
674 "_width": {
675 "type": "object",
676 "default": {
677 "widthType": "default",
678 "widthTypeTablet": "",
679 "widthTypeMobile": "",
680 "customWidth": "",
681 "customWidthTablet": "",
682 "customWidthMobile": "",
683 "customWidthUnit": "%",
684 "customWidthUnitTablet": "",
685 "customWidthUnitMobile": ""
686 }
687 },
688 "_border": {
689 "type": "object",
690 "default": {
691 "borderStyle": "default",
692 "borderStyleH": "default",
693 "borderColor": "",
694 "borderColorH": "",
695 "isLinkedWidth": true,
696 "isLinkedWidthTablet": true,
697 "isLinkedWidthMobile": true,
698 "commonWidth": "",
699 "commonWidthTablet": "",
700 "commonWidthMobile": "",
701 "topWidth": "",
702 "rightWidth": "",
703 "bottomWidth": "",
704 "leftWidth": "",
705 "topWidthTablet": "",
706 "rightWidthTablet": "",
707 "bottomWidthTablet": "",
708 "leftWidthTablet": "",
709 "topWidthMobile": "",
710 "rightWidthMobile": "",
711 "bottomWidthMobile": "",
712 "leftWidthMobile": "",
713 "unitWidth": "px",
714 "unitWidthTablet": "",
715 "unitWidthMobile": "",
716 "isLinkedWidthH": true,
717 "isLinkedWidthHTablet": true,
718 "isLinkedWidthHMobile": true,
719 "commonWidthH": "",
720 "commonWidthHTablet": "",
721 "commonWidthHMobile": "",
722 "topWidthH": "",
723 "rightWidthH": "",
724 "bottomWidthH": "",
725 "leftWidthH": "",
726 "topWidthHTablet": "",
727 "rightWidthHTablet": "",
728 "bottomWidthHTablet": "",
729 "leftWidthHTablet": "",
730 "topWidthHMobile": "",
731 "rightWidthHMobile": "",
732 "bottomWidthHMobile": "",
733 "leftWidthHMobile": "",
734 "unitWidthH": "px",
735 "unitWidthHTablet": "",
736 "unitWidthHMobile": "",
737 "isLinkedRadius": true,
738 "isLinkedRadiusTablet": true,
739 "isLinkedRadiusMobile": true,
740 "commonRadius": "",
741 "commonRadiusTablet": "",
742 "commonRadiusMobile": "",
743 "topRadius": "",
744 "rightRadius": "",
745 "bottomRadius": "",
746 "leftRadius": "",
747 "topRadiusTablet": "",
748 "rightRadiusTablet": "",
749 "bottomRadiusTablet": "",
750 "leftRadiusTablet": "",
751 "topRadiusMobile": "",
752 "rightRadiusMobile": "",
753 "bottomRadiusMobile": "",
754 "leftRadiusMobile": "",
755 "unitRadius": "px",
756 "unitRadiusTablet": "",
757 "unitRadiusMobile": "",
758 "isLinkedRadiusH": true,
759 "isLinkedRadiusHTablet": true,
760 "isLinkedRadiusHMobile": true,
761 "commonRadiusH": "",
762 "commonRadiusHTablet": "",
763 "commonRadiusHMobile": "",
764 "topRadiusH": "",
765 "rightRadiusH": "",
766 "bottomRadiusH": "",
767 "leftRadiusH": "",
768 "topRadiusHTablet": "",
769 "rightRadiusHTablet": "",
770 "bottomRadiusHTablet": "",
771 "leftRadiusHTablet": "",
772 "topRadiusHMobile": "",
773 "rightRadiusHMobile": "",
774 "bottomRadiusHMobile": "",
775 "leftRadiusHMobile": "",
776 "unitRadiusH": "px",
777 "unitRadiusHTablet": "",
778 "unitRadiusHMobile": "",
779 "transitionDuration": ""
780 }
781 },
782 "_position": {
783 "type": "object",
784 "default": {
785 "positionType": "relative",
786 "positionTypeTablet": "",
787 "positionTypeMobile": "",
788 "hOrientation": "",
789 "hOffset": "",
790 "hOffsetTablet": "",
791 "hOffsetMobile": "",
792 "hOffsetUnit": "px",
793 "hOffsetUnitTablet": "px",
794 "hOffsetUnitMobile": "px",
795 "vOrientation": "",
796 "vOffset": "",
797 "vOffsetTablet": "",
798 "vOffsetMobile": "",
799 "vOffsetUnit": "px",
800 "vOffsetUnitTablet": "px",
801 "vOffsetUnitMobile": "px"
802 }
803 },
804 "_background": {
805 "type": "object",
806 "default": {
807 "backgroundType": "none",
808 "backgroundTypeH": "none",
809 "backgroundColor": "",
810 "backgroundColorH": "",
811 "imgId": "",
812 "imgIdTablet": "",
813 "imgIdMobile": "",
814 "imgUrl": "",
815 "imgUrlTablet": "",
816 "imgUrlMobile": "",
817 "imgSize": "",
818 "imgSizeTablet": "",
819 "imgSizeMobile": "",
820 "imgPosition": "",
821 "imgPositionTablet": "",
822 "imgPositionMobile": "",
823 "imgXPositionUnit": "px",
824 "imgXPositionUnitTablet": "",
825 "imgXPositionUnitMobile": "",
826 "imgXPosition": "",
827 "imgXPositionTablet": "",
828 "imgXPositionMobile": "",
829 "imgYPositionUnit": "px",
830 "imgYPositionUnitTablet": "",
831 "imgYPositionUnitMobile": "",
832 "imgYPosition": "",
833 "imgYPositionTablet": "",
834 "imgYPositionMobile": "",
835 "imgAttachment": "",
836 "imgRepeat": "",
837 "imgRepeatTablet": "",
838 "imgRepeatMobile": "",
839 "imgDisplaySize": "",
840 "imgDisplaySizeTablet": "",
841 "imgDisplaySizeMobile": "",
842 "imgDisplaySizeWidth": "",
843 "imgDisplaySizeWidthTablet": "",
844 "imgDisplaySizeWidthMobile": "",
845 "imgDisplaySizeWidthUnit": "px",
846 "imgDisplaySizeWidthUnitTablet": "",
847 "imgDisplaySizeWidthUnitMobile": "",
848 "imgIdH": "",
849 "imgIdTabletH": "",
850 "imgIdMobileH": "",
851 "imgUrlH": "",
852 "imgUrlHTablet": "",
853 "imgUrlHMobile": "",
854 "imgSizeH": "",
855 "imgSizeHTablet": "",
856 "imgSizeHMobile": "",
857 "imgPositionH": "",
858 "imgPositionHTablet": "",
859 "imgPositionHMobile": "",
860 "imgXPositionUnitH": "px",
861 "imgXPositionUnitHTablet": "",
862 "imgXPositionUnitHMobile": "",
863 "imgXPositionH": "",
864 "imgXPositionHTablet": "",
865 "imgXPositionHMobile": "",
866 "imgYPositionUnitH": "px",
867 "imgYPositionUnitHTablet": "",
868 "imgYPositionUnitHMobile": "",
869 "imgYPositionH": "",
870 "imgYPositionHTablet": "",
871 "imgYPositionHMobile": "",
872 "imgAttachmentH": "",
873 "imgRepeatH": "",
874 "imgRepeatHTablet": "",
875 "imgRepeatHMobile": "",
876 "imgDisplaySizeH": "",
877 "imgDisplaySizeHTablet": "",
878 "imgDisplaySizeHMobile": "",
879 "imgDisplaySizeWidthH": "",
880 "imgDisplaySizeWidthHTablet": "",
881 "imgDisplaySizeWidthHMobile": "",
882 "imgDisplaySizeWidthHUnit": "px",
883 "imgDisplaySizeWidthHUnitTablet": "",
884 "imgDisplaySizeWidthHUnitMobile": "",
885 "transitionDuration": "",
886 "videoUrl": "",
887 "youtubeURL": "",
888 "vimeoURL": "",
889 "selfHostedURL": "",
890 "externalLink": false,
891 "videoSource": "none",
892 "videoPlayOnce": "",
893 "videoStartTime": "",
894 "videoEndTime": "",
895 "playOnMobile": "",
896 "videoPrivacyMode": "",
897 "fallbackImageUrl": ""
898 }
899 },
900 "_zIndex": {
901 "type": "object",
902 "default": {
903 "zIndex": "",
904 "zIndexTablet": "",
905 "zIndexMobile": ""
906 }
907 },
908 "_transform": {
909 "type": "object",
910 "default": {
911 "rotate": "",
912 "rotateTablet": "",
913 "rotateMobile": "",
914 "rotate3D": false,
915 "rotate3DTablet": false,
916 "rotate3DMobile": false,
917 "rotateX": "",
918 "rotateXTablet": "",
919 "rotateXMobile": "",
920 "rotateY": "",
921 "rotateYTablet": "",
922 "rotateYMobile": "",
923 "rotateP": "",
924 "rotatePTablet": "",
925 "rotatePMobile": "",
926 "offsetX": "",
927 "offsetXTablet": "",
928 "offsetXMobile": "",
929 "offsetXUnit": "px",
930 "offsetXUnitTablet": "px",
931 "offsetXUnitMobile": "px",
932 "offsetY": "",
933 "offsetYTablet": "",
934 "offsetYMobile": "",
935 "offsetYUnit": "px",
936 "offsetYUnitTablet": "px",
937 "offsetYUnitMobile": "px",
938 "scaleProportions": false,
939 "scale": "",
940 "scaleTablet": "",
941 "scaleMobile": "",
942 "scaleX": "",
943 "scaleXTablet": "",
944 "scaleXMobile": "",
945 "scaleY": "",
946 "scaleYTablet": "",
947 "scaleYMobile": "",
948 "skewX": "",
949 "skewXTablet": "",
950 "skewXMobile": "",
951 "skewY": "",
952 "skewYTablet": "",
953 "skewYMobile": "",
954 "flipHorizontal": false,
955 "flipVertical": false,
956 "xAnchorPoint": "",
957 "xAnchorPointTablet": "",
958 "xAnchorPointMobile": "",
959 "yAnchorPoint": "",
960 "yAnchorPointTablet": "",
961 "yAnchorPointMobile": "",
962 "rotateH": "",
963 "rotateHTablet": "",
964 "rotateHMobile": "",
965 "rotate3DH": false,
966 "rotate3DHTablet": false,
967 "rotate3DHMobile": false,
968 "rotateXH": "",
969 "rotateXHTablet": "",
970 "rotateXHMobile": "",
971 "rotateYH": "",
972 "rotateYHTablet": "",
973 "rotateYHMobile": "",
974 "rotatePH": "",
975 "rotatePHTablet": "",
976 "rotatePHMobile": "",
977 "offsetXH": "",
978 "offsetXHTablet": "",
979 "offsetXHMobile": "",
980 "offsetXHUnit": "px",
981 "offsetXHUnitTablet": "px",
982 "offsetXHUnitMobile": "px",
983 "offsetYH": "",
984 "offsetYHTablet": "",
985 "offsetYHMobile": "",
986 "offsetYHUnit": "px",
987 "offsetYHUnitTablet": "px",
988 "offsetYHUnitMobile": "px",
989 "scaleProportionsH": false,
990 "scaleH": "",
991 "scaleHTablet": "",
992 "scaleHMobile": "",
993 "scaleXH": "",
994 "scaleXHTablet": "",
995 "scaleXHMobile": "",
996 "scaleYH": "",
997 "scaleYHTablet": "",
998 "scaleYHMobile": "",
999 "skewXH": "",
1000 "skewXHTablet": "",
1001 "skewXHMobile": "",
1002 "skewYH": "",
1003 "skewYHTablet": "",
1004 "skewYHMobile": "",
1005 "flipHorizontalH": false,
1006 "flipVerticalH": false,
1007 "xAnchorPointH": "",
1008 "xAnchorPointHTablet": "",
1009 "xAnchorPointHMobile": "",
1010 "yAnchorPointH": "",
1011 "yAnchorPointHTablet": "",
1012 "yAnchorPointHMobile": "",
1013 "transitionH": ""
1014 }
1015 },
1016 "_mask": {
1017 "type": "object",
1018 "default": {
1019 "mask": false,
1020 "maskTablet": false,
1021 "maskMobile": false,
1022 "maskShape": "circle",
1023 "customMaskShape": "",
1024 "maskSize": "",
1025 "maskSizeTablet": "",
1026 "maskSizeMobile": "",
1027 "maskPosition": "",
1028 "maskPositionTablet": "",
1029 "maskPositionMobile": "",
1030 "maskRepeat": "",
1031 "maskRepeatTablet": "",
1032 "maskRepeatMobile": "",
1033 "scaleUnit": "px",
1034 "scaleUnitTablet": "px",
1035 "scaleUnitMobile": "px",
1036 "scale": "0",
1037 "scaleTablet": "0",
1038 "scaleMobile": "0",
1039 "xPositionUnit": "px",
1040 "xPositionUnitTablet": "px",
1041 "xPositionUnitMobile": "px",
1042 "xPosition": "",
1043 "xPositionTablet": "0",
1044 "xPositionMobile": "0",
1045 "yPositionUnit": "0",
1046 "yPositionUnitTablet": "px",
1047 "yPositionUnitMobile": "px",
1048 "yPosition": "0",
1049 "yPositionTablet": "0",
1050 "yPositionMobile": "0"
1051 }
1052 },
1053 "_animation": {
1054 "type": "object",
1055 "default": {
1056 "animationType": "",
1057 "animationTypeTablet": "",
1058 "animationTypeMobile": "",
1059 "animationDuration": "",
1060 "animationDelay": ""
1061 }
1062 },
1063 "_boxShadow": {
1064 "type": "object",
1065 "default": {
1066 "preset": "",
1067 "shadowType": "default",
1068 "shadow": "",
1069 "horizontal": "",
1070 "vertical": "",
1071 "blur": "",
1072 "spread": "",
1073 "color": "",
1074 "presetH": "",
1075 "shadowTypeH": "default",
1076 "shadowH": "",
1077 "horizontalH": "",
1078 "verticalH": "",
1079 "blurH": "",
1080 "spreadH": "",
1081 "colorH": "",
1082 "transitionDuration": "0"
1083 }
1084 },
1085 "_gsapAnimation": {
1086 "type": "object",
1087 "default": {
1088 "animationType": "none",
1089 "duration": 1,
1090 "delay": 0,
1091 "triggerType": "scroll",
1092 "ease": "none",
1093 "x": 0,
1094 "y": 0,
1095 "rotation": 0,
1096 "rotationY": 0,
1097 "opacity": 1,
1098 "xTo": 0,
1099 "yTo": 0,
1100 "rotationTo": 0,
1101 "rotationYTo": 0,
1102 "opacityTo": 1,
1103 "easeTo": "none",
1104 "loops": false,
1105 "numberOfRepeat": 0,
1106 "isSmooth": true,
1107 "startPoint": 80,
1108 "endPoint": 10
1109 }
1110 },
1111 "_hide_on_desktop": {
1112 "type": "boolean",
1113 "default": false
1114 },
1115 "_hide_on_tablet": {
1116 "type": "boolean",
1117 "default": false
1118 },
1119 "_hide_on_mobile": {
1120 "type": "boolean",
1121 "default": false
1122 },
1123 "_custom_css": {
1124 "type": "string",
1125 "default": ""
1126 },
1127 "_animation_element_trigger": {
1128 "type": "array",
1129 "default": [],
1130 "items": {
1131 "type": "object"
1132 }
1133 },
1134 "_animation_page_trigger": {
1135 "type": "array",
1136 "default": [],
1137 "items": {
1138 "type": "object"
1139 }
1140 }
1141 }
1142 }