mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-12-04 19:16:13 +01:00
Allow installation within TYPO3
This commit is contained in:
parent
89a076808a
commit
594a9f1261
1 changed files with 22 additions and 0 deletions
22
ext_emconf.php
Normal file
22
ext_emconf.php
Normal 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' => [],
|
||||
],
|
||||
];
|
Loading…
Reference in a new issue