PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.9.1
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.9.1
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 1.1.2 All 80 releases
ablocks / assets / build / blocks / logout / block.json

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

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