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

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