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-course-reviews / 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-course-reviews/block.json

964 lines 24.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "ablocks/academy-course-reviews",
5 "version": "0.1.0",
6 "title": "Academy Course Reviews",
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 "course_id": {
35 "type": "number",
36 "default": 0
37 },
38 "blockVersion": {
39 "type": "number",
40 "default": 2
41 },
42 "heading_color": {
43 "type": "string",
44 "default": "#111"
45 },
46 "heading_hover_color": {
47 "type": "string",
48 "default": "#111"
49 },
50 "section_bg_hover": {
51 "type": "string",
52 "default": "#FFF"
53 },
54 "section_bg": {
55 "type": "string",
56 "default": "#FFF"
57 },
58 "avg_color": {
59 "type": "string",
60 "default": "#111"
61 },
62 "avg_color_hover": {
63 "type": "string",
64 "default": "#111"
65 },
66 "rating_color_hover": {
67 "type": "string",
68 "default": "#f4c150"
69 },
70 "rating_color": {
71 "type": "string",
72 "default": "#f4c150"
73 },
74 "total_rating_color": {
75 "type": "string",
76 "default": "#999"
77 },
78 "total_rating_hover": {
79 "type": "string",
80 "default": "#999"
81 },
82 "listColor": {
83 "type": "string",
84 "default": "#999"
85 },
86 "listColorH": {
87 "type": "string",
88 "default": "#999"
89 },
90 "starColorH": {
91 "type": "string",
92 "default": "#f4c150"
93 },
94 "starColor": {
95 "type": "string",
96 "default": "#f4c150"
97 },
98 "fillBg": {
99 "type": "string",
100 "default": "#e7e7e7"
101 },
102 "fillBgH": {
103 "type": "string",
104 "default": "#e7e7e7"
105 },
106 "fillABg": {
107 "type": "string",
108 "default": "#f4c150"
109 },
110 "fillABgH": {
111 "type": "string",
112 "default": "#f4c150"
113 },
114 "heading_typographyGlobal": {
115 "type": "string",
116 "default": ""
117 },
118 "heading_typography": {
119 "type": "object",
120 "default": {
121 "fontFamily": "",
122 "weight": "400",
123 "transform": "",
124 "style": "",
125 "decoration": "",
126 "fontSize": "",
127 "fontSizeUnit": "px",
128 "lineHeight": "",
129 "lineHeightUnit": "px",
130 "letterSpacing": "",
131 "letterSpacingUnit": "px",
132 "wordSpacing": "",
133 "wordSpacingUnit": "px",
134 "fontSizeTablet": "",
135 "fontSizeMobile": "",
136 "fontSizeUnitTablet": "px",
137 "fontSizeUnitMobile": "px",
138 "lineHeightTablet": "",
139 "lineHeightMobile": "",
140 "lineHeightUnitTablet": "px",
141 "lineHeightUnitMobile": "px",
142 "letterSpacingTablet": "",
143 "letterSpacingMobile": "",
144 "letterSpacingUnitTablet": "px",
145 "letterSpacingUnitMobile": "px",
146 "wordSpacingTablet": "",
147 "wordSpacingMobile": "",
148 "wordSpacingUnitTablet": "px",
149 "wordSpacingUnitMobile": "px"
150 }
151 },
152 "listTypographyGlobal": {
153 "type": "string",
154 "default": ""
155 },
156 "listTypography": {
157 "type": "object",
158 "default": {
159 "fontFamily": "",
160 "weight": "400",
161 "transform": "",
162 "style": "",
163 "decoration": "",
164 "fontSize": "",
165 "fontSizeUnit": "px",
166 "lineHeight": "",
167 "lineHeightUnit": "px",
168 "letterSpacing": "",
169 "letterSpacingUnit": "px",
170 "wordSpacing": "",
171 "wordSpacingUnit": "px",
172 "fontSizeTablet": "",
173 "fontSizeMobile": "",
174 "fontSizeUnitTablet": "px",
175 "fontSizeUnitMobile": "px",
176 "lineHeightTablet": "",
177 "lineHeightMobile": "",
178 "lineHeightUnitTablet": "px",
179 "lineHeightUnitMobile": "px",
180 "letterSpacingTablet": "",
181 "letterSpacingMobile": "",
182 "letterSpacingUnitTablet": "px",
183 "letterSpacingUnitMobile": "px",
184 "wordSpacingTablet": "",
185 "wordSpacingMobile": "",
186 "wordSpacingUnitTablet": "px",
187 "wordSpacingUnitMobile": "px"
188 }
189 },
190 "avg_typographyGlobal": {
191 "type": "string",
192 "default": ""
193 },
194 "avg_typography": {
195 "type": "object",
196 "default": {
197 "fontFamily": "",
198 "weight": "400",
199 "transform": "",
200 "style": "",
201 "decoration": "",
202 "fontSize": "",
203 "fontSizeUnit": "px",
204 "lineHeight": "",
205 "lineHeightUnit": "px",
206 "letterSpacing": "",
207 "letterSpacingUnit": "px",
208 "wordSpacing": "",
209 "wordSpacingUnit": "px",
210 "fontSizeTablet": "",
211 "fontSizeMobile": "",
212 "fontSizeUnitTablet": "px",
213 "fontSizeUnitMobile": "px",
214 "lineHeightTablet": "",
215 "lineHeightMobile": "",
216 "lineHeightUnitTablet": "px",
217 "lineHeightUnitMobile": "px",
218 "letterSpacingTablet": "",
219 "letterSpacingMobile": "",
220 "letterSpacingUnitTablet": "px",
221 "letterSpacingUnitMobile": "px",
222 "wordSpacingTablet": "",
223 "wordSpacingMobile": "",
224 "wordSpacingUnitTablet": "px",
225 "wordSpacingUnitMobile": "px"
226 }
227 },
228 "total_typographyGlobal": {
229 "type": "string",
230 "default": ""
231 },
232 "total_typography": {
233 "type": "object",
234 "default": {
235 "fontFamily": "",
236 "weight": "400",
237 "transform": "",
238 "style": "",
239 "decoration": "",
240 "fontSize": "",
241 "fontSizeUnit": "px",
242 "lineHeight": "",
243 "lineHeightUnit": "px",
244 "letterSpacing": "",
245 "letterSpacingUnit": "px",
246 "wordSpacing": "",
247 "wordSpacingUnit": "px",
248 "fontSizeTablet": "",
249 "fontSizeMobile": "",
250 "fontSizeUnitTablet": "px",
251 "fontSizeUnitMobile": "px",
252 "lineHeightTablet": "",
253 "lineHeightMobile": "",
254 "lineHeightUnitTablet": "px",
255 "lineHeightUnitMobile": "px",
256 "letterSpacingTablet": "",
257 "letterSpacingMobile": "",
258 "letterSpacingUnitTablet": "px",
259 "letterSpacingUnitMobile": "px",
260 "wordSpacingTablet": "",
261 "wordSpacingMobile": "",
262 "wordSpacingUnitTablet": "px",
263 "wordSpacingUnitMobile": "px"
264 }
265 },
266 "border": {
267 "type": "object",
268 "default": {
269 "borderStyle": "default",
270 "borderStyleH": "default",
271 "borderColor": "",
272 "borderColorH": "",
273 "isLinkedWidth": true,
274 "isLinkedWidthTablet": true,
275 "isLinkedWidthMobile": true,
276 "commonWidth": "",
277 "commonWidthTablet": "",
278 "commonWidthMobile": "",
279 "topWidth": "",
280 "rightWidth": "",
281 "bottomWidth": "",
282 "leftWidth": "",
283 "topWidthTablet": "",
284 "rightWidthTablet": "",
285 "bottomWidthTablet": "",
286 "leftWidthTablet": "",
287 "topWidthMobile": "",
288 "rightWidthMobile": "",
289 "bottomWidthMobile": "",
290 "leftWidthMobile": "",
291 "unitWidth": "px",
292 "unitWidthTablet": "",
293 "unitWidthMobile": "",
294 "isLinkedWidthH": true,
295 "isLinkedWidthHTablet": true,
296 "isLinkedWidthHMobile": true,
297 "commonWidthH": "",
298 "commonWidthHTablet": "",
299 "commonWidthHMobile": "",
300 "topWidthH": "",
301 "rightWidthH": "",
302 "bottomWidthH": "",
303 "leftWidthH": "",
304 "topWidthHTablet": "",
305 "rightWidthHTablet": "",
306 "bottomWidthHTablet": "",
307 "leftWidthHTablet": "",
308 "topWidthHMobile": "",
309 "rightWidthHMobile": "",
310 "bottomWidthHMobile": "",
311 "leftWidthHMobile": "",
312 "unitWidthH": "px",
313 "unitWidthHTablet": "",
314 "unitWidthHMobile": "",
315 "isLinkedRadius": true,
316 "isLinkedRadiusTablet": true,
317 "isLinkedRadiusMobile": true,
318 "commonRadius": "",
319 "commonRadiusTablet": "",
320 "commonRadiusMobile": "",
321 "topRadius": "",
322 "rightRadius": "",
323 "bottomRadius": "",
324 "leftRadius": "",
325 "topRadiusTablet": "",
326 "rightRadiusTablet": "",
327 "bottomRadiusTablet": "",
328 "leftRadiusTablet": "",
329 "topRadiusMobile": "",
330 "rightRadiusMobile": "",
331 "bottomRadiusMobile": "",
332 "leftRadiusMobile": "",
333 "unitRadius": "px",
334 "unitRadiusTablet": "",
335 "unitRadiusMobile": "",
336 "isLinkedRadiusH": true,
337 "isLinkedRadiusHTablet": true,
338 "isLinkedRadiusHMobile": true,
339 "commonRadiusH": "",
340 "commonRadiusHTablet": "",
341 "commonRadiusHMobile": "",
342 "topRadiusH": "",
343 "rightRadiusH": "",
344 "bottomRadiusH": "",
345 "leftRadiusH": "",
346 "topRadiusHTablet": "",
347 "rightRadiusHTablet": "",
348 "bottomRadiusHTablet": "",
349 "leftRadiusHTablet": "",
350 "topRadiusHMobile": "",
351 "rightRadiusHMobile": "",
352 "bottomRadiusHMobile": "",
353 "leftRadiusHMobile": "",
354 "unitRadiusH": "px",
355 "unitRadiusHTablet": "",
356 "unitRadiusHMobile": "",
357 "transitionDuration": ""
358 }
359 },
360 "padding": {
361 "type": "object",
362 "default": {
363 "isLinked": true,
364 "isLinkedTablet": true,
365 "isLinkedMobile": true,
366 "common": "",
367 "top": "",
368 "right": "",
369 "bottom": "",
370 "left": "",
371 "unit": "px",
372 "commonTablet": "",
373 "topTablet": "",
374 "rightTablet": "",
375 "bottomTablet": "",
376 "leftTablet": "",
377 "unitTablet": "",
378 "commonMobile": "",
379 "topMobile": "",
380 "rightMobile": "",
381 "bottomMobile": "",
382 "leftMobile": "",
383 "unitMobile": ""
384 }
385 },
386 "boxShadow": {
387 "type": "object",
388 "default": {
389 "preset": "",
390 "shadowType": "default",
391 "shadow": "",
392 "horizontal": "",
393 "vertical": "",
394 "blur": "",
395 "spread": "",
396 "color": "",
397 "presetH": "",
398 "shadowTypeH": "default",
399 "shadowH": "",
400 "horizontalH": "",
401 "verticalH": "",
402 "blurH": "",
403 "spreadH": "",
404 "colorH": "",
405 "transitionDuration": "0"
406 }
407 },
408 "transition": {
409 "type": "number",
410 "default": 0
411 },
412 "avg_transition": {
413 "type": "number",
414 "default": 0
415 },
416 "startT": {
417 "type": "number",
418 "default": 0
419 },
420 "rating_transition": {
421 "type": "number",
422 "default": 0
423 },
424 "total_transition": {
425 "type": "number",
426 "default": 0
427 },
428 "listT": {
429 "type": "number",
430 "default": 0
431 },
432 "fillT": {
433 "type": "number",
434 "default": 0
435 },
436 "fillAT": {
437 "type": "number",
438 "default": 0
439 },
440 "rating_size": {
441 "type": "object",
442 "default": {
443 "value": 16,
444 "valueTablet": "",
445 "valueMobile": "",
446 "valueUnit": "px",
447 "valueUnitTablet": "",
448 "valueUnitMobile": ""
449 }
450 },
451 "section_height": {
452 "type": "object",
453 "default": {
454 "value": 100,
455 "valueTablet": "",
456 "valueMobile": "",
457 "valueUnit": "%",
458 "valueUnitTablet": "",
459 "valueUnitMobile": ""
460 }
461 },
462 "section_width": {
463 "type": "object",
464 "default": {
465 "value": 100,
466 "valueTablet": "",
467 "valueMobile": "",
468 "valueUnit": "%",
469 "valueUnitTablet": "",
470 "valueUnitMobile": ""
471 }
472 },
473 "startSize": {
474 "type": "object",
475 "default": {
476 "value": 12,
477 "valueTablet": "",
478 "valueMobile": "",
479 "valueUnit": "px",
480 "valueUnitTablet": "",
481 "valueUnitMobile": ""
482 }
483 },
484 "_margin": {
485 "type": "object",
486 "default": {
487 "isLinked": true,
488 "isLinkedTablet": true,
489 "isLinkedMobile": true,
490 "common": "",
491 "top": "",
492 "right": "",
493 "bottom": "",
494 "left": "",
495 "unit": "px",
496 "commonTablet": "",
497 "topTablet": "",
498 "rightTablet": "",
499 "bottomTablet": "",
500 "leftTablet": "",
501 "unitTablet": "",
502 "commonMobile": "",
503 "topMobile": "",
504 "rightMobile": "",
505 "bottomMobile": "",
506 "leftMobile": "",
507 "unitMobile": ""
508 }
509 },
510 "_padding": {
511 "type": "object",
512 "default": {
513 "isLinked": true,
514 "isLinkedTablet": true,
515 "isLinkedMobile": true,
516 "common": "",
517 "top": "",
518 "right": "",
519 "bottom": "",
520 "left": "",
521 "unit": "px",
522 "commonTablet": "",
523 "topTablet": "",
524 "rightTablet": "",
525 "bottomTablet": "",
526 "leftTablet": "",
527 "unitTablet": "",
528 "commonMobile": "",
529 "topMobile": "",
530 "rightMobile": "",
531 "bottomMobile": "",
532 "leftMobile": "",
533 "unitMobile": ""
534 }
535 },
536 "_width": {
537 "type": "object",
538 "default": {
539 "widthType": "default",
540 "widthTypeTablet": "",
541 "widthTypeMobile": "",
542 "customWidth": "",
543 "customWidthTablet": "",
544 "customWidthMobile": "",
545 "customWidthUnit": "%",
546 "customWidthUnitTablet": "",
547 "customWidthUnitMobile": ""
548 }
549 },
550 "_border": {
551 "type": "object",
552 "default": {
553 "borderStyle": "default",
554 "borderStyleH": "default",
555 "borderColor": "",
556 "borderColorH": "",
557 "isLinkedWidth": true,
558 "isLinkedWidthTablet": true,
559 "isLinkedWidthMobile": true,
560 "commonWidth": "",
561 "commonWidthTablet": "",
562 "commonWidthMobile": "",
563 "topWidth": "",
564 "rightWidth": "",
565 "bottomWidth": "",
566 "leftWidth": "",
567 "topWidthTablet": "",
568 "rightWidthTablet": "",
569 "bottomWidthTablet": "",
570 "leftWidthTablet": "",
571 "topWidthMobile": "",
572 "rightWidthMobile": "",
573 "bottomWidthMobile": "",
574 "leftWidthMobile": "",
575 "unitWidth": "px",
576 "unitWidthTablet": "",
577 "unitWidthMobile": "",
578 "isLinkedWidthH": true,
579 "isLinkedWidthHTablet": true,
580 "isLinkedWidthHMobile": true,
581 "commonWidthH": "",
582 "commonWidthHTablet": "",
583 "commonWidthHMobile": "",
584 "topWidthH": "",
585 "rightWidthH": "",
586 "bottomWidthH": "",
587 "leftWidthH": "",
588 "topWidthHTablet": "",
589 "rightWidthHTablet": "",
590 "bottomWidthHTablet": "",
591 "leftWidthHTablet": "",
592 "topWidthHMobile": "",
593 "rightWidthHMobile": "",
594 "bottomWidthHMobile": "",
595 "leftWidthHMobile": "",
596 "unitWidthH": "px",
597 "unitWidthHTablet": "",
598 "unitWidthHMobile": "",
599 "isLinkedRadius": true,
600 "isLinkedRadiusTablet": true,
601 "isLinkedRadiusMobile": true,
602 "commonRadius": "",
603 "commonRadiusTablet": "",
604 "commonRadiusMobile": "",
605 "topRadius": "",
606 "rightRadius": "",
607 "bottomRadius": "",
608 "leftRadius": "",
609 "topRadiusTablet": "",
610 "rightRadiusTablet": "",
611 "bottomRadiusTablet": "",
612 "leftRadiusTablet": "",
613 "topRadiusMobile": "",
614 "rightRadiusMobile": "",
615 "bottomRadiusMobile": "",
616 "leftRadiusMobile": "",
617 "unitRadius": "px",
618 "unitRadiusTablet": "",
619 "unitRadiusMobile": "",
620 "isLinkedRadiusH": true,
621 "isLinkedRadiusHTablet": true,
622 "isLinkedRadiusHMobile": true,
623 "commonRadiusH": "",
624 "commonRadiusHTablet": "",
625 "commonRadiusHMobile": "",
626 "topRadiusH": "",
627 "rightRadiusH": "",
628 "bottomRadiusH": "",
629 "leftRadiusH": "",
630 "topRadiusHTablet": "",
631 "rightRadiusHTablet": "",
632 "bottomRadiusHTablet": "",
633 "leftRadiusHTablet": "",
634 "topRadiusHMobile": "",
635 "rightRadiusHMobile": "",
636 "bottomRadiusHMobile": "",
637 "leftRadiusHMobile": "",
638 "unitRadiusH": "px",
639 "unitRadiusHTablet": "",
640 "unitRadiusHMobile": "",
641 "transitionDuration": ""
642 }
643 },
644 "_position": {
645 "type": "object",
646 "default": {
647 "positionType": "relative",
648 "positionTypeTablet": "",
649 "positionTypeMobile": "",
650 "hOrientation": "",
651 "hOffset": "",
652 "hOffsetTablet": "",
653 "hOffsetMobile": "",
654 "hOffsetUnit": "px",
655 "hOffsetUnitTablet": "px",
656 "hOffsetUnitMobile": "px",
657 "vOrientation": "",
658 "vOffset": "",
659 "vOffsetTablet": "",
660 "vOffsetMobile": "",
661 "vOffsetUnit": "px",
662 "vOffsetUnitTablet": "px",
663 "vOffsetUnitMobile": "px"
664 }
665 },
666 "_background": {
667 "type": "object",
668 "default": {
669 "backgroundType": "none",
670 "backgroundTypeH": "none",
671 "backgroundColor": "",
672 "backgroundColorH": "",
673 "imgId": "",
674 "imgIdTablet": "",
675 "imgIdMobile": "",
676 "imgUrl": "",
677 "imgUrlTablet": "",
678 "imgUrlMobile": "",
679 "imgSize": "",
680 "imgSizeTablet": "",
681 "imgSizeMobile": "",
682 "imgPosition": "",
683 "imgPositionTablet": "",
684 "imgPositionMobile": "",
685 "imgXPositionUnit": "px",
686 "imgXPositionUnitTablet": "",
687 "imgXPositionUnitMobile": "",
688 "imgXPosition": "",
689 "imgXPositionTablet": "",
690 "imgXPositionMobile": "",
691 "imgYPositionUnit": "px",
692 "imgYPositionUnitTablet": "",
693 "imgYPositionUnitMobile": "",
694 "imgYPosition": "",
695 "imgYPositionTablet": "",
696 "imgYPositionMobile": "",
697 "imgAttachment": "",
698 "imgRepeat": "",
699 "imgRepeatTablet": "",
700 "imgRepeatMobile": "",
701 "imgDisplaySize": "",
702 "imgDisplaySizeTablet": "",
703 "imgDisplaySizeMobile": "",
704 "imgDisplaySizeWidth": "",
705 "imgDisplaySizeWidthTablet": "",
706 "imgDisplaySizeWidthMobile": "",
707 "imgDisplaySizeWidthUnit": "px",
708 "imgDisplaySizeWidthUnitTablet": "",
709 "imgDisplaySizeWidthUnitMobile": "",
710 "imgIdH": "",
711 "imgIdTabletH": "",
712 "imgIdMobileH": "",
713 "imgUrlH": "",
714 "imgUrlHTablet": "",
715 "imgUrlHMobile": "",
716 "imgSizeH": "",
717 "imgSizeHTablet": "",
718 "imgSizeHMobile": "",
719 "imgPositionH": "",
720 "imgPositionHTablet": "",
721 "imgPositionHMobile": "",
722 "imgXPositionUnitH": "px",
723 "imgXPositionUnitHTablet": "",
724 "imgXPositionUnitHMobile": "",
725 "imgXPositionH": "",
726 "imgXPositionHTablet": "",
727 "imgXPositionHMobile": "",
728 "imgYPositionUnitH": "px",
729 "imgYPositionUnitHTablet": "",
730 "imgYPositionUnitHMobile": "",
731 "imgYPositionH": "",
732 "imgYPositionHTablet": "",
733 "imgYPositionHMobile": "",
734 "imgAttachmentH": "",
735 "imgRepeatH": "",
736 "imgRepeatHTablet": "",
737 "imgRepeatHMobile": "",
738 "imgDisplaySizeH": "",
739 "imgDisplaySizeHTablet": "",
740 "imgDisplaySizeHMobile": "",
741 "imgDisplaySizeWidthH": "",
742 "imgDisplaySizeWidthHTablet": "",
743 "imgDisplaySizeWidthHMobile": "",
744 "imgDisplaySizeWidthHUnit": "px",
745 "imgDisplaySizeWidthHUnitTablet": "",
746 "imgDisplaySizeWidthHUnitMobile": "",
747 "transitionDuration": "",
748 "videoUrl": "",
749 "youtubeURL": "",
750 "vimeoURL": "",
751 "selfHostedURL": "",
752 "externalLink": false,
753 "videoSource": "none",
754 "videoPlayOnce": "",
755 "videoStartTime": "",
756 "videoEndTime": "",
757 "playOnMobile": "",
758 "videoPrivacyMode": "",
759 "fallbackImageUrl": ""
760 }
761 },
762 "_zIndex": {
763 "type": "object",
764 "default": {
765 "zIndex": "",
766 "zIndexTablet": "",
767 "zIndexMobile": ""
768 }
769 },
770 "_transform": {
771 "type": "object",
772 "default": {
773 "rotate": "",
774 "rotateTablet": "",
775 "rotateMobile": "",
776 "rotate3D": false,
777 "rotate3DTablet": false,
778 "rotate3DMobile": false,
779 "rotateX": "",
780 "rotateXTablet": "",
781 "rotateXMobile": "",
782 "rotateY": "",
783 "rotateYTablet": "",
784 "rotateYMobile": "",
785 "rotateP": "",
786 "rotatePTablet": "",
787 "rotatePMobile": "",
788 "offsetX": "",
789 "offsetXTablet": "",
790 "offsetXMobile": "",
791 "offsetXUnit": "px",
792 "offsetXUnitTablet": "px",
793 "offsetXUnitMobile": "px",
794 "offsetY": "",
795 "offsetYTablet": "",
796 "offsetYMobile": "",
797 "offsetYUnit": "px",
798 "offsetYUnitTablet": "px",
799 "offsetYUnitMobile": "px",
800 "scaleProportions": false,
801 "scale": "",
802 "scaleTablet": "",
803 "scaleMobile": "",
804 "scaleX": "",
805 "scaleXTablet": "",
806 "scaleXMobile": "",
807 "scaleY": "",
808 "scaleYTablet": "",
809 "scaleYMobile": "",
810 "skewX": "",
811 "skewXTablet": "",
812 "skewXMobile": "",
813 "skewY": "",
814 "skewYTablet": "",
815 "skewYMobile": "",
816 "flipHorizontal": false,
817 "flipVertical": false,
818 "xAnchorPoint": "",
819 "xAnchorPointTablet": "",
820 "xAnchorPointMobile": "",
821 "yAnchorPoint": "",
822 "yAnchorPointTablet": "",
823 "yAnchorPointMobile": "",
824 "rotateH": "",
825 "rotateHTablet": "",
826 "rotateHMobile": "",
827 "rotate3DH": false,
828 "rotate3DHTablet": false,
829 "rotate3DHMobile": false,
830 "rotateXH": "",
831 "rotateXHTablet": "",
832 "rotateXHMobile": "",
833 "rotateYH": "",
834 "rotateYHTablet": "",
835 "rotateYHMobile": "",
836 "rotatePH": "",
837 "rotatePHTablet": "",
838 "rotatePHMobile": "",
839 "offsetXH": "",
840 "offsetXHTablet": "",
841 "offsetXHMobile": "",
842 "offsetXHUnit": "px",
843 "offsetXHUnitTablet": "px",
844 "offsetXHUnitMobile": "px",
845 "offsetYH": "",
846 "offsetYHTablet": "",
847 "offsetYHMobile": "",
848 "offsetYHUnit": "px",
849 "offsetYHUnitTablet": "px",
850 "offsetYHUnitMobile": "px",
851 "scaleProportionsH": false,
852 "scaleH": "",
853 "scaleHTablet": "",
854 "scaleHMobile": "",
855 "scaleXH": "",
856 "scaleXHTablet": "",
857 "scaleXHMobile": "",
858 "scaleYH": "",
859 "scaleYHTablet": "",
860 "scaleYHMobile": "",
861 "skewXH": "",
862 "skewXHTablet": "",
863 "skewXHMobile": "",
864 "skewYH": "",
865 "skewYHTablet": "",
866 "skewYHMobile": "",
867 "flipHorizontalH": false,
868 "flipVerticalH": false,
869 "xAnchorPointH": "",
870 "xAnchorPointHTablet": "",
871 "xAnchorPointHMobile": "",
872 "yAnchorPointH": "",
873 "yAnchorPointHTablet": "",
874 "yAnchorPointHMobile": "",
875 "transitionH": ""
876 }
877 },
878 "_mask": {
879 "type": "object",
880 "default": {
881 "mask": false,
882 "maskTablet": false,
883 "maskMobile": false,
884 "maskShape": "circle",
885 "customMaskShape": "",
886 "maskSize": "",
887 "maskSizeTablet": "",
888 "maskSizeMobile": "",
889 "maskPosition": "",
890 "maskPositionTablet": "",
891 "maskPositionMobile": "",
892 "maskRepeat": "",
893 "maskRepeatTablet": "",
894 "maskRepeatMobile": "",
895 "scaleUnit": "px",
896 "scaleUnitTablet": "px",
897 "scaleUnitMobile": "px",
898 "scale": "0",
899 "scaleTablet": "0",
900 "scaleMobile": "0",
901 "xPositionUnit": "px",
902 "xPositionUnitTablet": "px",
903 "xPositionUnitMobile": "px",
904 "xPosition": "",
905 "xPositionTablet": "0",
906 "xPositionMobile": "0",
907 "yPositionUnit": "0",
908 "yPositionUnitTablet": "px",
909 "yPositionUnitMobile": "px",
910 "yPosition": "0",
911 "yPositionTablet": "0",
912 "yPositionMobile": "0"
913 }
914 },
915 "_animation": {
916 "type": "object",
917 "default": {
918 "animationType": "",
919 "animationTypeTablet": "",
920 "animationTypeMobile": "",
921 "animationDuration": "",
922 "animationDelay": ""
923 }
924 },
925 "_boxShadow": {
926 "type": "object",
927 "default": {
928 "preset": "",
929 "shadowType": "default",
930 "shadow": "",
931 "horizontal": "",
932 "vertical": "",
933 "blur": "",
934 "spread": "",
935 "color": "",
936 "presetH": "",
937 "shadowTypeH": "default",
938 "shadowH": "",
939 "horizontalH": "",
940 "verticalH": "",
941 "blurH": "",
942 "spreadH": "",
943 "colorH": "",
944 "transitionDuration": "0"
945 }
946 },
947 "_hide_on_desktop": {
948 "type": "boolean",
949 "default": false
950 },
951 "_hide_on_tablet": {
952 "type": "boolean",
953 "default": false
954 },
955 "_hide_on_mobile": {
956 "type": "boolean",
957 "default": false
958 },
959 "_custom_css": {
960 "type": "string",
961 "default": ""
962 }
963 }
964 }