]> BookStack Code Mirror - bookstack/blob - config/setting-defaults.php
Added auto-suggestions to tag names and values
[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 ];