Initial commit
This commit is contained in:
40
typo3conf/ext/compatibility6/ext_emconf.php
Normal file
40
typo3conf/ext/compatibility6/ext_emconf.php
Normal file
@@ -0,0 +1,40 @@
|
||||
<?php
|
||||
|
||||
/***************************************************************
|
||||
* Extension Manager/Repository config file for ext "compatibility6".
|
||||
*
|
||||
* Auto generated 27-01-2016 07:40
|
||||
*
|
||||
* Manual updates:
|
||||
* Only the data in the array - everything else is removed by next
|
||||
* writing. "version" and "dependencies" must not be touched!
|
||||
***************************************************************/
|
||||
|
||||
$EM_CONF[$_EXTKEY] = array (
|
||||
'title' => 'Compatibility Mode for TYPO3 CMS 6.x',
|
||||
'description' => 'Provides an additional backwards-compatibility layer with legacy functionality for sites that haven\'t fully migrated to v7 yet.',
|
||||
'category' => 'be',
|
||||
'state' => 'stable',
|
||||
'uploadfolder' => true,
|
||||
'createDirs' => '',
|
||||
'clearCacheOnLoad' => 0,
|
||||
'author' => 'TYPO3 CMS Team',
|
||||
'author_email' => '',
|
||||
'author_company' => '',
|
||||
'version' => '7.6.0',
|
||||
'constraints' =>
|
||||
array (
|
||||
'depends' =>
|
||||
array (
|
||||
'typo3' => '6.0.0-7.99.99',
|
||||
),
|
||||
'conflicts' =>
|
||||
array (
|
||||
),
|
||||
'suggests' =>
|
||||
array (
|
||||
),
|
||||
),
|
||||
'clearcacheonload' => true,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user