‪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.module',
10  ],
11  'imports' => [
12  '@typo3/tstemplate/' => 'EXT:tstemplate/Resources/Public/JavaScript/',
13  ],
14 ];