2009-07-01 19:18:53 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
########################################################################
|
2009-10-21 11:31:43 +02:00
|
|
|
# Extension Manager/Repository config file for ext "feedit".
|
2009-07-01 19:18:53 +02:00
|
|
|
#
|
2011-01-26 20:09:09 +01:00
|
|
|
# Auto generated 26-01-2011 20:08
|
2009-07-01 19:18:53 +02:00
|
|
|
#
|
|
|
|
# Manual updates:
|
2009-10-21 11:31:43 +02:00
|
|
|
# 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' => '',
|
|
|
|
'state' => 'beta',
|
|
|
|
'internal' => '',
|
|
|
|
'uploadfolder' => 0,
|
|
|
|
'createDirs' => '',
|
|
|
|
'modify_tables' => '',
|
|
|
|
'clearCacheOnLoad' => 0,
|
|
|
|
'lockType' => 'system',
|
|
|
|
'author_company' => 'Web-Empowered Church',
|
|
|
|
'version' => '0.1.0',
|
|
|
|
'constraints' => array(
|
|
|
|
'depends' => array(
|
2010-06-22 14:05:24 +02:00
|
|
|
'typo3' => '4.4.0-0.0.0',
|
2009-07-01 19:18:53 +02:00
|
|
|
'php' => '5.2.0-0.0.0',
|
|
|
|
),
|
|
|
|
'conflicts' => array(
|
|
|
|
),
|
|
|
|
'suggests' => array(
|
|
|
|
),
|
|
|
|
),
|
2011-01-26 20:09:09 +01:00
|
|
|
'_md5_values_when_last_written' => 'a:3:{s:12:"ext_icon.gif";s:4:"9f86";s:17:"ext_localconf.php";s:4:"0933";s:34:"view/class.tx_feedit_editpanel.php";s:4:"7413";}',
|
2009-07-01 19:18:53 +02:00
|
|
|
'suggests' => array(
|
|
|
|
),
|
|
|
|
);
|
|
|
|
|
|
|
|
?>
|