Initial commit

This commit is contained in:
Björn Fromme
2018-04-18 17:24:00 +02:00
commit da4db35be3
875 changed files with 80368 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
<?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' => ''
]
],
];