TYPO3ContentElements/ext_emconf.php
2023-07-06 16:39:52 +02:00

23 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' => '3.0.0',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.4.99',
],
'conflicts' => [],
'suggests' => [],
],
];