1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-01-03 23:42:28 +03:00

Made it possible to override icons via custom theme

This commit is contained in:
Dan Brown
2018-02-17 12:36:24 +00:00
parent 981d215155
commit dc1a16be4c
2 changed files with 43 additions and 1 deletions

View 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