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 "tsconfig_help".
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' => 'TSConfig / TypoScript Object Reference',
00015     'description' => 'Object reference for TSref, Page TSconfig and User TSconfig which is enabled by the TS icon close to the TSconfig field.',
00016     'category' => 'be',
00017     'author' => 'Stephane Schitter',
00018     'author_email' => 'stephane.schitter@free.fr',
00019     'shy' => 0,
00020     'dependencies' => 'cms',
00021     'conflicts' => '',
00022     'priority' => '',
00023     'module' => 'mod1',
00024     'doNotLoadInFE' => 1,
00025     'state' => 'stable',
00026     'internal' => 1,
00027     'uploadfolder' => 0,
00028     'createDirs' => '',
00029     'modify_tables' => '',
00030     'clearCacheOnLoad' => 0,
00031     'author_company' => '',
00032     'version' => '1.1.0',
00033     'constraints' => array(
00034         'depends' => array(
00035             'cms' => '',
00036             'php' => '5.1.0-0.0.0',
00037             'typo3' => '4.4.0-0.0.0',
00038         ),
00039         'conflicts' => array(
00040         ),
00041         'suggests' => array(
00042         ),
00043     ),
00044     '_md5_values_when_last_written' => 'a:10:{s:12:"ext_icon.gif";s:4:"2ad2";s:14:"ext_tables.php";s:4:"1018";s:14:"ext_tables.sql";s:4:"492c";s:25:"ext_tables_static+adt.sql";s:4:"e557";s:12:"doc/TODO.txt";s:4:"cfc6";s:13:"mod1/conf.php";s:4:"89c9";s:14:"mod1/index.php";s:4:"2236";s:18:"mod1/locallang.xml";s:4:"1863";s:22:"mod1/locallang_mod.xml";s:4:"23aa";s:19:"mod1/moduleicon.gif";s:4:"b78a";}',
00045     'suggests' => array(
00046     ),
00047 );
00048 
00049 ?>