Files
website-typo3/web/typo3conf/ext/ep_events/ext_emconf.php
T
2018-04-18 17:24:00 +02:00

32 lines
902 B
PHP

<?php
$EM_CONF[ $_EXTKEY ] = [
'title' => 'E&P Events',
'description' => 'Theme package for EP Events TYPO3 website',
'category' => 'templates',
'author' => 'Björn Fromme',
'author_email' => '[email protected]',
'state' => 'stable',
'internal' => '',
'uploadfolder' => true,
'createDirs' => '',
'dividers2tabs' => true,
'clearCacheOnLoad' => 0,
'version' => '1.0.0',
'constraints' => [
'depends' => [
'typo3' => '7.6.0-7.9.9',
'fluid_styled_content' => '7.6.0-7.9.9',
'vhs' => '4.0.0-4.9.9',
'metaseo' => '2.1.0-2.1.9',
],
'conflicts' => [],
'suggests' => [
]
],
'autoload' =>
[
'psr-4' => ['EP\\EpEvents\\' => 'Classes']
],
];