]> BookStack Code Mirror - bookstack/blobdiff - config/setting-defaults.php
Page Attachments - Improved UI, Now initially complete
[bookstack] / config / setting-defaults.php
index 17bae1848ddd1e6f47ae6ba8f37912a3390fd186..5482c13315e8012f9f90f89644e765d895eb1569 100644 (file)
@@ -5,6 +5,10 @@
  */
 return [
 
-    'app-editor' => 'wysiwyg'
+    '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