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 "wizard_sortpages".
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' => 'Web>Func, Wizards, Sort pages',
00015     'description' => 'A little utility to rearrange the sorting order of pages in the backend.',
00016     'category' => 'module',
00017     'shy' => 1,
00018     'dependencies' => 'func_wizards',
00019     'conflicts' => '',
00020     'priority' => '',
00021     'module' => '',
00022     'doNotLoadInFE' => 1,
00023     'state' => 'stable',
00024     'internal' => 0,
00025     'uploadfolder' => 0,
00026     'createDirs' => '',
00027     'modify_tables' => '',
00028     'clearCacheOnLoad' => 0,
00029     'lockType' => '',
00030     'author' => 'Kasper Skaarhoj',
00031     'author_email' => 'kasperYYYY@typo3.com',
00032     'author_company' => 'Curby Soft Multimedia',
00033     'version' => '1.0.0',
00034     '_md5_values_when_last_written' => 'a:6:{s:38:"class.tx_wizardsortpages_webfunc_2.php";s:4:"3d2d";s:12:"ext_icon.gif";s:4:"6751";s:14:"ext_tables.php";s:4:"f74d";s:13:"locallang.xml";s:4:"4ca6";s:17:"locallang_csh.xml";s:4:"6194";s:23:"cshimages/wizards_1.png";s:4:"44a0";}',
00035     'constraints' => array(
00036         'depends' => array(
00037             'func_wizards' => '',
00038             'php' => '5.1.0-0.0.0',
00039             'typo3' => '4.4.0-0.0.0',
00040         ),
00041         'conflicts' => array(
00042         ),
00043         'suggests' => array(
00044         ),
00045     ),
00046     'suggests' => array(
00047     ),
00048 );
00049 
00050 ?>