FleetCart/Modules/Attribute/Config/assets.php
2023-06-11 13:14:03 +01:00

23 lines
843 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Define which assets will be available through the asset manager
|--------------------------------------------------------------------------
| These assets are registered on the asset manager
*/
'all_assets' => [
'admin.attribute.css' => ['module' => 'attribute:admin/css/attribute.css'],
'admin.attribute.js' => ['module' => 'attribute:admin/js/attribute.js'],
],
/*
|--------------------------------------------------------------------------
| Define which default assets will always be included in your pages
| through the asset pipeline
|--------------------------------------------------------------------------
*/
'required_assets' => [],
];