]> BookStack Code Mirror - bookstack/blob - config/setting-defaults.php
Merge bugfixes from branch 'v0.8'
[bookstack] / config / setting-defaults.php
1 <?php
2
3 /**
4  * The defaults for the system settings that are saved in the database.
5  */
6 return [
7
8     'app-editor' => 'wysiwyg'
9
10 ];