]> BookStack Code Mirror - bookstack/blobdiff - config/setting-defaults.php
Polish translation
[bookstack] / config / setting-defaults.php
index 24a49c364195ca03985f1fae198da59ed52069d9..db35023d5e727f926a63f7858d28cc64cb2a34b2 100644 (file)
@@ -6,8 +6,12 @@
 return [
 
     'app-name'        => 'BookStack',
+    'app-logo' => '',
+    'app-name-header' => true,
     'app-editor'      => 'wysiwyg',
     'app-color'       => '#0288D1',
-    'app-color-light' => 'rgba(21, 101, 192, 0.15)'
+    'app-color-light' => 'rgba(21, 101, 192, 0.15)',
+    'app-custom-head' => false,
+    'registration-enabled' => false,
 
 ];
\ No newline at end of file