dynamic header logo
parent
7f398a0773
commit
eefb3470a7
|
@ -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": [
|
||||||
|
|
Loading…
Reference in New Issue