PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.14.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.14.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-courses / block.json

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

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