| Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-tstemplate/Configuration/ |
| Current File : /var/www/surf/TYPO3/vendor/typo3/cms-tstemplate/Configuration/JavaScriptModules.php |
<?php
return [
'dependencies' => [
'backend',
'core',
't3editor',
],
'tags' => [
'backend.module',
],
'imports' => [
'@typo3/tstemplate/' => 'EXT:tstemplate/Resources/Public/JavaScript/',
],
];