mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
16 lines
367 B
TOML
16 lines
367 B
TOML
version = "1.0"
|
|
|
|
[main]
|
|
name = "Mediawiki configuration"
|
|
|
|
|
|
[main.config]
|
|
name = "Configuration Options"
|
|
|
|
[main.config.create_account]
|
|
ask = "Create account"
|
|
type = "boolean"
|
|
yes = true
|
|
no = false
|
|
help = "Set to 'true' to allow account creation."
|
|
bind = "createaccount:__INSTALL_DIR__/LocalSettings.php"
|