1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00
mediawiki_ynh/config_panel.toml
Félix Piédallu 22f0b46bde Revamp LDAP :
* Move ldap config to json file
* enable all extensions
* rename options
2023-12-01 10:21:50 +01:00

34 lines
1.2 KiB
TOML

version = "1.0"
[main]
name = "Mediawiki configuration"
[main.config]
name = "Configuration Options"
[install.public_wiki]
ask.en = "Is this Wiki public ?"
ask.fr = "Ce Wiki est-il public ?"
help.en = "This visibility is handled by Mediawiki, not Yunohost"
help.fr = "Cette visibilité est gérée par Mediawiki, pas Yunohost"
type = "boolean"
default = true
bind = ":__INSTALL_DIR__/LocalSettings.php"
[install.local_accounts]
ask.en = "Allow local accounts (non-Yunohost login) ?"
ask.fr = "Autoriser les comptes locaux (non connectés à Yunohost) ?"
help.en = "If this is enabled, people without a Yunohost account can create an account, local to the wiki."
help.fr = "Si activé, les personnes sans compte Yunohost pourront créer un compte local au wiki."
type = "boolean"
default = false
bind = ":__INSTALL_DIR__/LocalSettings.php"
[install.yunohost_accounts]
ask.en = "Link with Yunohost accounts"
ask.fr = "Lier aux comptes Yunohost"
help.en = "If this is enabled, Yunohost users will be able to login."
help.fr = "Si activé, les utilisateurs Yunohost pourront s'authentifier."
type = "boolean"
default = true
bind = ":__INSTALL_DIR__/LocalSettings.php"