mirror of
https://github.com/SkillDisplay/TYPO3ContentElements.git
synced 2024-11-22 03:16:10 +01:00
22 lines
536 B
PHP
22 lines
536 B
PHP
<?php
|
|
|
|
$EM_CONF[$_EXTKEY] = [
|
|
'title' => 'SkillDisplay',
|
|
'description' => 'Integrates SkillDisplay',
|
|
'category' => 'fe',
|
|
'state' => 'alpha',
|
|
'uploadfolder' => 0,
|
|
'createDirs' => '',
|
|
'clearCacheOnLoad' => 0,
|
|
'author' => 'Daniel Siepmann',
|
|
'author_email' => 'coding@daniel-siepmann.de',
|
|
'author_company' => '',
|
|
'version' => '0.1.0',
|
|
'constraints' => [
|
|
'depends' => [
|
|
'typo3' => '10.4.0-10.4.99',
|
|
],
|
|
'conflicts' => [],
|
|
'suggests' => [],
|
|
],
|
|
];
|