| @@ -31,8 +31,12 @@ | ||
| 31 | 31 | "block_id": { |
| 32 | 32 | "type": "string", |
| 33 | 33 | "default": "" |
| 34 | 34 | }, |
| 35 | + "blockVersion": { | |
| 36 | + "type": "number", | |
| 37 | + "default": "" | |
| 38 | + }, | |
| 35 | 39 | "markerType": { |
| 36 | 40 | "type": "string", |
| 37 | 41 | "default": "icon" |
| 38 | 42 | }, |
| @@ -236,13 +240,17 @@ | ||
| 236 | 240 | "unitRadiusHMobile": "", |
| 237 | 241 | "transitionDuration": "" |
| 238 | 242 | } |
| 239 | 243 | }, |
| 244 | + "typographyGlobal": { | |
| 245 | + "type": "string", | |
| 246 | + "default": "" | |
| 247 | + }, | |
| 240 | 248 | "typography": { |
| 241 | 249 | "type": "object", |
| 242 | 250 | "default": { |
| 243 | 251 | "fontFamily": "", |
| 244 | - "weight": "400", | |
| 252 | + "weight": "", | |
| 245 | 253 | "transform": "", |
| 246 | 254 | "style": "", |
| 247 | 255 | "decoration": "", |
| 248 | 256 | "fontSize": "", |
| @@ -313,10 +321,10 @@ | ||
| 313 | 321 | "width": { |
| 314 | 322 | "type": "object", |
| 315 | 323 | "default": { |
| 316 | 324 | "value": 100, |
| 317 | - "valueTablet": 30, | |
| 318 | - "valueMobile": 20, | |
| 325 | + "valueTablet": "", | |
| 326 | + "valueMobile": "", | |
| 319 | 327 | "valueUnit": "px", |
| 320 | 328 | "valueUnitTablet": "", |
| 321 | 329 | "valueUnitMobile": "" |
| 322 | 330 | } |
| @@ -324,10 +332,10 @@ | ||
| 324 | 332 | "weight": { |
| 325 | 333 | "type": "object", |
| 326 | 334 | "default": { |
| 327 | 335 | "value": 5, |
| 328 | - "valueTablet": 2, | |
| 329 | - "valueMobile": 1, | |
| 336 | + "valueTablet": "", | |
| 337 | + "valueMobile": "", | |
| 330 | 338 | "valueUnit": "px", |
| 331 | 339 | "valueUnitTablet": "", |
| 332 | 340 | "valueUnitMobile": "" |
| 333 | 341 | } |
| @@ -754,9 +762,9 @@ | ||
| 754 | 762 | "xPositionUnitMobile": "px", |
| 755 | 763 | "xPosition": "", |
| 756 | 764 | "xPositionTablet": "0", |
| 757 | 765 | "xPositionMobile": "0", |
| 758 | - "yPositionUnit": "0", | |
| 766 | + "yPositionUnit": "px", | |
| 759 | 767 | "yPositionUnitTablet": "px", |
| 760 | 768 | "yPositionUnitMobile": "px", |
| 761 | 769 | "yPosition": "0", |
| 762 | 770 | "yPositionTablet": "0", |
| @@ -794,8 +802,34 @@ | ||
| 794 | 802 | "colorH": "", |
| 795 | 803 | "transitionDuration": "0" |
| 796 | 804 | } |
| 797 | 805 | }, |
| 806 | + "_gsapAnimation": { | |
| 807 | + "type": "object", | |
| 808 | + "default": { | |
| 809 | + "animationType": "none", | |
| 810 | + "duration": 1, | |
| 811 | + "delay": 0, | |
| 812 | + "triggerType": "scroll", | |
| 813 | + "ease": "none", | |
| 814 | + "x": 0, | |
| 815 | + "y": 0, | |
| 816 | + "rotation": 0, | |
| 817 | + "rotationY": 0, | |
| 818 | + "opacity": 1, | |
| 819 | + "xTo": 0, | |
| 820 | + "yTo": 0, | |
| 821 | + "rotationTo": 0, | |
| 822 | + "rotationYTo": 0, | |
| 823 | + "opacityTo": 1, | |
| 824 | + "easeTo": "none", | |
| 825 | + "loops": false, | |
| 826 | + "numberOfRepeat": 0, | |
| 827 | + "isSmooth": true, | |
| 828 | + "startPoint": 80, | |
| 829 | + "endPoint": 10 | |
| 830 | + } | |
| 831 | + }, | |
| 798 | 832 | "_hide_on_desktop": { |
| 799 | 833 | "type": "boolean", |
| 800 | 834 | "default": false |
| 801 | 835 | }, |
| @@ -809,7 +843,21 @@ | ||
| 809 | 843 | }, |
| 810 | 844 | "_custom_css": { |
| 811 | 845 | "type": "string", |
| 812 | 846 | "default": "" |
| 847 | + }, | |
| 848 | + "_animation_element_trigger": { | |
| 849 | + "type": "array", | |
| 850 | + "default": [], | |
| 851 | + "items": { | |
| 852 | + "type": "object" | |
| 853 | + } | |
| 854 | + }, | |
| 855 | + "_animation_page_trigger": { | |
| 856 | + "type": "array", | |
| 857 | + "default": [], | |
| 858 | + "items": { | |
| 859 | + "type": "object" | |
| 860 | + } | |
| 813 | 861 | } |
| 814 | 862 | } |
| 815 | 863 | } |