mirror of
https://github.com/SkillDisplay/TYPO3ContentElements.git
synced 2024-11-21 19:16:08 +01:00
Daniel Siepmann
6e47f165e9
Also ensure code works in all compatibilities via GitHub Actions. Also add further checks like XML compatibility, CGL, etc.
22 lines
521 B
PHP
22 lines
521 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' => [
|
|
'core' => '',
|
|
],
|
|
'conflicts' => [],
|
|
'suggests' => [],
|
|
],
|
|
];
|