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
3276047156
commit
cc01d46199
1 changed files with 3 additions and 3 deletions
|
@ -10,15 +10,15 @@ name = "Element configuration"
|
||||||
ask = "Choose a home server"
|
ask = "Choose a home server"
|
||||||
type = "string"
|
type = "string"
|
||||||
default = "matrix.org"
|
default = "matrix.org"
|
||||||
bind = ":__FINALPATH__/config.json"
|
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 = "__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 = ":__FINALPATH__/config.json"
|
bind = "__FINALPATH__/config.json"
|
||||||
|
|
Loading…
Add table
Reference in a new issue