Your IP : 216.73.216.52


Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-tstemplate/Configuration/
Upload File :
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/',
    ],
];