TYPO3ContentElements/ext_emconf.php
2021-01-14 13:33:48 +01:00

22 lines
535 B
PHP

<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'SkillDisplay',
'description' => 'Integrates SkillDisplay',
'category' => 'fe',
'state' => 'beta',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'author' => 'Daniel Siepmann',
'author_email' => 'coding@daniel-siepmann.de',
'author_company' => '',
'version' => '1.0.1',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-10.4.99',
],
'conflicts' => [],
'suggests' => [],
],
];