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-10-14 18:40:03 +02:00
parent 4b6c9662ef
commit 67816e135b

View file

@ -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"