]> BookStack Code Mirror - bookstack/blobdiff - config/app.php
Simplified example env and created full example copy
[bookstack] / config / app.php
index e2885d1968bb425d2744969a1e64edfd3e741695..67f90b863e0a51bfb63c05270c281da8a1bcac22 100755 (executable)
@@ -22,7 +22,8 @@ return [
     // Set the default view type for various lists. Can be overridden by user preferences.
     // These will be used for public viewers and users that have not set a preference.
     'views' => [
-        'books' => env('APP_VIEWS_BOOKS', 'list')
+        'books' => env('APP_VIEWS_BOOKS', 'list'),
+        'bookshelves' => env('APP_VIEWS_BOOKSHELVES', 'grid'),
     ],
 
     // The number of revisions to keep in the database.