]> BookStack Code Mirror - bookstack/blobdiff - config/setting-defaults.php
Added initial translation into German (formal)
[bookstack] / config / setting-defaults.php
index 22c992aa46490131a2d11d271a4e3b6e9352cdc7..c681bb7f55ddbe97e6ba73b29154373e18d2db55 100644 (file)
@@ -6,9 +6,11 @@
 return [
 
     'app-name'        => 'BookStack',
+    'app-name-header' => true,
     'app-editor'      => 'wysiwyg',
     'app-color'       => '#0288D1',
     'app-color-light' => 'rgba(21, 101, 192, 0.15)',
+    'app-custom-head' => false,
     'registration-enabled' => false,
 
 ];
\ No newline at end of file