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