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

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