1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Added md editor ui dropdown options & their back-end storage

Still need to perform actual in-editor functionality for those controls.
This commit is contained in:
Dan Brown
2022-11-27 20:30:14 +00:00
parent 3995b01399
commit 9fd5190c70
6 changed files with 59 additions and 1 deletions

View File

@ -29,6 +29,8 @@ return [
'ui-shortcuts' => '{}',
'ui-shortcuts-enabled' => false,
'dark-mode-enabled' => env('APP_DEFAULT_DARK_MODE', false),
'md-show-preview' => true,
'md-scroll-sync' => true,
'bookshelves_view_type' => env('APP_VIEWS_BOOKSHELVES', 'grid'),
'bookshelf_view_type' => env('APP_VIEWS_BOOKSHELF', 'grid'),
'books_view_type' => env('APP_VIEWS_BOOKS', 'grid'),