diff --git a/config_panel.toml b/config_panel.toml index 80cb82f..7fdaacf 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -6,6 +6,15 @@ name = "Element configuration" [main.config] name = "Configuration Options" + + [main.config.default_home_server] + ask = "Default Home Server" + type = "string" + default = "matrix.org" + help = "Define the Default Home Server." + bind = "default_home_server:/var/www/__APP__/config.json" + + [main.config.login_for_welcome] ask = "Display login as welcome page" type = "boolean"