add horizontal or vertical setting to navbar manifest

This commit is contained in:
Keviin Åberg Kultalahti 2021-06-09 14:10:29 +02:00
parent 09bcbb17a9
commit 2244211ce6
1 changed files with 7 additions and 0 deletions

View File

@ -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",