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