TYPO3 API  SVNRelease
ext_emconf.php
Go to the documentation of this file.
00001 <?php
00002 
00003 ########################################################################
00004 # Extension Manager/Repository config file for ext "feedit".
00005 #
00006 # Auto generated 26-01-2011 20:08
00007 #
00008 # Manual updates:
00009 # Only the data in the array - everything else is removed by next
00010 # writing. "version" and "dependencies" must not be touched!
00011 ########################################################################
00012 
00013 $EM_CONF[$_EXTKEY] = array(
00014     'title' => 'Frontend Editing',
00015     'description' => '',
00016     'category' => 'fe',
00017     'author' => 'Jeff Segars, David Slayback',
00018     'author_email' => 'jeff@webempoweredchurch.org, dave@webempoweredchurch.org',
00019     'shy' => '',
00020     'dependencies' => '',
00021     'conflicts' => '',
00022     'priority' => '',
00023     'module' => '',
00024     'state' => 'beta',
00025     'internal' => '',
00026     'uploadfolder' => 0,
00027     'createDirs' => '',
00028     'modify_tables' => '',
00029     'clearCacheOnLoad' => 0,
00030     'lockType' => 'system',
00031     'author_company' => 'Web-Empowered Church',
00032     'version' => '0.1.0',
00033     'constraints' => array(
00034         'depends' => array(
00035             'typo3' => '4.4.0-0.0.0',
00036             'php' => '5.2.0-0.0.0',
00037         ),
00038         'conflicts' => array(
00039         ),
00040         'suggests' => array(
00041         ),
00042     ),
00043     '_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";}',
00044     'suggests' => array(
00045     ),
00046 );
00047 
00048 ?>