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

17 lines
367 B
TOML
Raw Normal View History

2021-12-08 20:08:43 +01:00
version = "1.0"
[main]
name = "Mediawiki configuration"
2022-11-13 23:39:11 +01:00
[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"