‪TYPO3CMS  ‪main
JavaScriptModules.php
Go to the documentation of this file.
1 <?php
2 
3 return [
4  'dependencies' => [
5  'backend',
6  ],
7  'tags' => [
8  'backend.contextmenu',
9  ],
10  'imports' => [
11  '@typo3/impexp/' => 'EXT:impexp/Resources/Public/JavaScript/',
12  ],
13 ];