diff options
Diffstat (limited to 'ansible/roles')
-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; |