Files
website-typo3/public/typo3conf/ext/ep_track/ext_emconf.php
T

16 lines
347 B
PHP

<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'E&P Tracking',
'description' => '',
'category' => 'plugin',
'author' => 'Björn Fromme',
'author_email' => '[email protected]',
'state' => 'stable',
'author_company' => 'dreipunktnull',
'version' => '1.1.0',
'constraints' => [
'depends' => [],
],
];