2009-07-01 19:18:53 +02:00
|
|
|
<?php
|
2012-06-01 15:22:33 +02:00
|
|
|
/***************************************************************
|
2012-08-23 13:58:24 +02:00
|
|
|
* 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!
|
|
|
|
***************************************************************/
|
2009-07-01 19:18:53 +02:00
|
|
|
$EM_CONF[$_EXTKEY] = array(
|
|
|
|
'title' => 'Frontend Editing',
|
|
|
|
'description' => '',
|
|
|
|
'category' => 'fe',
|
|
|
|
'author' => 'Jeff Segars, David Slayback',
|
|
|
|
'author_email' => 'jeff@webempoweredchurch.org, dave@webempoweredchurch.org',
|
|
|
|
'shy' => '',
|
|
|
|
'dependencies' => '',
|
|
|
|
'conflicts' => '',
|
|
|
|
'priority' => '',
|
|
|
|
'module' => '',
|
2011-10-12 17:33:03 +02:00
|
|
|
'state' => 'stable',
|
2009-07-01 19:18:53 +02:00
|
|
|
'internal' => '',
|
|
|
|
'uploadfolder' => 0,
|
|
|
|
'createDirs' => '',
|
|
|
|
'modify_tables' => '',
|
|
|
|
'clearCacheOnLoad' => 0,
|
|
|
|
'lockType' => 'system',
|
|
|
|
'author_company' => 'Web-Empowered Church',
|
2013-04-27 16:39:44 +02:00
|
|
|
'version' => '6.2.0',
|
2009-07-01 19:18:53 +02:00
|
|
|
'constraints' => array(
|
|
|
|
'depends' => array(
|
2013-04-27 16:39:44 +02:00
|
|
|
'typo3' => '6.2.0-6.2.99',
|
2009-07-01 19:18:53 +02:00
|
|
|
),
|
2012-08-23 13:58:24 +02:00
|
|
|
'conflicts' => array(),
|
|
|
|
'suggests' => array()
|
2009-07-01 19:18:53 +02:00
|
|
|
),
|
2013-03-26 22:05:26 +01:00
|
|
|
'_md5_values_when_last_written' => '',
|
2012-08-23 13:58:24 +02:00
|
|
|
'suggests' => array()
|
2009-07-01 19:18:53 +02:00
|
|
|
);
|