first upload all files
This commit is contained in:
13
Modules/Import/Config/assets.php
Normal file
13
Modules/Import/Config/assets.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Define which assets will be available through the asset manager
|
||||
|--------------------------------------------------------------------------
|
||||
| These assets are registered on the asset manager
|
||||
*/
|
||||
'all_assets' => [
|
||||
'admin.import.js' => ['module' => 'import:admin/js/importer.js'],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user