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

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

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