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:
parent
571bef1166
commit
76f54a939b
2 changed files with 8 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue