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

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

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