ew_base/Configuration/JavaScriptModules.php
Sebastian Fischer 5319bd35a5 First commit
2024-02-09 17:13:28 +01:00

17 lines
267 B
PHP
Executable File

<?php
return [
'dependencies' => [
'backend',
'core',
],
'tags' => [
'backend.form',
],
'imports' => [
'@evoweb/ew-base/' => [
'path' => 'EXT:ew_base/Resources/Public/JavaScript/',
],
],
];