Files
website-typo3/public/typo3conf/ext/ep_theme/ext_emconf.php
T
Björn Fromme 41745869bd Fix failing search in filelist
To be removed after bug is fixed in ext:media
2019-09-13 18:08:41 +02:00

24 lines
567 B
PHP

<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'E&P Theme',
'description' => 'Theme package for Ep Reisen TYPO3 website',
'category' => 'templates',
'author' => 'Björn Fromme',
'author_email' => '[email protected]',
'state' => 'stable',
'internal' => '',
'uploadfolder' => true,
'createDirs' => '',
'dividers2tabs' => true,
'clearCacheOnLoad' => 0,
'version' => '1.1.0',
'constraints' => [
'depends' => [
'media' => '*'
],
'conflicts' => [],
'suggests' => []
],
];