mirror of
https://github.com/YunoHost-Apps/element_ynh.git
synced 2024-09-03 18:36:08 +02:00
Create config_panel.toml
This commit is contained in:
parent
d11ef84f46
commit
ba8c38f77b
1 changed files with 13 additions and 0 deletions
13
config_panel.toml
Normal file
13
config_panel.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
version = "1.0"
|
||||
|
||||
[main]
|
||||
name = "Element configuration"
|
||||
|
||||
[main.config]
|
||||
name = "Home server Configuration"
|
||||
|
||||
[main.config.default_home_server]
|
||||
ask = "Choose a default home server"
|
||||
type = "string"
|
||||
default = "matrix.org"
|
||||
bind = ":__FINALPATH__/config.json"
|
Loading…
Add table
Reference in a new issue