]> BookStack Code Mirror - bookstack/blobdiff - config/setting-defaults.php
Page Attachments - Improved UI, Now initially complete
[bookstack] / config / setting-defaults.php
index 6a55a0dc33b6d12be2fde9099d72947bcb1ec769..5482c13315e8012f9f90f89644e765d895eb1569 100644 (file)
@@ -5,8 +5,10 @@
  */
 return [
 
-    'app-editor' => 'wysiwyg',
-    'app-color'  => '#0288D1',
+    'app-name'        => 'BookStack',
+    'app-name-header' => true,
+    'app-editor'      => 'wysiwyg',
+    'app-color'       => '#0288D1',
     'app-color-light' => 'rgba(21, 101, 192, 0.15)'
 
 ];
\ No newline at end of file