PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.8.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.8.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
ablocks / assets / build / blocks / academy-login-form / block.json

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

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