|
@@ -14,8 +14,8 @@ |
|
|
block discarded – undo |
|
14
|
14
|
{ |
|
15
|
15
|
public const NAVIGATION_SCHEMA = [ |
|
16
|
16
|
'label' => 'string', // The text to display |
|
17
|
|
- 'priority' => 'int', // Order is also supported |
|
18
|
|
- 'hidden' => 'bool', // Visible is also supported (but obviously invert the value) |
|
|
17
|
+ 'priority' => 'int', // Order is also supported |
|
|
18
|
+ 'hidden' => 'bool', // Visible is also supported (but obviously invert the value) |
|
19
|
19
|
'group' => 'string', // Category is also supported |
|
20
|
20
|
]; |
|
21
|
21
|
} |
Please login to merge, or discard this patch.