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