1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00

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

View file

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