mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-01 16:42:41 +01:00
e1994ef2cf
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'
|
|
|
|
]; |