WIP
This commit is contained in:
@@ -57,6 +57,12 @@ return [
|
||||
|
||||
'themes' => [
|
||||
|
||||
'adminlte-be' => [
|
||||
'extends' => null,
|
||||
'views-path' => 'backend/adminlte',
|
||||
'asset-path' => 'theme/backend/adminlte',
|
||||
],
|
||||
|
||||
'metronic-fe' => [
|
||||
'extends' => null,
|
||||
'views-path' => 'frontend/metronic',
|
||||
@@ -69,6 +75,12 @@ return [
|
||||
'asset-path' => 'theme/backend/metronic',
|
||||
],
|
||||
|
||||
'sbadmin-be' => [
|
||||
'extends' => null,
|
||||
'views-path' => 'backend/sbadmin',
|
||||
'asset-path' => 'theme/backend/sbadmin',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user