diff --git a/config/Settings.php b/config/Settings.php
--- a/config/Settings.php
+++ b/config/Settings.php
@@ -18,6 +18,10 @@
             /// MediaWiki Core
             ///
 
+            'wgAllowTitlesInSVG' => [
+                'default' => true,
+            ],
+
             'wgDBprefix' => [
                 'default' => '',
 
@@ -58,6 +62,12 @@
                 'default' => true,
             ],
 
+            '+wgFileExtensions' => [
+                'default' => [
+                    'svg',
+                ]
+            ],
+
             'wgLanguageCode' => [
                 'default' => 'en',
                 'arsmagica' => 'fr',
@@ -98,6 +108,10 @@
                 'wolfplex' => 'Wolfplex',
             ],
 
+            'wgSVGConverter' => [
+                'default' => 'rsvg',
+            ],
+
             'wgUseFileCache' => [
                 'default' => false,
             ],