mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-11-05 04:46:12 +01:00
23 lines
530 B
PHP
23 lines
530 B
PHP
|
<?php
|
||
|
|
||
|
$EM_CONF[$_EXTKEY] = [
|
||
|
'title' => 'ThüCAT',
|
||
|
'description' => 'Integration of ThüCAT into TYPO3 CMS.',
|
||
|
'category' => 'fe',
|
||
|
'state' => 'beta',
|
||
|
'uploadfolder' => 0,
|
||
|
'createDirs' => '',
|
||
|
'clearCacheOnLoad' => 0,
|
||
|
'author' => 'Daniel Siepmann',
|
||
|
'author_email' => 'coding@daniel-siepmann.de',
|
||
|
'author_company' => '',
|
||
|
'version' => '0.1.0',
|
||
|
'constraints' => [
|
||
|
'depends' => [
|
||
|
'core' => '',
|
||
|
],
|
||
|
'conflicts' => [],
|
||
|
'suggests' => [],
|
||
|
],
|
||
|
];
|