mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 17:26:09 +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',
|
'category' => 'fe',
|
||||||
'author' => 'Jeff Segars, David Slayback',
|
'author' => 'Jeff Segars, David Slayback',
|
||||||
'author_email' => 'jeff@webempoweredchurch.org, dave@webempoweredchurch.org',
|
'author_email' => 'jeff@webempoweredchurch.org, dave@webempoweredchurch.org',
|
||||||
'shy' => '',
|
'author_company' => 'Web-Empowered Church',
|
||||||
'dependencies' => '',
|
|
||||||
'conflicts' => '',
|
|
||||||
'priority' => '',
|
|
||||||
'module' => '',
|
|
||||||
'state' => 'stable',
|
'state' => 'stable',
|
||||||
'internal' => '',
|
|
||||||
'uploadfolder' => 0,
|
'uploadfolder' => 0,
|
||||||
'createDirs' => '',
|
'createDirs' => '',
|
||||||
'modify_tables' => '',
|
|
||||||
'clearCacheOnLoad' => 0,
|
'clearCacheOnLoad' => 0,
|
||||||
'lockType' => 'system',
|
|
||||||
'author_company' => 'Web-Empowered Church',
|
|
||||||
'version' => '6.3.0',
|
'version' => '6.3.0',
|
||||||
'constraints' => array(
|
'constraints' => array(
|
||||||
'depends' => array(
|
'depends' => array(
|
||||||
'typo3' => '6.3.0-6.3.99',
|
'typo3' => '6.3.0-6.3.99',
|
||||||
),
|
),
|
||||||
'conflicts' => array(),
|
'conflicts' => array(),
|
||||||
'suggests' => array()
|
'suggests' => array(),
|
||||||
),
|
),
|
||||||
'_md5_values_when_last_written' => '',
|
'_md5_values_when_last_written' => '',
|
||||||
'suggests' => array()
|
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue