PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.12.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.12.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 / ecm-bookmark-list / block.json

block.json in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.12.0, at assets/build/blocks/ecm-bookmark-list/block.json

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