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

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

1,327 lines 43.7 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/search",
5 "version": "0.1.0",
6 "title": "Search",
7 "category": "ablocks",
8 "description": "Add customizable, impactful search.",
9 "keywords": [
10 "ablocks",
11 "search",
12 "result"
13 ],
14 "example": [],
15 "supports": {
16 "html": true,
17 "anchor": true
18 },
19 "textdomain": "ablocks",
20 "editorStyle": [
21 "ablocks-animate-style",
22 "ablocks-common-style",
23 "file:./style.css"
24 ],
25 "editorScript": [
26 "ablocks-common-script",
27 "file:./view.js"
28 ],
29 "attributes": {
30 "block_id": {
31 "type": "string",
32 "default": ""
33 },
34 "blockVersion": {
35 "type": "number",
36 "default": ""
37 },
38 "currentPostID": {
39 "type": "integer",
40 "default": ""
41 },
42 "searchTerm": {
43 "type": "string",
44 "default": ""
45 },
46 "source": {
47 "type": "string",
48 "default": "any"
49 },
50 "isIcon": {
51 "type": "string",
52 "default": "icon"
53 },
54 "variant": {
55 "type": "string",
56 "default": "classic"
57 },
58 "allowCollapse": {
59 "type": "boolean",
60 "default": false
61 },
62 "position": {
63 "type": "string",
64 "default": "default"
65 },
66 "buttonText": {
67 "type": "string",
68 "default": "Search"
69 },
70 "buttonBgColor": {
71 "type": "string",
72 "default": ""
73 },
74 "buttonBgColorH": {
75 "type": "string",
76 "default": ""
77 },
78 "buttonTextColor": {
79 "type": "string",
80 "default": ""
81 },
82 "buttonTextColorH": {
83 "type": "string",
84 "default": ""
85 },
86 "placeholder": {
87 "type": "string",
88 "default": "Write anything..."
89 },
90 "placeholderColor": {
91 "type": "string",
92 "default": "gray"
93 },
94 "inputTextColor": {
95 "type": "string",
96 "default": "#949494"
97 },
98 "inputBgColor": {
99 "type": "string",
100 "default": "#FFFFFF"
101 },
102 "searchResTColor": {
103 "type": "string",
104 "default": "#000000"
105 },
106 "loadingSpinnerColor": {
107 "type": "string",
108 "default": "#fff"
109 },
110 "buttonAlignment": {
111 "type": "object",
112 "default": {
113 "value": "left"
114 }
115 },
116 "searchResTypographyGlobal": {
117 "type": "string",
118 "default": ""
119 },
120 "searchResTypography": {
121 "type": "object",
122 "default": {
123 "fontFamily": "",
124 "weight": "",
125 "transform": "",
126 "style": "",
127 "decoration": "",
128 "fontSize": "",
129 "fontSizeUnit": "px",
130 "lineHeight": "",
131 "lineHeightUnit": "px",
132 "letterSpacing": "",
133 "letterSpacingUnit": "px",
134 "wordSpacing": "",
135 "wordSpacingUnit": "px",
136 "fontSizeTablet": "",
137 "fontSizeMobile": "",
138 "fontSizeUnitTablet": "px",
139 "fontSizeUnitMobile": "px",
140 "lineHeightTablet": "",
141 "lineHeightMobile": "",
142 "lineHeightUnitTablet": "px",
143 "lineHeightUnitMobile": "px",
144 "letterSpacingTablet": "",
145 "letterSpacingMobile": "",
146 "letterSpacingUnitTablet": "px",
147 "letterSpacingUnitMobile": "px",
148 "wordSpacingTablet": "",
149 "wordSpacingMobile": "",
150 "wordSpacingUnitTablet": "px",
151 "wordSpacingUnitMobile": "px"
152 }
153 },
154 "buttonTypographyGlobal": {
155 "type": "string",
156 "default": ""
157 },
158 "buttonTypography": {
159 "type": "object",
160 "default": {
161 "fontFamily": "",
162 "weight": "",
163 "transform": "",
164 "style": "",
165 "decoration": "",
166 "fontSize": "",
167 "fontSizeUnit": "px",
168 "lineHeight": "",
169 "lineHeightUnit": "px",
170 "letterSpacing": "",
171 "letterSpacingUnit": "px",
172 "wordSpacing": "",
173 "wordSpacingUnit": "px",
174 "fontSizeTablet": "",
175 "fontSizeMobile": "",
176 "fontSizeUnitTablet": "px",
177 "fontSizeUnitMobile": "px",
178 "lineHeightTablet": "",
179 "lineHeightMobile": "",
180 "lineHeightUnitTablet": "px",
181 "lineHeightUnitMobile": "px",
182 "letterSpacingTablet": "",
183 "letterSpacingMobile": "",
184 "letterSpacingUnitTablet": "px",
185 "letterSpacingUnitMobile": "px",
186 "wordSpacingTablet": "",
187 "wordSpacingMobile": "",
188 "wordSpacingUnitTablet": "px",
189 "wordSpacingUnitMobile": "px"
190 }
191 },
192 "buttonTextShadow": {
193 "type": "object",
194 "default": {
195 "color": "",
196 "blur": "",
197 "horizontal": "",
198 "vertical": ""
199 }
200 },
201 "buttonTextStroke": {
202 "type": "object",
203 "default": {
204 "strokeWidth": "",
205 "strokeWidthTablet": "",
206 "strokeWidthMobile": "",
207 "strokeWidthUnit": "px",
208 "strokeWidthUnitTablet": "px",
209 "strokeWidthUnitMobile": "px",
210 "stroke": ""
211 }
212 },
213 "buttonTypographyHGlobal": {
214 "type": "string",
215 "default": ""
216 },
217 "buttonTypographyH": {
218 "type": "object",
219 "default": {
220 "fontFamily": "",
221 "weight": "",
222 "transform": "",
223 "style": "",
224 "decoration": "",
225 "fontSize": "",
226 "fontSizeUnit": "px",
227 "lineHeight": "",
228 "lineHeightUnit": "px",
229 "letterSpacing": "",
230 "letterSpacingUnit": "px",
231 "wordSpacing": "",
232 "wordSpacingUnit": "px",
233 "fontSizeTablet": "",
234 "fontSizeMobile": "",
235 "fontSizeUnitTablet": "px",
236 "fontSizeUnitMobile": "px",
237 "lineHeightTablet": "",
238 "lineHeightMobile": "",
239 "lineHeightUnitTablet": "px",
240 "lineHeightUnitMobile": "px",
241 "letterSpacingTablet": "",
242 "letterSpacingMobile": "",
243 "letterSpacingUnitTablet": "px",
244 "letterSpacingUnitMobile": "px",
245 "wordSpacingTablet": "",
246 "wordSpacingMobile": "",
247 "wordSpacingUnitTablet": "px",
248 "wordSpacingUnitMobile": "px"
249 }
250 },
251 "buttonTextShadowH": {
252 "type": "object",
253 "default": {
254 "color": "",
255 "blur": "",
256 "horizontal": "",
257 "vertical": ""
258 }
259 },
260 "buttonTextStrokeH": {
261 "type": "object",
262 "default": {
263 "strokeWidth": "",
264 "strokeWidthTablet": "",
265 "strokeWidthMobile": "",
266 "strokeWidthUnit": "px",
267 "strokeWidthUnitTablet": "px",
268 "strokeWidthUnitMobile": "px",
269 "stroke": ""
270 }
271 },
272 "alignment": {
273 "type": "object",
274 "default": {
275 "value": "left",
276 "valueTablet": "",
277 "valueMobile": ""
278 }
279 },
280 "inputTypographyGlobal": {
281 "type": "string",
282 "default": ""
283 },
284 "inputTypography": {
285 "type": "object",
286 "default": {
287 "fontFamily": "",
288 "weight": "",
289 "transform": "",
290 "style": "",
291 "decoration": "",
292 "fontSize": "",
293 "fontSizeUnit": "px",
294 "lineHeight": "",
295 "lineHeightUnit": "px",
296 "letterSpacing": "",
297 "letterSpacingUnit": "px",
298 "wordSpacing": "",
299 "wordSpacingUnit": "px",
300 "fontSizeTablet": "",
301 "fontSizeMobile": "",
302 "fontSizeUnitTablet": "px",
303 "fontSizeUnitMobile": "px",
304 "lineHeightTablet": "",
305 "lineHeightMobile": "",
306 "lineHeightUnitTablet": "px",
307 "lineHeightUnitMobile": "px",
308 "letterSpacingTablet": "",
309 "letterSpacingMobile": "",
310 "letterSpacingUnitTablet": "px",
311 "letterSpacingUnitMobile": "px",
312 "wordSpacingTablet": "",
313 "wordSpacingMobile": "",
314 "wordSpacingUnitTablet": "px",
315 "wordSpacingUnitMobile": "px"
316 }
317 },
318 "inputTextShadow": {
319 "type": "object",
320 "default": {
321 "color": "",
322 "blur": "",
323 "horizontal": "",
324 "vertical": ""
325 }
326 },
327 "inputTextStroke": {
328 "type": "object",
329 "default": {
330 "strokeWidth": "",
331 "strokeWidthTablet": "",
332 "strokeWidthMobile": "",
333 "strokeWidthUnit": "px",
334 "strokeWidthUnitTablet": "px",
335 "strokeWidthUnitMobile": "px",
336 "stroke": ""
337 }
338 },
339 "fullscreenButtonAlignment": {
340 "type": "object",
341 "default": {
342 "value": "center",
343 "valueTablet": "",
344 "valueMobile": ""
345 }
346 },
347 "horizontalAlignment": {
348 "type": "object",
349 "default": {
350 "value": "left",
351 "valueTablet": "",
352 "valueMobile": ""
353 }
354 },
355 "verticalAlignment": {
356 "type": "object",
357 "default": {
358 "value": "top",
359 "valueTablet": "",
360 "valueMobile": ""
361 }
362 },
363 "listBorder": {
364 "type": "object",
365 "default": {
366 "borderStyle": "default",
367 "borderStyleH": "default",
368 "borderColor": "",
369 "borderColorH": "",
370 "isLinkedWidth": true,
371 "isLinkedWidthTablet": true,
372 "isLinkedWidthMobile": true,
373 "commonWidth": "",
374 "commonWidthTablet": "",
375 "commonWidthMobile": "",
376 "topWidth": "",
377 "rightWidth": "",
378 "bottomWidth": "",
379 "leftWidth": "",
380 "topWidthTablet": "",
381 "rightWidthTablet": "",
382 "bottomWidthTablet": "",
383 "leftWidthTablet": "",
384 "topWidthMobile": "",
385 "rightWidthMobile": "",
386 "bottomWidthMobile": "",
387 "leftWidthMobile": "",
388 "unitWidth": "px",
389 "unitWidthTablet": "",
390 "unitWidthMobile": "",
391 "isLinkedWidthH": true,
392 "isLinkedWidthHTablet": true,
393 "isLinkedWidthHMobile": true,
394 "commonWidthH": "",
395 "commonWidthHTablet": "",
396 "commonWidthHMobile": "",
397 "topWidthH": "",
398 "rightWidthH": "",
399 "bottomWidthH": "",
400 "leftWidthH": "",
401 "topWidthHTablet": "",
402 "rightWidthHTablet": "",
403 "bottomWidthHTablet": "",
404 "leftWidthHTablet": "",
405 "topWidthHMobile": "",
406 "rightWidthHMobile": "",
407 "bottomWidthHMobile": "",
408 "leftWidthHMobile": "",
409 "unitWidthH": "px",
410 "unitWidthHTablet": "",
411 "unitWidthHMobile": "",
412 "isLinkedRadius": true,
413 "isLinkedRadiusTablet": true,
414 "isLinkedRadiusMobile": true,
415 "commonRadius": "",
416 "commonRadiusTablet": "",
417 "commonRadiusMobile": "",
418 "topRadius": "",
419 "rightRadius": "",
420 "bottomRadius": "",
421 "leftRadius": "",
422 "topRadiusTablet": "",
423 "rightRadiusTablet": "",
424 "bottomRadiusTablet": "",
425 "leftRadiusTablet": "",
426 "topRadiusMobile": "",
427 "rightRadiusMobile": "",
428 "bottomRadiusMobile": "",
429 "leftRadiusMobile": "",
430 "unitRadius": "px",
431 "unitRadiusTablet": "",
432 "unitRadiusMobile": "",
433 "isLinkedRadiusH": true,
434 "isLinkedRadiusHTablet": true,
435 "isLinkedRadiusHMobile": true,
436 "commonRadiusH": "",
437 "commonRadiusHTablet": "",
438 "commonRadiusHMobile": "",
439 "topRadiusH": "",
440 "rightRadiusH": "",
441 "bottomRadiusH": "",
442 "leftRadiusH": "",
443 "topRadiusHTablet": "",
444 "rightRadiusHTablet": "",
445 "bottomRadiusHTablet": "",
446 "leftRadiusHTablet": "",
447 "topRadiusHMobile": "",
448 "rightRadiusHMobile": "",
449 "bottomRadiusHMobile": "",
450 "leftRadiusHMobile": "",
451 "unitRadiusH": "px",
452 "unitRadiusHTablet": "",
453 "unitRadiusHMobile": "",
454 "transitionDuration": ""
455 }
456 },
457 "itemBorder": {
458 "type": "object",
459 "default": {
460 "borderStyle": "default",
461 "borderStyleH": "default",
462 "borderColor": "",
463 "borderColorH": "",
464 "isLinkedWidth": true,
465 "isLinkedWidthTablet": true,
466 "isLinkedWidthMobile": true,
467 "commonWidth": "",
468 "commonWidthTablet": "",
469 "commonWidthMobile": "",
470 "topWidth": "",
471 "rightWidth": "",
472 "bottomWidth": "",
473 "leftWidth": "",
474 "topWidthTablet": "",
475 "rightWidthTablet": "",
476 "bottomWidthTablet": "",
477 "leftWidthTablet": "",
478 "topWidthMobile": "",
479 "rightWidthMobile": "",
480 "bottomWidthMobile": "",
481 "leftWidthMobile": "",
482 "unitWidth": "px",
483 "unitWidthTablet": "",
484 "unitWidthMobile": "",
485 "isLinkedWidthH": true,
486 "isLinkedWidthHTablet": true,
487 "isLinkedWidthHMobile": true,
488 "commonWidthH": "",
489 "commonWidthHTablet": "",
490 "commonWidthHMobile": "",
491 "topWidthH": "",
492 "rightWidthH": "",
493 "bottomWidthH": "",
494 "leftWidthH": "",
495 "topWidthHTablet": "",
496 "rightWidthHTablet": "",
497 "bottomWidthHTablet": "",
498 "leftWidthHTablet": "",
499 "topWidthHMobile": "",
500 "rightWidthHMobile": "",
501 "bottomWidthHMobile": "",
502 "leftWidthHMobile": "",
503 "unitWidthH": "px",
504 "unitWidthHTablet": "",
505 "unitWidthHMobile": "",
506 "isLinkedRadius": true,
507 "isLinkedRadiusTablet": true,
508 "isLinkedRadiusMobile": true,
509 "commonRadius": "",
510 "commonRadiusTablet": "",
511 "commonRadiusMobile": "",
512 "topRadius": "",
513 "rightRadius": "",
514 "bottomRadius": "",
515 "leftRadius": "",
516 "topRadiusTablet": "",
517 "rightRadiusTablet": "",
518 "bottomRadiusTablet": "",
519 "leftRadiusTablet": "",
520 "topRadiusMobile": "",
521 "rightRadiusMobile": "",
522 "bottomRadiusMobile": "",
523 "leftRadiusMobile": "",
524 "unitRadius": "px",
525 "unitRadiusTablet": "",
526 "unitRadiusMobile": "",
527 "isLinkedRadiusH": true,
528 "isLinkedRadiusHTablet": true,
529 "isLinkedRadiusHMobile": true,
530 "commonRadiusH": "",
531 "commonRadiusHTablet": "",
532 "commonRadiusHMobile": "",
533 "topRadiusH": "",
534 "rightRadiusH": "",
535 "bottomRadiusH": "",
536 "leftRadiusH": "",
537 "topRadiusHTablet": "",
538 "rightRadiusHTablet": "",
539 "bottomRadiusHTablet": "",
540 "leftRadiusHTablet": "",
541 "topRadiusHMobile": "",
542 "rightRadiusHMobile": "",
543 "bottomRadiusHMobile": "",
544 "leftRadiusHMobile": "",
545 "unitRadiusH": "px",
546 "unitRadiusHTablet": "",
547 "unitRadiusHMobile": "",
548 "transitionDuration": ""
549 }
550 },
551 "searchBoxBorder": {
552 "type": "object",
553 "default": {
554 "borderStyle": "default",
555 "borderStyleH": "default",
556 "borderColor": "",
557 "borderColorH": "",
558 "isLinkedWidth": true,
559 "isLinkedWidthTablet": true,
560 "isLinkedWidthMobile": true,
561 "commonWidth": "",
562 "commonWidthTablet": "",
563 "commonWidthMobile": "",
564 "topWidth": "",
565 "rightWidth": "",
566 "bottomWidth": "",
567 "leftWidth": "",
568 "topWidthTablet": "",
569 "rightWidthTablet": "",
570 "bottomWidthTablet": "",
571 "leftWidthTablet": "",
572 "topWidthMobile": "",
573 "rightWidthMobile": "",
574 "bottomWidthMobile": "",
575 "leftWidthMobile": "",
576 "unitWidth": "px",
577 "unitWidthTablet": "",
578 "unitWidthMobile": "",
579 "isLinkedWidthH": true,
580 "isLinkedWidthHTablet": true,
581 "isLinkedWidthHMobile": true,
582 "commonWidthH": "",
583 "commonWidthHTablet": "",
584 "commonWidthHMobile": "",
585 "topWidthH": "",
586 "rightWidthH": "",
587 "bottomWidthH": "",
588 "leftWidthH": "",
589 "topWidthHTablet": "",
590 "rightWidthHTablet": "",
591 "bottomWidthHTablet": "",
592 "leftWidthHTablet": "",
593 "topWidthHMobile": "",
594 "rightWidthHMobile": "",
595 "bottomWidthHMobile": "",
596 "leftWidthHMobile": "",
597 "unitWidthH": "px",
598 "unitWidthHTablet": "",
599 "unitWidthHMobile": "",
600 "isLinkedRadius": true,
601 "isLinkedRadiusTablet": true,
602 "isLinkedRadiusMobile": true,
603 "commonRadius": "",
604 "commonRadiusTablet": "",
605 "commonRadiusMobile": "",
606 "topRadius": "",
607 "rightRadius": "",
608 "bottomRadius": "",
609 "leftRadius": "",
610 "topRadiusTablet": "",
611 "rightRadiusTablet": "",
612 "bottomRadiusTablet": "",
613 "leftRadiusTablet": "",
614 "topRadiusMobile": "",
615 "rightRadiusMobile": "",
616 "bottomRadiusMobile": "",
617 "leftRadiusMobile": "",
618 "unitRadius": "px",
619 "unitRadiusTablet": "",
620 "unitRadiusMobile": "",
621 "isLinkedRadiusH": true,
622 "isLinkedRadiusHTablet": true,
623 "isLinkedRadiusHMobile": true,
624 "commonRadiusH": "",
625 "commonRadiusHTablet": "",
626 "commonRadiusHMobile": "",
627 "topRadiusH": "",
628 "rightRadiusH": "",
629 "bottomRadiusH": "",
630 "leftRadiusH": "",
631 "topRadiusHTablet": "",
632 "rightRadiusHTablet": "",
633 "bottomRadiusHTablet": "",
634 "leftRadiusHTablet": "",
635 "topRadiusHMobile": "",
636 "rightRadiusHMobile": "",
637 "bottomRadiusHMobile": "",
638 "leftRadiusHMobile": "",
639 "unitRadiusH": "px",
640 "unitRadiusHTablet": "",
641 "unitRadiusHMobile": "",
642 "transitionDuration": ""
643 }
644 },
645 "listPadding": {
646 "type": "object",
647 "default": {
648 "isLinked": true,
649 "isLinkedTablet": true,
650 "isLinkedMobile": true,
651 "common": "",
652 "top": "",
653 "right": "",
654 "bottom": "",
655 "left": "",
656 "unit": "px",
657 "commonTablet": "",
658 "topTablet": "",
659 "rightTablet": "",
660 "bottomTablet": "",
661 "leftTablet": "",
662 "unitTablet": "",
663 "commonMobile": "",
664 "topMobile": "",
665 "rightMobile": "",
666 "bottomMobile": "",
667 "leftMobile": "",
668 "unitMobile": ""
669 }
670 },
671 "itemPadding": {
672 "type": "object",
673 "default": {
674 "isLinked": true,
675 "isLinkedTablet": true,
676 "isLinkedMobile": true,
677 "common": "",
678 "top": "",
679 "right": "",
680 "bottom": "",
681 "left": "",
682 "unit": "px",
683 "commonTablet": "",
684 "topTablet": "",
685 "rightTablet": "",
686 "bottomTablet": "",
687 "leftTablet": "",
688 "unitTablet": "",
689 "commonMobile": "",
690 "topMobile": "",
691 "rightMobile": "",
692 "bottomMobile": "",
693 "leftMobile": "",
694 "unitMobile": ""
695 }
696 },
697 "gap": {
698 "type": "object",
699 "default": {
700 "value": 0,
701 "valueTablet": 0,
702 "valueMobile": 0,
703 "valueUnit": "px",
704 "valueUnitTablet": "",
705 "valueUnitMobile": ""
706 }
707 },
708 "listGap": {
709 "type": "object",
710 "default": {
711 "value": "",
712 "valueTablet": "",
713 "valueMobile": "",
714 "valueUnit": "px",
715 "valueUnitTablet": "",
716 "valueUnitMobile": ""
717 }
718 },
719 "iconWidth": {
720 "type": "object",
721 "default": {
722 "value": 18,
723 "valueTablet": 12,
724 "valueMobile": 18,
725 "valueUnit": "px",
726 "valueUnitTablet": "",
727 "valueUnitMobile": ""
728 }
729 },
730 "searchItemHeight": {
731 "type": "object",
732 "default": {
733 "value": 300,
734 "valueTablet": 300,
735 "valueMobile": 300,
736 "valueUnit": "px",
737 "valueUnitTablet": "",
738 "valueUnitMobile": ""
739 }
740 },
741 "searchBtnWidth": {
742 "type": "object",
743 "default": {
744 "value": 70,
745 "valueTablet": 70,
746 "valueMobile": 70,
747 "valueUnit": "px",
748 "valueUnitTablet": "",
749 "valueUnitMobile": ""
750 }
751 },
752 "listWidth": {
753 "type": "object",
754 "default": {
755 "value": "",
756 "valueTablet": "",
757 "valueMobile": "",
758 "valueUnit": "%",
759 "valueUnitTablet": "",
760 "valueUnitMobile": ""
761 }
762 },
763 "itemWidth": {
764 "type": "object",
765 "default": {
766 "value": "",
767 "valueTablet": "",
768 "valueMobile": "",
769 "valueUnit": "px",
770 "valueUnitTablet": "",
771 "valueUnitMobile": ""
772 }
773 },
774 "itemGap": {
775 "type": "object",
776 "default": {
777 "value": "",
778 "valueTablet": "",
779 "valueMobile": "",
780 "valueUnit": "px",
781 "valueUnitTablet": "",
782 "valueUnitMobile": ""
783 }
784 },
785 "horizontalOffset": {
786 "type": "object",
787 "default": {
788 "value": 230,
789 "valueTablet": 230,
790 "valueMobile": 230,
791 "valueUnit": "px",
792 "valueUnitTablet": "",
793 "valueUnitMobile": ""
794 }
795 },
796 "verticalOffset": {
797 "type": "object",
798 "default": {
799 "value": 230,
800 "valueTablet": 230,
801 "valueMobile": 230,
802 "valueUnit": "px",
803 "valueUnitTablet": "",
804 "valueUnitMobile": ""
805 }
806 },
807 "_margin": {
808 "type": "object",
809 "default": {
810 "isLinked": true,
811 "isLinkedTablet": true,
812 "isLinkedMobile": true,
813 "common": "",
814 "top": "",
815 "right": "",
816 "bottom": "",
817 "left": "",
818 "unit": "px",
819 "commonTablet": "",
820 "topTablet": "",
821 "rightTablet": "",
822 "bottomTablet": "",
823 "leftTablet": "",
824 "unitTablet": "",
825 "commonMobile": "",
826 "topMobile": "",
827 "rightMobile": "",
828 "bottomMobile": "",
829 "leftMobile": "",
830 "unitMobile": ""
831 }
832 },
833 "_padding": {
834 "type": "object",
835 "default": {
836 "isLinked": true,
837 "isLinkedTablet": true,
838 "isLinkedMobile": true,
839 "common": "",
840 "top": "",
841 "right": "",
842 "bottom": "",
843 "left": "",
844 "unit": "px",
845 "commonTablet": "",
846 "topTablet": "",
847 "rightTablet": "",
848 "bottomTablet": "",
849 "leftTablet": "",
850 "unitTablet": "",
851 "commonMobile": "",
852 "topMobile": "",
853 "rightMobile": "",
854 "bottomMobile": "",
855 "leftMobile": "",
856 "unitMobile": ""
857 }
858 },
859 "_width": {
860 "type": "object",
861 "default": {
862 "widthType": "default",
863 "widthTypeTablet": "",
864 "widthTypeMobile": "",
865 "customWidth": "",
866 "customWidthTablet": "",
867 "customWidthMobile": "",
868 "customWidthUnit": "%",
869 "customWidthUnitTablet": "",
870 "customWidthUnitMobile": ""
871 }
872 },
873 "_border": {
874 "type": "object",
875 "default": {
876 "borderStyle": "default",
877 "borderStyleH": "default",
878 "borderColor": "",
879 "borderColorH": "",
880 "isLinkedWidth": true,
881 "isLinkedWidthTablet": true,
882 "isLinkedWidthMobile": true,
883 "commonWidth": "",
884 "commonWidthTablet": "",
885 "commonWidthMobile": "",
886 "topWidth": "",
887 "rightWidth": "",
888 "bottomWidth": "",
889 "leftWidth": "",
890 "topWidthTablet": "",
891 "rightWidthTablet": "",
892 "bottomWidthTablet": "",
893 "leftWidthTablet": "",
894 "topWidthMobile": "",
895 "rightWidthMobile": "",
896 "bottomWidthMobile": "",
897 "leftWidthMobile": "",
898 "unitWidth": "px",
899 "unitWidthTablet": "",
900 "unitWidthMobile": "",
901 "isLinkedWidthH": true,
902 "isLinkedWidthHTablet": true,
903 "isLinkedWidthHMobile": true,
904 "commonWidthH": "",
905 "commonWidthHTablet": "",
906 "commonWidthHMobile": "",
907 "topWidthH": "",
908 "rightWidthH": "",
909 "bottomWidthH": "",
910 "leftWidthH": "",
911 "topWidthHTablet": "",
912 "rightWidthHTablet": "",
913 "bottomWidthHTablet": "",
914 "leftWidthHTablet": "",
915 "topWidthHMobile": "",
916 "rightWidthHMobile": "",
917 "bottomWidthHMobile": "",
918 "leftWidthHMobile": "",
919 "unitWidthH": "px",
920 "unitWidthHTablet": "",
921 "unitWidthHMobile": "",
922 "isLinkedRadius": true,
923 "isLinkedRadiusTablet": true,
924 "isLinkedRadiusMobile": true,
925 "commonRadius": "",
926 "commonRadiusTablet": "",
927 "commonRadiusMobile": "",
928 "topRadius": "",
929 "rightRadius": "",
930 "bottomRadius": "",
931 "leftRadius": "",
932 "topRadiusTablet": "",
933 "rightRadiusTablet": "",
934 "bottomRadiusTablet": "",
935 "leftRadiusTablet": "",
936 "topRadiusMobile": "",
937 "rightRadiusMobile": "",
938 "bottomRadiusMobile": "",
939 "leftRadiusMobile": "",
940 "unitRadius": "px",
941 "unitRadiusTablet": "",
942 "unitRadiusMobile": "",
943 "isLinkedRadiusH": true,
944 "isLinkedRadiusHTablet": true,
945 "isLinkedRadiusHMobile": true,
946 "commonRadiusH": "",
947 "commonRadiusHTablet": "",
948 "commonRadiusHMobile": "",
949 "topRadiusH": "",
950 "rightRadiusH": "",
951 "bottomRadiusH": "",
952 "leftRadiusH": "",
953 "topRadiusHTablet": "",
954 "rightRadiusHTablet": "",
955 "bottomRadiusHTablet": "",
956 "leftRadiusHTablet": "",
957 "topRadiusHMobile": "",
958 "rightRadiusHMobile": "",
959 "bottomRadiusHMobile": "",
960 "leftRadiusHMobile": "",
961 "unitRadiusH": "px",
962 "unitRadiusHTablet": "",
963 "unitRadiusHMobile": "",
964 "transitionDuration": ""
965 }
966 },
967 "_position": {
968 "type": "object",
969 "default": {
970 "positionType": "relative",
971 "positionTypeTablet": "",
972 "positionTypeMobile": "",
973 "hOrientation": "",
974 "hOffset": "",
975 "hOffsetTablet": "",
976 "hOffsetMobile": "",
977 "hOffsetUnit": "px",
978 "hOffsetUnitTablet": "px",
979 "hOffsetUnitMobile": "px",
980 "vOrientation": "",
981 "vOffset": "",
982 "vOffsetTablet": "",
983 "vOffsetMobile": "",
984 "vOffsetUnit": "px",
985 "vOffsetUnitTablet": "px",
986 "vOffsetUnitMobile": "px"
987 }
988 },
989 "_background": {
990 "type": "object",
991 "default": {
992 "backgroundType": "none",
993 "backgroundTypeH": "none",
994 "backgroundColor": "",
995 "backgroundColorH": "",
996 "imgId": "",
997 "imgIdTablet": "",
998 "imgIdMobile": "",
999 "imgUrl": "",
1000 "imgUrlTablet": "",
1001 "imgUrlMobile": "",
1002 "imgSize": "",
1003 "imgSizeTablet": "",
1004 "imgSizeMobile": "",
1005 "imgPosition": "",
1006 "imgPositionTablet": "",
1007 "imgPositionMobile": "",
1008 "imgXPositionUnit": "px",
1009 "imgXPositionUnitTablet": "",
1010 "imgXPositionUnitMobile": "",
1011 "imgXPosition": "",
1012 "imgXPositionTablet": "",
1013 "imgXPositionMobile": "",
1014 "imgYPositionUnit": "px",
1015 "imgYPositionUnitTablet": "",
1016 "imgYPositionUnitMobile": "",
1017 "imgYPosition": "",
1018 "imgYPositionTablet": "",
1019 "imgYPositionMobile": "",
1020 "imgAttachment": "",
1021 "imgRepeat": "",
1022 "imgRepeatTablet": "",
1023 "imgRepeatMobile": "",
1024 "imgDisplaySize": "",
1025 "imgDisplaySizeTablet": "",
1026 "imgDisplaySizeMobile": "",
1027 "imgDisplaySizeWidth": "",
1028 "imgDisplaySizeWidthTablet": "",
1029 "imgDisplaySizeWidthMobile": "",
1030 "imgDisplaySizeWidthUnit": "px",
1031 "imgDisplaySizeWidthUnitTablet": "",
1032 "imgDisplaySizeWidthUnitMobile": "",
1033 "imgIdH": "",
1034 "imgIdTabletH": "",
1035 "imgIdMobileH": "",
1036 "imgUrlH": "",
1037 "imgUrlHTablet": "",
1038 "imgUrlHMobile": "",
1039 "imgSizeH": "",
1040 "imgSizeHTablet": "",
1041 "imgSizeHMobile": "",
1042 "imgPositionH": "",
1043 "imgPositionHTablet": "",
1044 "imgPositionHMobile": "",
1045 "imgXPositionUnitH": "px",
1046 "imgXPositionUnitHTablet": "",
1047 "imgXPositionUnitHMobile": "",
1048 "imgXPositionH": "",
1049 "imgXPositionHTablet": "",
1050 "imgXPositionHMobile": "",
1051 "imgYPositionUnitH": "px",
1052 "imgYPositionUnitHTablet": "",
1053 "imgYPositionUnitHMobile": "",
1054 "imgYPositionH": "",
1055 "imgYPositionHTablet": "",
1056 "imgYPositionHMobile": "",
1057 "imgAttachmentH": "",
1058 "imgRepeatH": "",
1059 "imgRepeatHTablet": "",
1060 "imgRepeatHMobile": "",
1061 "imgDisplaySizeH": "",
1062 "imgDisplaySizeHTablet": "",
1063 "imgDisplaySizeHMobile": "",
1064 "imgDisplaySizeWidthH": "",
1065 "imgDisplaySizeWidthHTablet": "",
1066 "imgDisplaySizeWidthHMobile": "",
1067 "imgDisplaySizeWidthHUnit": "px",
1068 "imgDisplaySizeWidthHUnitTablet": "",
1069 "imgDisplaySizeWidthHUnitMobile": "",
1070 "transitionDuration": "",
1071 "videoUrl": "",
1072 "youtubeURL": "",
1073 "vimeoURL": "",
1074 "selfHostedURL": "",
1075 "externalLink": false,
1076 "videoSource": "none",
1077 "videoPlayOnce": "",
1078 "videoStartTime": "",
1079 "videoEndTime": "",
1080 "playOnMobile": "",
1081 "videoPrivacyMode": "",
1082 "fallbackImageUrl": ""
1083 }
1084 },
1085 "_zIndex": {
1086 "type": "object",
1087 "default": {
1088 "zIndex": "",
1089 "zIndexTablet": "",
1090 "zIndexMobile": ""
1091 }
1092 },
1093 "_transform": {
1094 "type": "object",
1095 "default": {
1096 "rotate": "",
1097 "rotateTablet": "",
1098 "rotateMobile": "",
1099 "rotate3D": false,
1100 "rotate3DTablet": false,
1101 "rotate3DMobile": false,
1102 "rotateX": "",
1103 "rotateXTablet": "",
1104 "rotateXMobile": "",
1105 "rotateY": "",
1106 "rotateYTablet": "",
1107 "rotateYMobile": "",
1108 "rotateP": "",
1109 "rotatePTablet": "",
1110 "rotatePMobile": "",
1111 "offsetX": "",
1112 "offsetXTablet": "",
1113 "offsetXMobile": "",
1114 "offsetXUnit": "px",
1115 "offsetXUnitTablet": "px",
1116 "offsetXUnitMobile": "px",
1117 "offsetY": "",
1118 "offsetYTablet": "",
1119 "offsetYMobile": "",
1120 "offsetYUnit": "px",
1121 "offsetYUnitTablet": "px",
1122 "offsetYUnitMobile": "px",
1123 "scaleProportions": false,
1124 "scale": "",
1125 "scaleTablet": "",
1126 "scaleMobile": "",
1127 "scaleX": "",
1128 "scaleXTablet": "",
1129 "scaleXMobile": "",
1130 "scaleY": "",
1131 "scaleYTablet": "",
1132 "scaleYMobile": "",
1133 "skewX": "",
1134 "skewXTablet": "",
1135 "skewXMobile": "",
1136 "skewY": "",
1137 "skewYTablet": "",
1138 "skewYMobile": "",
1139 "flipHorizontal": false,
1140 "flipVertical": false,
1141 "xAnchorPoint": "",
1142 "xAnchorPointTablet": "",
1143 "xAnchorPointMobile": "",
1144 "yAnchorPoint": "",
1145 "yAnchorPointTablet": "",
1146 "yAnchorPointMobile": "",
1147 "rotateH": "",
1148 "rotateHTablet": "",
1149 "rotateHMobile": "",
1150 "rotate3DH": false,
1151 "rotate3DHTablet": false,
1152 "rotate3DHMobile": false,
1153 "rotateXH": "",
1154 "rotateXHTablet": "",
1155 "rotateXHMobile": "",
1156 "rotateYH": "",
1157 "rotateYHTablet": "",
1158 "rotateYHMobile": "",
1159 "rotatePH": "",
1160 "rotatePHTablet": "",
1161 "rotatePHMobile": "",
1162 "offsetXH": "",
1163 "offsetXHTablet": "",
1164 "offsetXHMobile": "",
1165 "offsetXHUnit": "px",
1166 "offsetXHUnitTablet": "px",
1167 "offsetXHUnitMobile": "px",
1168 "offsetYH": "",
1169 "offsetYHTablet": "",
1170 "offsetYHMobile": "",
1171 "offsetYHUnit": "px",
1172 "offsetYHUnitTablet": "px",
1173 "offsetYHUnitMobile": "px",
1174 "scaleProportionsH": false,
1175 "scaleH": "",
1176 "scaleHTablet": "",
1177 "scaleHMobile": "",
1178 "scaleXH": "",
1179 "scaleXHTablet": "",
1180 "scaleXHMobile": "",
1181 "scaleYH": "",
1182 "scaleYHTablet": "",
1183 "scaleYHMobile": "",
1184 "skewXH": "",
1185 "skewXHTablet": "",
1186 "skewXHMobile": "",
1187 "skewYH": "",
1188 "skewYHTablet": "",
1189 "skewYHMobile": "",
1190 "flipHorizontalH": false,
1191 "flipVerticalH": false,
1192 "xAnchorPointH": "",
1193 "xAnchorPointHTablet": "",
1194 "xAnchorPointHMobile": "",
1195 "yAnchorPointH": "",
1196 "yAnchorPointHTablet": "",
1197 "yAnchorPointHMobile": "",
1198 "transitionH": ""
1199 }
1200 },
1201 "_mask": {
1202 "type": "object",
1203 "default": {
1204 "mask": false,
1205 "maskTablet": false,
1206 "maskMobile": false,
1207 "maskShape": "circle",
1208 "customMaskShape": "",
1209 "maskSize": "",
1210 "maskSizeTablet": "",
1211 "maskSizeMobile": "",
1212 "maskPosition": "",
1213 "maskPositionTablet": "",
1214 "maskPositionMobile": "",
1215 "maskRepeat": "",
1216 "maskRepeatTablet": "",
1217 "maskRepeatMobile": "",
1218 "scaleUnit": "px",
1219 "scaleUnitTablet": "px",
1220 "scaleUnitMobile": "px",
1221 "scale": "0",
1222 "scaleTablet": "0",
1223 "scaleMobile": "0",
1224 "xPositionUnit": "px",
1225 "xPositionUnitTablet": "px",
1226 "xPositionUnitMobile": "px",
1227 "xPosition": "",
1228 "xPositionTablet": "0",
1229 "xPositionMobile": "0",
1230 "yPositionUnit": "0",
1231 "yPositionUnitTablet": "px",
1232 "yPositionUnitMobile": "px",
1233 "yPosition": "0",
1234 "yPositionTablet": "0",
1235 "yPositionMobile": "0"
1236 }
1237 },
1238 "_animation": {
1239 "type": "object",
1240 "default": {
1241 "animationType": "",
1242 "animationTypeTablet": "",
1243 "animationTypeMobile": "",
1244 "animationDuration": "",
1245 "animationDelay": ""
1246 }
1247 },
1248 "_boxShadow": {
1249 "type": "object",
1250 "default": {
1251 "preset": "",
1252 "shadowType": "default",
1253 "shadow": "",
1254 "horizontal": "",
1255 "vertical": "",
1256 "blur": "",
1257 "spread": "",
1258 "color": "",
1259 "presetH": "",
1260 "shadowTypeH": "default",
1261 "shadowH": "",
1262 "horizontalH": "",
1263 "verticalH": "",
1264 "blurH": "",
1265 "spreadH": "",
1266 "colorH": "",
1267 "transitionDuration": "0"
1268 }
1269 },
1270 "_gsapAnimation": {
1271 "type": "object",
1272 "default": {
1273 "animationType": "none",
1274 "duration": 1,
1275 "delay": 0,
1276 "triggerType": "scroll",
1277 "ease": "none",
1278 "x": 0,
1279 "y": 0,
1280 "rotation": 0,
1281 "rotationY": 0,
1282 "opacity": 1,
1283 "xTo": 0,
1284 "yTo": 0,
1285 "rotationTo": 0,
1286 "rotationYTo": 0,
1287 "opacityTo": 1,
1288 "easeTo": "none",
1289 "loops": false,
1290 "numberOfRepeat": 0,
1291 "isSmooth": true,
1292 "startPoint": 80,
1293 "endPoint": 10
1294 }
1295 },
1296 "_hide_on_desktop": {
1297 "type": "boolean",
1298 "default": false
1299 },
1300 "_hide_on_tablet": {
1301 "type": "boolean",
1302 "default": false
1303 },
1304 "_hide_on_mobile": {
1305 "type": "boolean",
1306 "default": false
1307 },
1308 "_custom_css": {
1309 "type": "string",
1310 "default": ""
1311 },
1312 "_animation_element_trigger": {
1313 "type": "array",
1314 "default": [],
1315 "items": {
1316 "type": "object"
1317 }
1318 },
1319 "_animation_page_trigger": {
1320 "type": "array",
1321 "default": [],
1322 "items": {
1323 "type": "object"
1324 }
1325 }
1326 }
1327 }