| @@ -30,10 +30,14 @@ | ||
| 30 | 30 | "type": "number", |
| 31 | 31 | "default": "" |
| 32 | 32 | }, |
| 33 | 33 | "alignment": { |
| 34 | - "type": "string", | |
| 35 | - "default": "left" | |
| 34 | + "type": "object", | |
| 35 | + "default": { | |
| 36 | + "value": "left", | |
| 37 | + "valueTablet": "", | |
| 38 | + "valueMobile": "" | |
| 39 | + } | |
| 36 | 40 | }, |
| 37 | 41 | "menuItemTextColor": { |
| 38 | 42 | "type": "string", |
| 39 | 43 | "default": "" |
| @@ -39,9 +43,9 @@ | ||
| 39 | 43 | "default": "" |
| 40 | 44 | }, |
| 41 | 45 | "menuItemTextColorH": { |
| 42 | 46 | "type": "string", |
| 43 | - "default": "#000000" | |
| 47 | + "default": "" | |
| 44 | 48 | }, |
| 45 | 49 | "menuItemBackground": { |
| 46 | 50 | "type": "string", |
| 47 | 51 | "default": "" |
| @@ -73,8 +77,20 @@ | ||
| 73 | 77 | "sideBarMenuDevice": { |
| 74 | 78 | "type": "string", |
| 75 | 79 | "default": "mobile" |
| 76 | 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 | + }, | |
| 77 | 93 | "menuResponsiveBackground": { |
| 78 | 94 | "type": "string", |
| 79 | 95 | "default": "" |
| 80 | 96 | }, |
| @@ -971,9 +987,9 @@ | ||
| 971 | 987 | "xPositionUnitMobile": "px", |
| 972 | 988 | "xPosition": "", |
| 973 | 989 | "xPositionTablet": "0", |
| 974 | 990 | "xPositionMobile": "0", |
| 975 | - "yPositionUnit": "0", | |
| 991 | + "yPositionUnit": "px", | |
| 976 | 992 | "yPositionUnitTablet": "px", |
| 977 | 993 | "yPositionUnitMobile": "px", |
| 978 | 994 | "yPosition": "0", |
| 979 | 995 | "yPositionTablet": "0", |