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:
Éric Gaspar 2023-03-02 10:01:04 +01:00
parent 4eeed606ce
commit 922ee0eb50

View file

@ -5,15 +5,15 @@ name = "Element configuration"
name.fr = "Configuration d'Element"
[main.config]
name = "Configuration Options"
name.en = "Configuration Options"
name.fr = "Options de configuration"
[main.config.login_for_welcome]
ask = "Display login as welcome page"
ask.en = "Display login as welcome page"
ask.fr = "Afficher la connexion comme page d'accueil"
type = "boolean"
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."
help.en = "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."
help.fr = "Quand l'option est sélectionnée, l'application utilisera le formulaire de connexion comme page d'accueil au lieu de la page d'accueil elle-même. Cela désactive l'utilisation de welcome_url et de toutes les fonctionnalités de la page d'accueil."
bind = "login_for_welcome:/var/www/__APP__/config.json"
bind = "login_for_welcome:__INSTALL_DIR__/config.json"