1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Added app name header display setting + extracted setting text

Closes #194
This commit is contained in:
Dan Brown
2016-09-22 18:53:22 +01:00
parent 24523cf31d
commit da10c50945
5 changed files with 77 additions and 25 deletions

View File

@ -6,6 +6,7 @@
return [
'app-name' => 'BookStack',
'app-name-header' => true,
'app-editor' => 'wysiwyg',
'app-color' => '#0288D1',
'app-color-light' => 'rgba(21, 101, 192, 0.15)'