11 lines
166 B
PHP
11 lines
166 B
PHP
<?php
|
|
|
|
return [
|
|
'dependencies' => [
|
|
'backend',
|
|
],
|
|
'imports' => [
|
|
'@typo3/impexp/' => 'EXT:impexp/Resources/Public/JavaScript/',
|
|
],
|
|
];
|