]> BookStack Code Mirror - bookstack/blobdiff - config/view.php
Updated 'Spanish Argentina' translation.
[bookstack] / config / view.php
index 8dc2841e748f035bd4860081ab6dfb760c922e53..e9a96c8ab8df3c04d6de5801b57920b4ec6706d9 100644 (file)
@@ -7,6 +7,19 @@ if ($theme = env('APP_THEME', false)) {
 
 return [
 
+    /*
+    |--------------------------------------------------------------------------
+    | App theme
+    |--------------------------------------------------------------------------
+    |
+    | This option defines the theme to use for the application. When a theme
+    | is set there mush be a `themes/<theme_name>` folder to hold the
+    | custom theme overrides.
+    |
+    */
+
+    'theme' => env('APP_THEME', false),
+
     /*
     |--------------------------------------------------------------------------
     | View Storage Paths