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
4b6c9662ef
commit
67816e135b
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ name = "Element configuration"
|
|||
[main.config.login_for_welcome]
|
||||
ask = "Display login as welcome page"
|
||||
type = "boolean"
|
||||
yes = "true"
|
||||
no = "false"
|
||||
yes = true
|
||||
no = false
|
||||
help = "When true, the app will use the login form as a welcome page instead of the welcome page itself. This disables use of welcome_url and all welcome page functionality."
|
||||
bind = "login_for_welcome:/var/www/__APP__/config.json"
|
||||
|
|
Loading…
Add table
Reference in a new issue