]> BookStack Code Mirror - bookstack/blobdiff - app/Config/setting-defaults.php
Added md editor ui dropdown options & their back-end storage
[bookstack] / app / Config / setting-defaults.php
index 5e1e4348ab4e7e351d6067af59179ff83bf8ff42..4e7ba2fcbfcedf5bb63dea389bc108b8e5ea937a 100644 (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'),