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

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

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