28 lines
797 B
PHP
28 lines
797 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' => 'beta',
|
|
'internal' => '',
|
|
'uploadfolder' => true,
|
|
'createDirs' => '',
|
|
'dividers2tabs' => true,
|
|
'clearCacheOnLoad' => 0,
|
|
'version' => '1.1.0',
|
|
'constraints' => [
|
|
'depends' => [
|
|
'typo3' => '7.6.0-7.9.9',
|
|
'fluid_styled_content' => '7.6.0-7.9.9',
|
|
'vhs' => '3.0.0-3.9.9',
|
|
],
|
|
'conflicts' => [],
|
|
'suggests' => [
|
|
'ep_products' => ''
|
|
]
|
|
],
|
|
];
|