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

22 lines
529 B
PHP

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