Allow installation within TYPO3

This commit is contained in:
Daniel Siepmann 2021-02-01 09:36:41 +01:00
parent 89a076808a
commit 594a9f1261

22
ext_emconf.php Normal file
View file

@ -0,0 +1,22 @@
<?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' => [],
],
];