1
0
Fork 0
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:
ericgaspar 2022-01-13 21:38:46 +01:00
parent 3276047156
commit cc01d46199
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -10,15 +10,15 @@ name = "Element configuration"
ask = "Choose a home server"
type = "string"
default = "matrix.org"
bind = ":__FINALPATH__/config.json"
bind = "__FINALPATH__/config.json"
[main.config.enable_labs]
ask = "Enable labs settings"
type = "boolean"
bind = "showLabsSettings:__FINALPATH__/config.json"
bind = "__FINALPATH__/config.json"
[main.config.default_theme]
ask = "Choose a theme"
type = "select"
choices = ["light", "dark"]
bind = ":__FINALPATH__/config.json"
bind = "__FINALPATH__/config.json"