| @@ -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' => '', |