12 lines
180 B
PHP
12 lines
180 B
PHP
<?php
|
|
|
|
return [
|
|
'dependencies' => [
|
|
'backend',
|
|
'core',
|
|
],
|
|
'imports' => [
|
|
'@typo3/belog/' => 'EXT:belog/Resources/Public/JavaScript/',
|
|
],
|
|
];
|