diff --git a/config/settings_schema.json b/config/settings_schema.json index 0aeb657..3895488 100644 --- a/config/settings_schema.json +++ b/config/settings_schema.json @@ -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", "settings": [