PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.8.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.8.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 / social-shares / block.json

block.json in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.8.0, at assets/build/blocks/social-shares/block.json

1,058 lines 36.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/social-shares",
5 "version": "0.1.0",
6 "title": "Social Shares",
7 "category": "ablocks",
8 "description": "Add customizable social media share buttons",
9 "example": [],
10 "supports": {
11 "html": false,
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 "file:./view.js"
23 ],
24 "attributes": {
25 "block_id": {
26 "type": "string",
27 "default": ""
28 },
29 "blockVersion": {
30 "type": "number",
31 "default": ""
32 },
33 "buttonType": {
34 "type": "string",
35 "default": "Facebook"
36 },
37 "viewButton": {
38 "type": "string",
39 "default": "Icon & Text"
40 },
41 "shape": {
42 "type": "string",
43 "default": "Square"
44 },
45 "lists": {
46 "type": "array",
47 "default": [
48 {
49 "id": 0,
50 "text": "Facebook",
51 "icon": {
52 "viewBox": "0 0 320 512",
53 "path": "M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"
54 },
55 "buttonBackgroundColor": "ablocks-social-share-item--facebook-bg",
56 "iconBackgroundColor": "ablocks-social-share-item--facebook-icon-bg",
57 "link": "https://www.facebook.com/sharer.php?u=",
58 "isOpen": false,
59 "backgroundH": "#2d4373",
60 "buttonType": "Facebook"
61 },
62 {
63 "id": 1,
64 "text": "Twitter",
65 "icon": {
66 "viewBox": "0 0 512 512",
67 "path": "M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"
68 },
69 "buttonBackgroundColor": "ablocks-social-share-item--twitter-bg",
70 "iconBackgroundColor": "ablocks-social-share-item--twitter-icon-bg",
71 "link": "https://twitter.com/intent/tweet?url=",
72 "isOpen": false,
73 "backgroundH": "#1da1f2",
74 "buttonType": "Twitter"
75 },
76 {
77 "id": 2,
78 "text": "Telegram",
79 "icon": {
80 "viewBox": "0 0 448 512",
81 "path": "M446.7 98.6l-67.6 318.8c-5.1 22.5-18.4 28.1-37.3 17.5l-103-75.9-49.7 47.8c-5.5 5.5-10.1 10.1-20.7 10.1l7.4-104.9 190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.8 284 16.2 252.2c-22.1-6.9-22.5-22.1 4.6-32.7L418.2 66.4c18.4-6.9 34.5 4.1 28.5 32.2z"
82 },
83 "buttonBackgroundColor": "ablocks-social-share-item--telegram-bg",
84 "iconBackgroundColor": "ablocks-social-share-item--telegram-icon-bg",
85 "link": "https://t.me/share/url?url=",
86 "isOpen": false,
87 "backgroundH": "#007ab8",
88 "buttonType": "Telegram"
89 }
90 ]
91 },
92 "listIconsClasses": {
93 "type": "array",
94 "default": []
95 },
96 "iconType": {
97 "type": "string",
98 "default": "default"
99 },
100 "iconShape": {
101 "type": "string",
102 "default": "circle"
103 },
104 "windowsPopUp": {
105 "type": "boolean",
106 "default": false
107 },
108 "buttonBackground": {
109 "type": "string",
110 "default": ""
111 },
112 "buttonHover": {
113 "type": "string",
114 "default": ""
115 },
116 "shareBar": {
117 "type": "boolean",
118 "default": true
119 },
120 "shareBgColor": {
121 "type": "string",
122 "default": ""
123 },
124 "iconFillColor": {
125 "type": "string",
126 "default": "#ffffff"
127 },
128 "shareTextBgColor": {
129 "type": "string",
130 "default": ""
131 },
132 "shareIconH": {
133 "type": "string",
134 "default": ""
135 },
136 "shareTextH": {
137 "type": "string",
138 "default": ""
139 },
140 "backgroundColor": {
141 "type": "string",
142 "default": ""
143 },
144 "backgroundColorH": {
145 "type": "string",
146 "default": ""
147 },
148 "shareButtonIconColor": {
149 "type": "string",
150 "default": "#170a1b"
151 },
152 "shareButtonIconColorH": {
153 "type": "string",
154 "default": ""
155 },
156 "belowItem": {
157 "type": "number",
158 "default": 0
159 },
160 "position": {
161 "type": "object",
162 "default": {
163 "value": "center",
164 "valueTablet": "",
165 "valueMobile": ""
166 }
167 },
168 "textStroke": {
169 "type": "object",
170 "default": {
171 "strokeWidth": "",
172 "strokeWidthTablet": "",
173 "strokeWidthMobile": "",
174 "strokeWidthUnit": "px",
175 "strokeWidthUnitTablet": "px",
176 "strokeWidthUnitMobile": "px",
177 "stroke": ""
178 }
179 },
180 "typographyGlobal": {
181 "type": "string",
182 "default": ""
183 },
184 "typography": {
185 "type": "object",
186 "default": {
187 "fontFamily": "",
188 "weight": "",
189 "transform": "",
190 "style": "",
191 "decoration": "",
192 "fontSize": "",
193 "fontSizeUnit": "px",
194 "lineHeight": "",
195 "lineHeightUnit": "px",
196 "letterSpacing": "",
197 "letterSpacingUnit": "px",
198 "wordSpacing": "",
199 "wordSpacingUnit": "px",
200 "fontSizeTablet": "",
201 "fontSizeMobile": "",
202 "fontSizeUnitTablet": "px",
203 "fontSizeUnitMobile": "px",
204 "lineHeightTablet": "",
205 "lineHeightMobile": "",
206 "lineHeightUnitTablet": "px",
207 "lineHeightUnitMobile": "px",
208 "letterSpacingTablet": "",
209 "letterSpacingMobile": "",
210 "letterSpacingUnitTablet": "px",
211 "letterSpacingUnitMobile": "px",
212 "wordSpacingTablet": "",
213 "wordSpacingMobile": "",
214 "wordSpacingUnitTablet": "px",
215 "wordSpacingUnitMobile": "px"
216 }
217 },
218 "horizontalAlignment": {
219 "type": "object",
220 "default": {
221 "value": "flex-start",
222 "valueTablet": "",
223 "valueMobile": ""
224 }
225 },
226 "width": {
227 "type": "object",
228 "default": {
229 "widthType": "default",
230 "customWidth": "",
231 "customWidthUnit": "%"
232 }
233 },
234 "radius": {
235 "type": "object",
236 "default": {
237 "isLinked": true,
238 "common": "",
239 "top": "",
240 "right": "",
241 "bottom": "",
242 "left": "",
243 "unit": "px"
244 }
245 },
246 "border": {
247 "type": "object",
248 "default": {
249 "borderStyle": "default",
250 "borderStyleH": "default",
251 "borderColor": "",
252 "borderColorH": "",
253 "isLinkedWidth": true,
254 "isLinkedWidthTablet": true,
255 "isLinkedWidthMobile": true,
256 "commonWidth": "",
257 "commonWidthTablet": "",
258 "commonWidthMobile": "",
259 "topWidth": "",
260 "rightWidth": "",
261 "bottomWidth": "",
262 "leftWidth": "",
263 "topWidthTablet": "",
264 "rightWidthTablet": "",
265 "bottomWidthTablet": "",
266 "leftWidthTablet": "",
267 "topWidthMobile": "",
268 "rightWidthMobile": "",
269 "bottomWidthMobile": "",
270 "leftWidthMobile": "",
271 "unitWidth": "px",
272 "unitWidthTablet": "",
273 "unitWidthMobile": "",
274 "isLinkedWidthH": true,
275 "isLinkedWidthHTablet": true,
276 "isLinkedWidthHMobile": true,
277 "commonWidthH": "",
278 "commonWidthHTablet": "",
279 "commonWidthHMobile": "",
280 "topWidthH": "",
281 "rightWidthH": "",
282 "bottomWidthH": "",
283 "leftWidthH": "",
284 "topWidthHTablet": "",
285 "rightWidthHTablet": "",
286 "bottomWidthHTablet": "",
287 "leftWidthHTablet": "",
288 "topWidthHMobile": "",
289 "rightWidthHMobile": "",
290 "bottomWidthHMobile": "",
291 "leftWidthHMobile": "",
292 "unitWidthH": "px",
293 "unitWidthHTablet": "",
294 "unitWidthHMobile": "",
295 "isLinkedRadius": true,
296 "isLinkedRadiusTablet": true,
297 "isLinkedRadiusMobile": true,
298 "commonRadius": "",
299 "commonRadiusTablet": "",
300 "commonRadiusMobile": "",
301 "topRadius": "",
302 "rightRadius": "",
303 "bottomRadius": "",
304 "leftRadius": "",
305 "topRadiusTablet": "",
306 "rightRadiusTablet": "",
307 "bottomRadiusTablet": "",
308 "leftRadiusTablet": "",
309 "topRadiusMobile": "",
310 "rightRadiusMobile": "",
311 "bottomRadiusMobile": "",
312 "leftRadiusMobile": "",
313 "unitRadius": "px",
314 "unitRadiusTablet": "",
315 "unitRadiusMobile": "",
316 "isLinkedRadiusH": true,
317 "isLinkedRadiusHTablet": true,
318 "isLinkedRadiusHMobile": true,
319 "commonRadiusH": "",
320 "commonRadiusHTablet": "",
321 "commonRadiusHMobile": "",
322 "topRadiusH": "",
323 "rightRadiusH": "",
324 "bottomRadiusH": "",
325 "leftRadiusH": "",
326 "topRadiusHTablet": "",
327 "rightRadiusHTablet": "",
328 "bottomRadiusHTablet": "",
329 "leftRadiusHTablet": "",
330 "topRadiusHMobile": "",
331 "rightRadiusHMobile": "",
332 "bottomRadiusHMobile": "",
333 "leftRadiusHMobile": "",
334 "unitRadiusH": "px",
335 "unitRadiusHTablet": "",
336 "unitRadiusHMobile": "",
337 "transitionDuration": ""
338 }
339 },
340 "itemBorder": {
341 "type": "object",
342 "default": {
343 "borderStyle": "default",
344 "borderStyleH": "default",
345 "borderColor": "",
346 "borderColorH": "",
347 "isLinkedWidth": true,
348 "isLinkedWidthTablet": true,
349 "isLinkedWidthMobile": true,
350 "commonWidth": "",
351 "commonWidthTablet": "",
352 "commonWidthMobile": "",
353 "topWidth": "",
354 "rightWidth": "",
355 "bottomWidth": "",
356 "leftWidth": "",
357 "topWidthTablet": "",
358 "rightWidthTablet": "",
359 "bottomWidthTablet": "",
360 "leftWidthTablet": "",
361 "topWidthMobile": "",
362 "rightWidthMobile": "",
363 "bottomWidthMobile": "",
364 "leftWidthMobile": "",
365 "unitWidth": "px",
366 "unitWidthTablet": "",
367 "unitWidthMobile": "",
368 "isLinkedWidthH": true,
369 "isLinkedWidthHTablet": true,
370 "isLinkedWidthHMobile": true,
371 "commonWidthH": "",
372 "commonWidthHTablet": "",
373 "commonWidthHMobile": "",
374 "topWidthH": "",
375 "rightWidthH": "",
376 "bottomWidthH": "",
377 "leftWidthH": "",
378 "topWidthHTablet": "",
379 "rightWidthHTablet": "",
380 "bottomWidthHTablet": "",
381 "leftWidthHTablet": "",
382 "topWidthHMobile": "",
383 "rightWidthHMobile": "",
384 "bottomWidthHMobile": "",
385 "leftWidthHMobile": "",
386 "unitWidthH": "px",
387 "unitWidthHTablet": "",
388 "unitWidthHMobile": "",
389 "isLinkedRadius": true,
390 "isLinkedRadiusTablet": true,
391 "isLinkedRadiusMobile": true,
392 "commonRadius": "",
393 "commonRadiusTablet": "",
394 "commonRadiusMobile": "",
395 "topRadius": "",
396 "rightRadius": "",
397 "bottomRadius": "",
398 "leftRadius": "",
399 "topRadiusTablet": "",
400 "rightRadiusTablet": "",
401 "bottomRadiusTablet": "",
402 "leftRadiusTablet": "",
403 "topRadiusMobile": "",
404 "rightRadiusMobile": "",
405 "bottomRadiusMobile": "",
406 "leftRadiusMobile": "",
407 "unitRadius": "px",
408 "unitRadiusTablet": "",
409 "unitRadiusMobile": "",
410 "isLinkedRadiusH": true,
411 "isLinkedRadiusHTablet": true,
412 "isLinkedRadiusHMobile": true,
413 "commonRadiusH": "",
414 "commonRadiusHTablet": "",
415 "commonRadiusHMobile": "",
416 "topRadiusH": "",
417 "rightRadiusH": "",
418 "bottomRadiusH": "",
419 "leftRadiusH": "",
420 "topRadiusHTablet": "",
421 "rightRadiusHTablet": "",
422 "bottomRadiusHTablet": "",
423 "leftRadiusHTablet": "",
424 "topRadiusHMobile": "",
425 "rightRadiusHMobile": "",
426 "bottomRadiusHMobile": "",
427 "leftRadiusHMobile": "",
428 "unitRadiusH": "px",
429 "unitRadiusHTablet": "",
430 "unitRadiusHMobile": "",
431 "transitionDuration": ""
432 }
433 },
434 "shareItemShadow": {
435 "type": "object",
436 "default": {
437 "preset": "",
438 "shadowType": "default",
439 "shadow": "",
440 "horizontal": "",
441 "vertical": "",
442 "blur": "",
443 "spread": "",
444 "color": "",
445 "presetH": "",
446 "shadowTypeH": "default",
447 "shadowH": "",
448 "horizontalH": "",
449 "verticalH": "",
450 "blurH": "",
451 "spreadH": "",
452 "colorH": "",
453 "transitionDuration": "0"
454 }
455 },
456 "stack": {
457 "type": "string",
458 "default": "horizontal"
459 },
460 "verticalAlignment": {
461 "type": "string",
462 "default": "flex-start"
463 },
464 "spaceBetween": {
465 "type": "object",
466 "default": {
467 "value": 16,
468 "valueTablet": "",
469 "valueMobile": "",
470 "valueUnit": "px",
471 "valueUnitTablet": "",
472 "valueUnitMobile": ""
473 }
474 },
475 "shareSize": {
476 "type": "object",
477 "default": {
478 "value": 48,
479 "valueUnit": "px",
480 "valueUnitTablet": "",
481 "valueUnitMobile": ""
482 }
483 },
484 "shareIconSize": {
485 "type": "object",
486 "default": {
487 "value": 16,
488 "valueUnit": "px",
489 "valueUnitTablet": "",
490 "valueUnitMobile": ""
491 }
492 },
493 "shareItemIconSize": {
494 "type": "object",
495 "default": {
496 "value": 25,
497 "valueUnit": "px",
498 "valueUnitTablet": "",
499 "valueUnitMobile": ""
500 }
501 },
502 "itemIconWidth": {
503 "type": "object",
504 "default": {
505 "value": 43,
506 "valueUnit": "px",
507 "valueUnitTablet": "",
508 "valueUnitMobile": ""
509 }
510 },
511 "itemIconHeight": {
512 "type": "object",
513 "default": {
514 "value": 42,
515 "valueUnit": "px",
516 "valueUnitTablet": "",
517 "valueUnitMobile": ""
518 }
519 },
520 "itemTextWidth": {
521 "type": "object",
522 "default": {
523 "value": 80,
524 "valueUnit": "px",
525 "valueUnitTablet": "",
526 "valueUnitMobile": ""
527 }
528 },
529 "itemTextHeight": {
530 "type": "object",
531 "default": {
532 "value": 42,
533 "valueUnit": "px",
534 "valueUnitTablet": "",
535 "valueUnitMobile": ""
536 }
537 },
538 "_margin": {
539 "type": "object",
540 "default": {
541 "isLinked": true,
542 "isLinkedTablet": true,
543 "isLinkedMobile": true,
544 "common": "",
545 "top": "",
546 "right": "",
547 "bottom": "",
548 "left": "",
549 "unit": "px",
550 "commonTablet": "",
551 "topTablet": "",
552 "rightTablet": "",
553 "bottomTablet": "",
554 "leftTablet": "",
555 "unitTablet": "",
556 "commonMobile": "",
557 "topMobile": "",
558 "rightMobile": "",
559 "bottomMobile": "",
560 "leftMobile": "",
561 "unitMobile": ""
562 }
563 },
564 "_padding": {
565 "type": "object",
566 "default": {
567 "isLinked": true,
568 "isLinkedTablet": true,
569 "isLinkedMobile": true,
570 "common": "",
571 "top": "",
572 "right": "",
573 "bottom": "",
574 "left": "",
575 "unit": "px",
576 "commonTablet": "",
577 "topTablet": "",
578 "rightTablet": "",
579 "bottomTablet": "",
580 "leftTablet": "",
581 "unitTablet": "",
582 "commonMobile": "",
583 "topMobile": "",
584 "rightMobile": "",
585 "bottomMobile": "",
586 "leftMobile": "",
587 "unitMobile": ""
588 }
589 },
590 "_width": {
591 "type": "object",
592 "default": {
593 "widthType": "default",
594 "widthTypeTablet": "",
595 "widthTypeMobile": "",
596 "customWidth": "",
597 "customWidthTablet": "",
598 "customWidthMobile": "",
599 "customWidthUnit": "%",
600 "customWidthUnitTablet": "",
601 "customWidthUnitMobile": ""
602 }
603 },
604 "_border": {
605 "type": "object",
606 "default": {
607 "borderStyle": "default",
608 "borderStyleH": "default",
609 "borderColor": "",
610 "borderColorH": "",
611 "isLinkedWidth": true,
612 "isLinkedWidthTablet": true,
613 "isLinkedWidthMobile": true,
614 "commonWidth": "",
615 "commonWidthTablet": "",
616 "commonWidthMobile": "",
617 "topWidth": "",
618 "rightWidth": "",
619 "bottomWidth": "",
620 "leftWidth": "",
621 "topWidthTablet": "",
622 "rightWidthTablet": "",
623 "bottomWidthTablet": "",
624 "leftWidthTablet": "",
625 "topWidthMobile": "",
626 "rightWidthMobile": "",
627 "bottomWidthMobile": "",
628 "leftWidthMobile": "",
629 "unitWidth": "px",
630 "unitWidthTablet": "",
631 "unitWidthMobile": "",
632 "isLinkedWidthH": true,
633 "isLinkedWidthHTablet": true,
634 "isLinkedWidthHMobile": true,
635 "commonWidthH": "",
636 "commonWidthHTablet": "",
637 "commonWidthHMobile": "",
638 "topWidthH": "",
639 "rightWidthH": "",
640 "bottomWidthH": "",
641 "leftWidthH": "",
642 "topWidthHTablet": "",
643 "rightWidthHTablet": "",
644 "bottomWidthHTablet": "",
645 "leftWidthHTablet": "",
646 "topWidthHMobile": "",
647 "rightWidthHMobile": "",
648 "bottomWidthHMobile": "",
649 "leftWidthHMobile": "",
650 "unitWidthH": "px",
651 "unitWidthHTablet": "",
652 "unitWidthHMobile": "",
653 "isLinkedRadius": true,
654 "isLinkedRadiusTablet": true,
655 "isLinkedRadiusMobile": true,
656 "commonRadius": "",
657 "commonRadiusTablet": "",
658 "commonRadiusMobile": "",
659 "topRadius": "",
660 "rightRadius": "",
661 "bottomRadius": "",
662 "leftRadius": "",
663 "topRadiusTablet": "",
664 "rightRadiusTablet": "",
665 "bottomRadiusTablet": "",
666 "leftRadiusTablet": "",
667 "topRadiusMobile": "",
668 "rightRadiusMobile": "",
669 "bottomRadiusMobile": "",
670 "leftRadiusMobile": "",
671 "unitRadius": "px",
672 "unitRadiusTablet": "",
673 "unitRadiusMobile": "",
674 "isLinkedRadiusH": true,
675 "isLinkedRadiusHTablet": true,
676 "isLinkedRadiusHMobile": true,
677 "commonRadiusH": "",
678 "commonRadiusHTablet": "",
679 "commonRadiusHMobile": "",
680 "topRadiusH": "",
681 "rightRadiusH": "",
682 "bottomRadiusH": "",
683 "leftRadiusH": "",
684 "topRadiusHTablet": "",
685 "rightRadiusHTablet": "",
686 "bottomRadiusHTablet": "",
687 "leftRadiusHTablet": "",
688 "topRadiusHMobile": "",
689 "rightRadiusHMobile": "",
690 "bottomRadiusHMobile": "",
691 "leftRadiusHMobile": "",
692 "unitRadiusH": "px",
693 "unitRadiusHTablet": "",
694 "unitRadiusHMobile": "",
695 "transitionDuration": ""
696 }
697 },
698 "_position": {
699 "type": "object",
700 "default": {
701 "positionType": "relative",
702 "positionTypeTablet": "",
703 "positionTypeMobile": "",
704 "hOrientation": "",
705 "hOffset": "",
706 "hOffsetTablet": "",
707 "hOffsetMobile": "",
708 "hOffsetUnit": "px",
709 "hOffsetUnitTablet": "px",
710 "hOffsetUnitMobile": "px",
711 "vOrientation": "",
712 "vOffset": "",
713 "vOffsetTablet": "",
714 "vOffsetMobile": "",
715 "vOffsetUnit": "px",
716 "vOffsetUnitTablet": "px",
717 "vOffsetUnitMobile": "px"
718 }
719 },
720 "_background": {
721 "type": "object",
722 "default": {
723 "backgroundType": "none",
724 "backgroundTypeH": "none",
725 "backgroundColor": "",
726 "backgroundColorH": "",
727 "imgId": "",
728 "imgIdTablet": "",
729 "imgIdMobile": "",
730 "imgUrl": "",
731 "imgUrlTablet": "",
732 "imgUrlMobile": "",
733 "imgSize": "",
734 "imgSizeTablet": "",
735 "imgSizeMobile": "",
736 "imgPosition": "",
737 "imgPositionTablet": "",
738 "imgPositionMobile": "",
739 "imgXPositionUnit": "px",
740 "imgXPositionUnitTablet": "",
741 "imgXPositionUnitMobile": "",
742 "imgXPosition": "",
743 "imgXPositionTablet": "",
744 "imgXPositionMobile": "",
745 "imgYPositionUnit": "px",
746 "imgYPositionUnitTablet": "",
747 "imgYPositionUnitMobile": "",
748 "imgYPosition": "",
749 "imgYPositionTablet": "",
750 "imgYPositionMobile": "",
751 "imgAttachment": "",
752 "imgRepeat": "",
753 "imgRepeatTablet": "",
754 "imgRepeatMobile": "",
755 "imgDisplaySize": "",
756 "imgDisplaySizeTablet": "",
757 "imgDisplaySizeMobile": "",
758 "imgDisplaySizeWidth": "",
759 "imgDisplaySizeWidthTablet": "",
760 "imgDisplaySizeWidthMobile": "",
761 "imgDisplaySizeWidthUnit": "px",
762 "imgDisplaySizeWidthUnitTablet": "",
763 "imgDisplaySizeWidthUnitMobile": "",
764 "imgIdH": "",
765 "imgIdTabletH": "",
766 "imgIdMobileH": "",
767 "imgUrlH": "",
768 "imgUrlHTablet": "",
769 "imgUrlHMobile": "",
770 "imgSizeH": "",
771 "imgSizeHTablet": "",
772 "imgSizeHMobile": "",
773 "imgPositionH": "",
774 "imgPositionHTablet": "",
775 "imgPositionHMobile": "",
776 "imgXPositionUnitH": "px",
777 "imgXPositionUnitHTablet": "",
778 "imgXPositionUnitHMobile": "",
779 "imgXPositionH": "",
780 "imgXPositionHTablet": "",
781 "imgXPositionHMobile": "",
782 "imgYPositionUnitH": "px",
783 "imgYPositionUnitHTablet": "",
784 "imgYPositionUnitHMobile": "",
785 "imgYPositionH": "",
786 "imgYPositionHTablet": "",
787 "imgYPositionHMobile": "",
788 "imgAttachmentH": "",
789 "imgRepeatH": "",
790 "imgRepeatHTablet": "",
791 "imgRepeatHMobile": "",
792 "imgDisplaySizeH": "",
793 "imgDisplaySizeHTablet": "",
794 "imgDisplaySizeHMobile": "",
795 "imgDisplaySizeWidthH": "",
796 "imgDisplaySizeWidthHTablet": "",
797 "imgDisplaySizeWidthHMobile": "",
798 "imgDisplaySizeWidthHUnit": "px",
799 "imgDisplaySizeWidthHUnitTablet": "",
800 "imgDisplaySizeWidthHUnitMobile": "",
801 "transitionDuration": "",
802 "videoUrl": "",
803 "youtubeURL": "",
804 "vimeoURL": "",
805 "selfHostedURL": "",
806 "externalLink": false,
807 "videoSource": "none",
808 "videoPlayOnce": "",
809 "videoStartTime": "",
810 "videoEndTime": "",
811 "playOnMobile": "",
812 "videoPrivacyMode": "",
813 "fallbackImageUrl": ""
814 }
815 },
816 "_zIndex": {
817 "type": "object",
818 "default": {
819 "zIndex": "",
820 "zIndexTablet": "",
821 "zIndexMobile": ""
822 }
823 },
824 "_transform": {
825 "type": "object",
826 "default": {
827 "rotate": "",
828 "rotateTablet": "",
829 "rotateMobile": "",
830 "rotate3D": false,
831 "rotate3DTablet": false,
832 "rotate3DMobile": false,
833 "rotateX": "",
834 "rotateXTablet": "",
835 "rotateXMobile": "",
836 "rotateY": "",
837 "rotateYTablet": "",
838 "rotateYMobile": "",
839 "rotateP": "",
840 "rotatePTablet": "",
841 "rotatePMobile": "",
842 "offsetX": "",
843 "offsetXTablet": "",
844 "offsetXMobile": "",
845 "offsetXUnit": "px",
846 "offsetXUnitTablet": "px",
847 "offsetXUnitMobile": "px",
848 "offsetY": "",
849 "offsetYTablet": "",
850 "offsetYMobile": "",
851 "offsetYUnit": "px",
852 "offsetYUnitTablet": "px",
853 "offsetYUnitMobile": "px",
854 "scaleProportions": false,
855 "scale": "",
856 "scaleTablet": "",
857 "scaleMobile": "",
858 "scaleX": "",
859 "scaleXTablet": "",
860 "scaleXMobile": "",
861 "scaleY": "",
862 "scaleYTablet": "",
863 "scaleYMobile": "",
864 "skewX": "",
865 "skewXTablet": "",
866 "skewXMobile": "",
867 "skewY": "",
868 "skewYTablet": "",
869 "skewYMobile": "",
870 "flipHorizontal": false,
871 "flipVertical": false,
872 "xAnchorPoint": "",
873 "xAnchorPointTablet": "",
874 "xAnchorPointMobile": "",
875 "yAnchorPoint": "",
876 "yAnchorPointTablet": "",
877 "yAnchorPointMobile": "",
878 "rotateH": "",
879 "rotateHTablet": "",
880 "rotateHMobile": "",
881 "rotate3DH": false,
882 "rotate3DHTablet": false,
883 "rotate3DHMobile": false,
884 "rotateXH": "",
885 "rotateXHTablet": "",
886 "rotateXHMobile": "",
887 "rotateYH": "",
888 "rotateYHTablet": "",
889 "rotateYHMobile": "",
890 "rotatePH": "",
891 "rotatePHTablet": "",
892 "rotatePHMobile": "",
893 "offsetXH": "",
894 "offsetXHTablet": "",
895 "offsetXHMobile": "",
896 "offsetXHUnit": "px",
897 "offsetXHUnitTablet": "px",
898 "offsetXHUnitMobile": "px",
899 "offsetYH": "",
900 "offsetYHTablet": "",
901 "offsetYHMobile": "",
902 "offsetYHUnit": "px",
903 "offsetYHUnitTablet": "px",
904 "offsetYHUnitMobile": "px",
905 "scaleProportionsH": false,
906 "scaleH": "",
907 "scaleHTablet": "",
908 "scaleHMobile": "",
909 "scaleXH": "",
910 "scaleXHTablet": "",
911 "scaleXHMobile": "",
912 "scaleYH": "",
913 "scaleYHTablet": "",
914 "scaleYHMobile": "",
915 "skewXH": "",
916 "skewXHTablet": "",
917 "skewXHMobile": "",
918 "skewYH": "",
919 "skewYHTablet": "",
920 "skewYHMobile": "",
921 "flipHorizontalH": false,
922 "flipVerticalH": false,
923 "xAnchorPointH": "",
924 "xAnchorPointHTablet": "",
925 "xAnchorPointHMobile": "",
926 "yAnchorPointH": "",
927 "yAnchorPointHTablet": "",
928 "yAnchorPointHMobile": "",
929 "transitionH": ""
930 }
931 },
932 "_mask": {
933 "type": "object",
934 "default": {
935 "mask": false,
936 "maskTablet": false,
937 "maskMobile": false,
938 "maskShape": "circle",
939 "customMaskShape": "",
940 "maskSize": "",
941 "maskSizeTablet": "",
942 "maskSizeMobile": "",
943 "maskPosition": "",
944 "maskPositionTablet": "",
945 "maskPositionMobile": "",
946 "maskRepeat": "",
947 "maskRepeatTablet": "",
948 "maskRepeatMobile": "",
949 "scaleUnit": "px",
950 "scaleUnitTablet": "px",
951 "scaleUnitMobile": "px",
952 "scale": "0",
953 "scaleTablet": "0",
954 "scaleMobile": "0",
955 "xPositionUnit": "px",
956 "xPositionUnitTablet": "px",
957 "xPositionUnitMobile": "px",
958 "xPosition": "",
959 "xPositionTablet": "0",
960 "xPositionMobile": "0",
961 "yPositionUnit": "0",
962 "yPositionUnitTablet": "px",
963 "yPositionUnitMobile": "px",
964 "yPosition": "0",
965 "yPositionTablet": "0",
966 "yPositionMobile": "0"
967 }
968 },
969 "_animation": {
970 "type": "object",
971 "default": {
972 "animationType": "",
973 "animationTypeTablet": "",
974 "animationTypeMobile": "",
975 "animationDuration": "",
976 "animationDelay": ""
977 }
978 },
979 "_boxShadow": {
980 "type": "object",
981 "default": {
982 "preset": "",
983 "shadowType": "default",
984 "shadow": "",
985 "horizontal": "",
986 "vertical": "",
987 "blur": "",
988 "spread": "",
989 "color": "",
990 "presetH": "",
991 "shadowTypeH": "default",
992 "shadowH": "",
993 "horizontalH": "",
994 "verticalH": "",
995 "blurH": "",
996 "spreadH": "",
997 "colorH": "",
998 "transitionDuration": "0"
999 }
1000 },
1001 "_gsapAnimation": {
1002 "type": "object",
1003 "default": {
1004 "animationType": "none",
1005 "duration": 1,
1006 "delay": 0,
1007 "triggerType": "scroll",
1008 "ease": "none",
1009 "x": 0,
1010 "y": 0,
1011 "rotation": 0,
1012 "rotationY": 0,
1013 "opacity": 1,
1014 "xTo": 0,
1015 "yTo": 0,
1016 "rotationTo": 0,
1017 "rotationYTo": 0,
1018 "opacityTo": 1,
1019 "easeTo": "none",
1020 "loops": false,
1021 "numberOfRepeat": 0,
1022 "isSmooth": true,
1023 "startPoint": 80,
1024 "endPoint": 10
1025 }
1026 },
1027 "_hide_on_desktop": {
1028 "type": "boolean",
1029 "default": false
1030 },
1031 "_hide_on_tablet": {
1032 "type": "boolean",
1033 "default": false
1034 },
1035 "_hide_on_mobile": {
1036 "type": "boolean",
1037 "default": false
1038 },
1039 "_custom_css": {
1040 "type": "string",
1041 "default": ""
1042 },
1043 "_animation_element_trigger": {
1044 "type": "array",
1045 "default": [],
1046 "items": {
1047 "type": "object"
1048 }
1049 },
1050 "_animation_page_trigger": {
1051 "type": "array",
1052 "default": [],
1053 "items": {
1054 "type": "object"
1055 }
1056 }
1057 }
1058 }