add horizontal or vertical setting to navbar manifest
This commit is contained in:
parent
09bcbb17a9
commit
2244211ce6
|
@ -345,6 +345,13 @@
|
|||
"label": "Logo URL",
|
||||
"key": "logoUrl"
|
||||
},
|
||||
{
|
||||
"type": "select",
|
||||
"label": "Type",
|
||||
"key": "type",
|
||||
"options": ["Horizontal", "Vertical"],
|
||||
"defaultValue": "Horizontal"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"label": "Hide logo",
|
||||
|
|
Loading…
Reference in New Issue