PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.8.1
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.8.1
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 / price-menu / deprecated / block.json

block.json in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.8.1, at assets/build/blocks/price-menu/deprecated/block.json

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