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