diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-02-25 21:36:52 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-02-25 21:36:52 +0100 |
commit | 41022b009d62f7da7914762548b25a02f61e42cb (patch) | |
tree | 1cca3615ea4d02fc993f7746dcaf3fd1cc59f42e /ansible/roles/mw-backend/templates | |
parent | ab1d1e236a410e07a8a6109a6f4f26d27e413903 (diff) | |
download | infra-41022b009d62f7da7914762548b25a02f61e42cb.tar.gz infra-41022b009d62f7da7914762548b25a02f61e42cb.tar.bz2 infra-41022b009d62f7da7914762548b25a02f61e42cb.tar.xz infra-41022b009d62f7da7914762548b25a02f61e42cb.zip |
wip
Diffstat (limited to 'ansible/roles/mw-backend/templates')
-rw-r--r-- | ansible/roles/mw-backend/templates/etc/mediawiki/LocalSettings.php.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/roles/mw-backend/templates/etc/mediawiki/LocalSettings.php.j2 b/ansible/roles/mw-backend/templates/etc/mediawiki/LocalSettings.php.j2 index f1984d8..999f64e 100644 --- a/ansible/roles/mw-backend/templates/etc/mediawiki/LocalSettings.php.j2 +++ b/ansible/roles/mw-backend/templates/etc/mediawiki/LocalSettings.php.j2 @@ -155,7 +155,9 @@ $wgFooterIcons['poweredby']['debian'] = [ # End Debian specific generated settings # Add more configuration options below. +$wgUseCategoryBrowser = true; # https://www.mediawiki.org/wiki/Manual:$wgSMTP $wgSMTP = array('host' => '10.0.3.1', 'auth' => false); enableSemantics( 'trygvis.io' ); +$smwgShowFactbox = SMW_FACTBOX_NONEMPTY; |