17 lines
783 B
Markdown
17 lines
783 B
Markdown
[[!template id=plugin name=websetup core=0 author="[[Joey]]"]]
|
|
[[!tag type/useful]]
|
|
|
|
This plugin allows wiki admins to configure the wiki using a web interface,
|
|
rather than editing the setup file directly. A "Wiki Setup" button is added
|
|
to the admins' preferences page.
|
|
|
|
Most settings can be modified using the web interface. Plugins can be
|
|
enabled and disabled using it too. Some settings are not considered safe
|
|
enough to be manipulated over the web; these are still shown, by default,
|
|
but cannot be modified. To hide them, set `websetup_show_unsafe` to false
|
|
in the setup file. A few settings have too complex a data type to be
|
|
configured via the web.
|
|
|
|
Plugins that should not be enabled/disabled via the web interface can be
|
|
listed in `websetup_force_plugins` in the setup file.
|