mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-03-26 17:19:54 +08:00

Also updated the setting system with a more sane approach to handling default values. (Now done via the setting-defaults config file)
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'
|
|
|
|
]; |