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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user