Files
VITEC-website/packages/vitec/ext_emconf.php
2026-05-18 14:46:25 +02:00

20 lines
432 B
PHP

<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'VITEC',
'description' => 'Manage all VITEC Products and Downloads',
'category' => 'plugin',
'author' => '',
'author_email' => '',
'state' => 'alpha',
'clearCacheOnLoad' => 0,
'version' => '1.0.1',
'constraints' => [
'depends' => [
'typo3' => '13.4.0-13.4.99',
],
'conflicts' => [],
'suggests' => [],
],
];