mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-11-04 20:36:13 +01:00
22 lines
530 B
PHP
22 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' => [],
|
|
],
|
|
];
|