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

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

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