| @@ -19,10 +19,14 @@ | ||
| 19 | 19 | 'type' => 'number', |
| 20 | 20 | 'default' => '', |
| 21 | 21 | ), |
| 22 | 22 | 'alignment' => [ |
| 23 | - 'type' => 'string', | |
| 24 | - 'default' => 'left' | |
| 23 | + 'type' => 'object', | |
| 24 | + 'default' => [ | |
| 25 | + 'value' => 'left', | |
| 26 | + 'valueTablet' => '', | |
| 27 | + 'valueMobile' => '', | |
| 28 | + ], | |
| 25 | 29 | ], |
| 26 | 30 | |
| 27 | 31 | 'menuItemTextColor' => [ |
| 28 | 32 | 'type' => 'string', |
| @@ -29,9 +33,9 @@ | ||
| 29 | 33 | 'default' => '' |
| 30 | 34 | ], |
| 31 | 35 | 'menuItemTextColorH' => [ |
| 32 | 36 | 'type' => 'string', |
| 33 | - 'default' => '#000000', | |
| 37 | + 'default' => '', | |
| 34 | 38 | ], |
| 35 | 39 | 'menuItemBackground' => [ |
| 36 | 40 | 'type' => 'string', |
| 37 | 41 | 'default' => '', |
| @@ -62,8 +66,20 @@ | ||
| 62 | 66 | ], |
| 63 | 67 | 'sideBarMenuDevice' => [ |
| 64 | 68 | 'type' => 'string', |
| 65 | 69 | 'default' => 'mobile' |
| 70 | + ], | |
| 71 | + 'enableTabletHamburger' => [ | |
| 72 | + 'type' => 'boolean', | |
| 73 | + 'default' => false, | |
| 74 | + ], | |
| 75 | + 'mobileMenuPosition' => [ | |
| 76 | + 'type' => 'string', | |
| 77 | + 'default' => 'below-header' | |
| 78 | + ], | |
| 79 | + 'subMenuTrigger' => [ | |
| 80 | + 'type' => 'string', | |
| 81 | + 'default' => 'hover' | |
| 66 | 82 | ], |
| 67 | 83 | 'menuResponsiveBackground' => [ |
| 68 | 84 | 'type' => 'string', |
| 69 | 85 | 'default' => '' |