mirror of
https://github.com/YunoHost-Apps/element_ynh.git
synced 2024-09-03 18:36:08 +02:00
Fix
This commit is contained in:
parent
cc124356be
commit
583ef0089a
2 changed files with 2 additions and 3 deletions
|
@ -9,6 +9,5 @@ name = "Element configuration"
|
|||
[main.config.default_home_server]
|
||||
ask = "Choose a home server"
|
||||
type = "domain"
|
||||
default = "https://matrix-client.matrix.org"
|
||||
pattern.regexp = '^https://'
|
||||
default = ""
|
||||
bind = "default_server_name:__FINALPATH__/config.json"
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
},
|
||||
{
|
||||
"name": "default_home_server",
|
||||
"type": "url",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"en": "Choose a default home server",
|
||||
"fr": "Choisissez un serveur par défault"
|
||||
|
|
Loading…
Add table
Reference in a new issue