mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
d582e76fed
Also cleaned notification session access
12 lines
214 B
PHP
12 lines
214 B
PHP
<?php
|
|
|
|
/**
|
|
* The defaults for the system settings that are saved in the database.
|
|
*/
|
|
return [
|
|
|
|
'app-editor' => 'wysiwyg',
|
|
'app-color' => '#0288D1',
|
|
'app-color-light' => 'rgba(21, 101, 192, 0.15)'
|
|
|
|
]; |