Upgrade to TYPO3 9.5 LTS
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?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' => [],
|
||||
'conflicts' => [],
|
||||
'suggests' => []
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user