1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yeswiki_ynh.git synced 2024-09-03 18:05:56 +02:00

fix(install) : better if conditions and labels

This commit is contained in:
mrflos 2024-05-17 17:07:14 +02:00 committed by Florian Schmitt
parent 571bef1166
commit 76f54a939b
2 changed files with 8 additions and 8 deletions

View file

@ -51,15 +51,15 @@ default = "fr"
ask.en = "Choose the wiki model" ask.en = "Choose the wiki model"
ask.fr = "Choisissez le modèle de wiki" ask.fr = "Choisissez le modèle de wiki"
type = "select" type = "select"
choices = ["default", "CLIC"] choices = ["YesWiki", "CLIC"]
default = "default" default = "YesWiki"
[install.authprovider] [install.authprovider]
ask.en = "Choose the authentification type" ask.en = "Choose the authentification type"
ask.fr = "Choisissez le système d'authentification" ask.fr = "Choisissez le système d'authentification"
type = "select" type = "select"
choices = ["LDAP Yunohost", "YesWiki"] choices = ["Yunohost LDAP", "YesWiki"]
default = "LDAP Yunohost" default = "Yunohost LDAP"
[install.admin] [install.admin]
type = "user" type = "user"