9 lines
138 B
PHP
9 lines
138 B
PHP
<?php
|
|
|
|
return [
|
|
'dependencies' => [],
|
|
'imports' => [
|
|
'@typo3/info/' => 'EXT:info/Resources/Public/JavaScript/',
|
|
],
|
|
];
|