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 "tstemplate".
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>Template',
00015     'description' => 'Framework for management of TypoScript template records for the CMS frontend.',
00016     'category' => 'module',
00017     'shy' => 1,
00018     'dependencies' => 'cms',
00019     'conflicts' => '',
00020     'priority' => '',
00021     'loadOrder' => '',
00022     'module' => 'ts',
00023     'doNotLoadInFE' => 1,
00024     'state' => 'stable',
00025     'internal' => 0,
00026     'uploadfolder' => 0,
00027     'createDirs' => '',
00028     'modify_tables' => '',
00029     'clearCacheOnLoad' => 0,
00030     'lockType' => '',
00031     'author' => 'Kasper Skaarhoj',
00032     'author_email' => 'kasperYYYY@typo3.com',
00033     'author_company' => 'Curby Soft Multimedia',
00034     'CGLcompliance' => '',
00035     'CGLcompliance_note' => '',
00036     'version' => '1.0.1',
00037     '_md5_values_when_last_written' => 'a:10:{s:9:"ChangeLog";s:4:"9bb8";s:12:"ext_icon.gif";s:4:"e0ad";s:14:"ext_tables.php";s:4:"041b";s:12:"ts/clear.gif";s:4:"cc11";s:11:"ts/conf.php";s:4:"c6d6";s:12:"ts/index.php";s:4:"157f";s:16:"ts/locallang.xml";s:4:"f223";s:20:"ts/locallang_mod.xml";s:4:"98d2";s:9:"ts/ts.gif";s:4:"18cb";s:10:"ts/ts1.gif";s:4:"e0ad";}',
00038     'constraints' => array(
00039         'depends' => array(
00040             'cms' => '',
00041             'php' => '5.1.0-0.0.0',
00042             'typo3' => '4.4.0-0.0.0',
00043         ),
00044         'conflicts' => array(
00045         ),
00046         'suggests' => array(
00047         ),
00048     ),
00049     'suggests' => array(
00050     ),
00051 );
00052 
00053 ?>