TYPO3ContentElements/ext_emconf.php

23 lines
535 B
PHP
Raw Normal View History

<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'SkillDisplay',
'description' => 'Integrates SkillDisplay',
'category' => 'fe',
2021-01-14 13:33:48 +01:00
'state' => 'beta',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'author' => 'Daniel Siepmann',
'author_email' => 'coding@daniel-siepmann.de',
'author_company' => '',
2023-07-06 16:39:52 +02:00
'version' => '3.0.0',
'constraints' => [
'depends' => [
2023-07-06 16:39:52 +02:00
'typo3' => '11.5.0-12.4.99',
],
'conflicts' => [],
'suggests' => [],
],
];