TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:41 +02:00
commit 621587f02d
50 changed files with 4650 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php
return [
'dependencies' => [
'backend',
'core',
],
'tags' => [
'backend.module',
],
'imports' => [
'@typo3/tstemplate/' => 'EXT:tstemplate/Resources/Public/JavaScript/',
],
];