| @@ -25,11 +25,19 @@ | ||
| 25 | 25 | "block_id": { |
| 26 | 26 | "type": "string", |
| 27 | 27 | "default": "" |
| 28 | 28 | }, |
| 29 | + "blockVersion": { | |
| 30 | + "type": "number", | |
| 31 | + "default": "" | |
| 32 | + }, | |
| 29 | 33 | "alignment": { |
| 30 | - "type": "string", | |
| 31 | - "default": "left" | |
| 34 | + "type": "object", | |
| 35 | + "default": { | |
| 36 | + "value": "left", | |
| 37 | + "valueTablet": "", | |
| 38 | + "valueMobile": "" | |
| 39 | + } | |
| 32 | 40 | }, |
| 33 | 41 | "menuItemTextColor": { |
| 34 | 42 | "type": "string", |
| 35 | 43 | "default": "" |
| @@ -35,9 +43,9 @@ | ||
| 35 | 43 | "default": "" |
| 36 | 44 | }, |
| 37 | 45 | "menuItemTextColorH": { |
| 38 | 46 | "type": "string", |
| 39 | - "default": "#000000" | |
| 47 | + "default": "" | |
| 40 | 48 | }, |
| 41 | 49 | "menuItemBackground": { |
| 42 | 50 | "type": "string", |
| 43 | 51 | "default": "" |
| @@ -69,8 +77,20 @@ | ||
| 69 | 77 | "sideBarMenuDevice": { |
| 70 | 78 | "type": "string", |
| 71 | 79 | "default": "mobile" |
| 72 | 80 | }, |
| 81 | + "enableTabletHamburger": { | |
| 82 | + "type": "boolean", | |
| 83 | + "default": false | |
| 84 | + }, | |
| 85 | + "mobileMenuPosition": { | |
| 86 | + "type": "string", | |
| 87 | + "default": "below-header" | |
| 88 | + }, | |
| 89 | + "subMenuTrigger": { | |
| 90 | + "type": "string", | |
| 91 | + "default": "hover" | |
| 92 | + }, | |
| 73 | 93 | "menuResponsiveBackground": { |
| 74 | 94 | "type": "string", |
| 75 | 95 | "default": "" |
| 76 | 96 | }, |
| @@ -105,8 +125,16 @@ | ||
| 105 | 125 | "subMenuItemTransition": { |
| 106 | 126 | "type": "number", |
| 107 | 127 | "default": 0 |
| 108 | 128 | }, |
| 129 | + "menuActveColor": { | |
| 130 | + "type": "string", | |
| 131 | + "default": "" | |
| 132 | + }, | |
| 133 | + "menuActveColorBg": { | |
| 134 | + "type": "string", | |
| 135 | + "default": "" | |
| 136 | + }, | |
| 109 | 137 | "padding": { |
| 110 | 138 | "type": "object", |
| 111 | 139 | "default": { |
| 112 | 140 | "isLinked": true, |
| @@ -341,13 +369,17 @@ | ||
| 341 | 369 | "unitRadiusHMobile": "", |
| 342 | 370 | "transitionDuration": "" |
| 343 | 371 | } |
| 344 | 372 | }, |
| 373 | + "menuItemTypographyGlobal": { | |
| 374 | + "type": "string", | |
| 375 | + "default": "" | |
| 376 | + }, | |
| 345 | 377 | "menuItemTypography": { |
| 346 | 378 | "type": "object", |
| 347 | 379 | "default": { |
| 348 | 380 | "fontFamily": "", |
| 349 | - "weight": "400", | |
| 381 | + "weight": "", | |
| 350 | 382 | "transform": "", |
| 351 | 383 | "style": "", |
| 352 | 384 | "decoration": "", |
| 353 | 385 | "fontSize": "", |
| @@ -955,9 +987,9 @@ | ||
| 955 | 987 | "xPositionUnitMobile": "px", |
| 956 | 988 | "xPosition": "", |
| 957 | 989 | "xPositionTablet": "0", |
| 958 | 990 | "xPositionMobile": "0", |
| 959 | - "yPositionUnit": "0", | |
| 991 | + "yPositionUnit": "px", | |
| 960 | 992 | "yPositionUnitTablet": "px", |
| 961 | 993 | "yPositionUnitMobile": "px", |
| 962 | 994 | "yPosition": "0", |
| 963 | 995 | "yPositionTablet": "0", |
| @@ -995,8 +1027,34 @@ | ||
| 995 | 1027 | "colorH": "", |
| 996 | 1028 | "transitionDuration": "0" |
| 997 | 1029 | } |
| 998 | 1030 | }, |
| 1031 | + "_gsapAnimation": { | |
| 1032 | + "type": "object", | |
| 1033 | + "default": { | |
| 1034 | + "animationType": "none", | |
| 1035 | + "duration": 1, | |
| 1036 | + "delay": 0, | |
| 1037 | + "triggerType": "scroll", | |
| 1038 | + "ease": "none", | |
| 1039 | + "x": 0, | |
| 1040 | + "y": 0, | |
| 1041 | + "rotation": 0, | |
| 1042 | + "rotationY": 0, | |
| 1043 | + "opacity": 1, | |
| 1044 | + "xTo": 0, | |
| 1045 | + "yTo": 0, | |
| 1046 | + "rotationTo": 0, | |
| 1047 | + "rotationYTo": 0, | |
| 1048 | + "opacityTo": 1, | |
| 1049 | + "easeTo": "none", | |
| 1050 | + "loops": false, | |
| 1051 | + "numberOfRepeat": 0, | |
| 1052 | + "isSmooth": true, | |
| 1053 | + "startPoint": 80, | |
| 1054 | + "endPoint": 10 | |
| 1055 | + } | |
| 1056 | + }, | |
| 999 | 1057 | "_hide_on_desktop": { |
| 1000 | 1058 | "type": "boolean", |
| 1001 | 1059 | "default": false |
| 1002 | 1060 | }, |
| @@ -1010,7 +1068,21 @@ | ||
| 1010 | 1068 | }, |
| 1011 | 1069 | "_custom_css": { |
| 1012 | 1070 | "type": "string", |
| 1013 | 1071 | "default": "" |
| 1072 | + }, | |
| 1073 | + "_animation_element_trigger": { | |
| 1074 | + "type": "array", | |
| 1075 | + "default": [], | |
| 1076 | + "items": { | |
| 1077 | + "type": "object" | |
| 1078 | + } | |
| 1079 | + }, | |
| 1080 | + "_animation_page_trigger": { | |
| 1081 | + "type": "array", | |
| 1082 | + "default": [], | |
| 1083 | + "items": { | |
| 1084 | + "type": "object" | |
| 1085 | + } | |
| 1014 | 1086 | } |
| 1015 | 1087 | } |
| 1016 | 1088 | } |