mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 01:16:08 +01:00
[CLEANUP] ext_emconf files
Quite some keys in ext_emconf are obsolete and can be removed. See related issue for a list of keys. Change-Id: Id12c2e3d61569cc1e84226ef75120ae4261922fb Resolves: #60128 Related: #58365 Releases: 6.3, 6.2 Reviewed-on: https://review.typo3.org/31397 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Susanne Moog Tested-by: Susanne Moog Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
This commit is contained in:
parent
e54315fbff
commit
48a93ab0d8
1 changed files with 2 additions and 11 deletions
|
@ -14,27 +14,18 @@ $EM_CONF[$_EXTKEY] = array(
|
|||
'category' => 'fe',
|
||||
'author' => 'Jeff Segars, David Slayback',
|
||||
'author_email' => 'jeff@webempoweredchurch.org, dave@webempoweredchurch.org',
|
||||
'shy' => '',
|
||||
'dependencies' => '',
|
||||
'conflicts' => '',
|
||||
'priority' => '',
|
||||
'module' => '',
|
||||
'author_company' => 'Web-Empowered Church',
|
||||
'state' => 'stable',
|
||||
'internal' => '',
|
||||
'uploadfolder' => 0,
|
||||
'createDirs' => '',
|
||||
'modify_tables' => '',
|
||||
'clearCacheOnLoad' => 0,
|
||||
'lockType' => 'system',
|
||||
'author_company' => 'Web-Empowered Church',
|
||||
'version' => '6.3.0',
|
||||
'constraints' => array(
|
||||
'depends' => array(
|
||||
'typo3' => '6.3.0-6.3.99',
|
||||
),
|
||||
'conflicts' => array(),
|
||||
'suggests' => array()
|
||||
'suggests' => array(),
|
||||
),
|
||||
'_md5_values_when_last_written' => '',
|
||||
'suggests' => array()
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue