Leuchtfeuer/typo3-secure-downloads

View on GitHub
Configuration/JavaScriptModules.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'dependencies' => [
        'backend',
        'core',
    ],
    'imports' => [
        '@leuchtfeuer/secure-downloads/' => 'EXT:secure_downloads/Resources/Public/JavaScript/',
    ],
];