feedit/ext_emconf.php
Christian Kuhn 48a93ab0d8 [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
2014-07-06 17:56:25 +02:00

31 lines
953 B
PHP

<?php
/***************************************************************
* Extension Manager/Repository config file for ext "feedit".
*
* Auto generated 10-10-2011 14:47
*
* 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' => 'Frontend Editing',
'description' => '',
'category' => 'fe',
'author' => 'Jeff Segars, David Slayback',
'author_email' => 'jeff@webempoweredchurch.org, dave@webempoweredchurch.org',
'author_company' => 'Web-Empowered Church',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '6.3.0',
'constraints' => array(
'depends' => array(
'typo3' => '6.3.0-6.3.99',
),
'conflicts' => array(),
'suggests' => array(),
),
'_md5_values_when_last_written' => '',
);