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.fr = "Choisissez le modèle de wiki"
type = "select"
choices = ["default", "CLIC"]
default = "default"
choices = ["YesWiki", "CLIC"]
default = "YesWiki"
[install.authprovider]
ask.en = "Choose the authentification type"
ask.fr = "Choisissez le système d'authentification"
type = "select"
choices = ["LDAP Yunohost", "YesWiki"]
default = "LDAP Yunohost"
choices = ["Yunohost LDAP", "YesWiki"]
default = "Yunohost LDAP"
[install.admin]
type = "user"