dynamic header logo

main
alexanderroese 2024-06-22 10:40:14 +02:00
parent 7f398a0773
commit eefb3470a7
1 changed files with 26 additions and 0 deletions

View File

@ -33,6 +33,32 @@
} }
] ]
}, },
{
"name": "Logo Figuren",
"settings": [
{
"type": "image_picker",
"id": "logo",
"label": "t:settings_schema.logo.settings.logo_image.label"
},
{
"type": "range",
"id": "logo_width",
"min": 50,
"max": 300,
"step": 10,
"default": 100,
"unit": "px",
"label": "t:settings_schema.logo.settings.logo_width.label"
},
{
"type": "image_picker",
"id": "favicon",
"label": "t:settings_schema.logo.settings.favicon.label",
"info": "t:settings_schema.logo.settings.favicon.info"
}
]
},
{ {
"name": "t:settings_schema.colors.name", "name": "t:settings_schema.colors.name",
"settings": [ "settings": [