30 lines
684 B
PHP
30 lines
684 B
PHP
<?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',
|
|
];
|