mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-11-14 17:26:12 +01:00
Daniel Siepmann
4a3eb42c73
Not all things are managed by TouristMarketingCompany, some are managed by generic organisations. Those are now handled the same way as TouristMarketingCompany are already handled. That way those things can also be imported, as they now can import their manager.
22 lines
532 B
PHP
22 lines
532 B
PHP
<?php
|
|
|
|
$EM_CONF[$_EXTKEY] = [
|
|
'title' => 'ThüCAT',
|
|
'description' => 'Integration of ThüCAT into TYPO3 CMS.',
|
|
'category' => 'fe',
|
|
'state' => 'stable',
|
|
'uploadfolder' => 0,
|
|
'createDirs' => '',
|
|
'clearCacheOnLoad' => 0,
|
|
'author' => 'Daniel Siepmann',
|
|
'author_email' => 'coding@daniel-siepmann.de',
|
|
'author_company' => '',
|
|
'version' => '1.3.1',
|
|
'constraints' => [
|
|
'depends' => [
|
|
'core' => '',
|
|
],
|
|
'conflicts' => [],
|
|
'suggests' => [],
|
|
],
|
|
];
|