feat: change to other sitepakage

This commit is contained in:
2024-12-12 12:31:41 +01:00
parent 948513cc41
commit 2bac342a5e
147 changed files with 1060 additions and 28057 deletions

View File

@@ -0,0 +1,29 @@
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'Test',
'description' => 'Test',
'category' => 'templates',
'constraints' => [
'depends' => [
'typo3' => '13.4.0-13.4.99',
'fluid_styled_content' => '13.4.0-13.4.99',
'rte_ckeditor' => '13.4.0-13.4.99',
],
'conflicts' => [
],
],
'autoload' => [
'psr-4' => [
'Test\\Test\\' => 'Classes',
],
],
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'author' => 'Test',
'author_email' => 'test@test.at',
'author_company' => 'test',
'version' => '1.0.0',
];