‪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/scheduler/' => 'EXT:scheduler/Resources/Public/JavaScript/',
10  ],
11 ];