mirror of
https://github.com/YunoHost-Apps/element_ynh.git
synced 2024-09-03 18:36:08 +02:00
Update config_panel.toml
This commit is contained in:
parent
88721e8e29
commit
1accf47800
1 changed files with 8 additions and 2 deletions
|
@ -6,13 +6,19 @@ name = "Element configuration"
|
||||||
[main.config]
|
[main.config]
|
||||||
name = "Server Configuration"
|
name = "Server Configuration"
|
||||||
|
|
||||||
|
[main.config.default_home_server]
|
||||||
|
ask = "Choose a default home server"
|
||||||
|
type = "string"
|
||||||
|
default = "matrix.org"
|
||||||
|
bind = ":__FINALPATH__/config.json"
|
||||||
|
|
||||||
[main.config.enable_labs]
|
[main.config.enable_labs]
|
||||||
ask = "Enable labs settings"
|
ask = "Enable labs settings"
|
||||||
type = "boolean"
|
type = "boolean"
|
||||||
bind = "'showLabsSettings':__FINALPATH__/config.json"
|
bind = "showLabsSettings:__FINALPATH__/config.json"
|
||||||
|
|
||||||
[main.config.default_theme]
|
[main.config.default_theme]
|
||||||
ask = "Choose a theme"
|
ask = "Choose a theme"
|
||||||
type = "select"
|
type = "select"
|
||||||
choices = ["light", "dark"]
|
choices = ["light", "dark"]
|
||||||
bind = "'default_theme':__FINALPATH__/config.json"
|
bind = "default_theme:__FINALPATH__/config.json"
|
||||||
|
|
Loading…
Add table
Reference in a new issue