Integrates Thüringer Content Architektur Tourismus into TYPO3.
https://cms.thuecat.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
532 B
22 lines
532 B
<?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.2.2', |
|
'constraints' => [ |
|
'depends' => [ |
|
'core' => '', |
|
], |
|
'conflicts' => [], |
|
'suggests' => [], |
|
], |
|
];
|
|
|