mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
10 lines
130 B
PHP
10 lines
130 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* The defaults for the system settings that are saved in the database.
|
||
|
*/
|
||
|
return [
|
||
|
|
||
|
'app-editor' => 'wysiwyg'
|
||
|
|
||
|
];
|