thuecat/ext_emconf.php

23 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.0',
'constraints' => [
'depends' => [
'core' => '',
],
'conflicts' => [],
'suggests' => [],
],
];