]> BookStack Code Mirror - bookstack/blobdiff - config/setting-defaults.php
Polish translation
[bookstack] / config / setting-defaults.php
index 5482c13315e8012f9f90f89644e765d895eb1569..db35023d5e727f926a63f7858d28cc64cb2a34b2 100644 (file)
@@ -6,9 +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