| @@ -14,12 +14,19 @@ | ||
| 14 | 14 | 'block_id' => [ |
| 15 | 15 | 'type' => 'string', |
| 16 | 16 | 'default' => '', |
| 17 | 17 | ], |
| 18 | - | |
| 18 | + 'blockVersion' => array( | |
| 19 | + 'type' => 'number', | |
| 20 | + 'default' => '', | |
| 21 | + ), | |
| 19 | 22 | 'alignment' => [ |
| 20 | - 'type' => 'string', | |
| 21 | - 'default' => 'left' | |
| 23 | + 'type' => 'object', | |
| 24 | + 'default' => [ | |
| 25 | + 'value' => 'left', | |
| 26 | + 'valueTablet' => '', | |
| 27 | + 'valueMobile' => '', | |
| 28 | + ], | |
| 22 | 29 | ], |
| 23 | 30 | |
| 24 | 31 | 'menuItemTextColor' => [ |
| 25 | 32 | 'type' => 'string', |
| @@ -26,9 +33,9 @@ | ||
| 26 | 33 | 'default' => '' |
| 27 | 34 | ], |
| 28 | 35 | 'menuItemTextColorH' => [ |
| 29 | 36 | 'type' => 'string', |
| 30 | - 'default' => '#000000', | |
| 37 | + 'default' => '', | |
| 31 | 38 | ], |
| 32 | 39 | 'menuItemBackground' => [ |
| 33 | 40 | 'type' => 'string', |
| 34 | 41 | 'default' => '', |
| @@ -60,8 +67,20 @@ | ||
| 60 | 67 | 'sideBarMenuDevice' => [ |
| 61 | 68 | 'type' => 'string', |
| 62 | 69 | 'default' => 'mobile' |
| 63 | 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' | |
| 82 | + ], | |
| 64 | 83 | 'menuResponsiveBackground' => [ |
| 65 | 84 | 'type' => 'string', |
| 66 | 85 | 'default' => '' |
| 67 | 86 | ], |
| @@ -95,8 +114,16 @@ | ||
| 95 | 114 | ], |
| 96 | 115 | 'subMenuItemTransition' => [ |
| 97 | 116 | 'type' => 'number', |
| 98 | 117 | 'default' => 0, |
| 118 | + ], | |
| 119 | + 'menuActveColor' => [ | |
| 120 | + 'type' => 'string', | |
| 121 | + 'default' => '', | |
| 122 | + ], | |
| 123 | + 'menuActveColorBg' => [ | |
| 124 | + 'type' => 'string', | |
| 125 | + 'default' => '', | |
| 99 | 126 | ], |
| 100 | 127 | |
| 101 | 128 | ]; |
| 102 | 129 | |