Update theme support
This commit is contained in:
parent
55aa06a6b2
commit
3df694b618
64 changed files with 142 additions and 121 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
return [
|
||||
'enabled' => true,
|
||||
'themes_path' => realpath(base_path('resources/themes')),
|
||||
'themes_path' => realpath(base_path('resources/themes')),
|
||||
'asset_not_found' => 'LOG_ERROR',
|
||||
'active' => 'default',
|
||||
|
||||
|
@ -13,4 +13,4 @@ return [
|
|||
'asset-path' => 'themes/default',
|
||||
],
|
||||
],
|
||||
];
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue