feat: change to other sitepakage
This commit is contained in:
29
packages/base/ext_emconf.php
Normal file
29
packages/base/ext_emconf.php
Normal 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',
|
||||
];
|
||||
Reference in New Issue
Block a user