[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:
Christian Kuhn 2014-07-06 17:19:31 +02:00
parent e54315fbff
commit 48a93ab0d8

View file

@ -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()
);