Upgrade to TYPO3 9.5 LTS

This commit is contained in:
Björn Fromme
2019-06-06 17:20:29 +02:00
parent adab7fb39a
commit 3c472eb973
989 changed files with 4924 additions and 3674 deletions
@@ -0,0 +1,21 @@
<?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' => [],
'conflicts' => [],
'suggests' => []
],
];