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