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_ceditor".
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, Constant Editor',
00015     'description' => 'Edit the most popular constants of the standard static templates by form fields. Includes explanations in english.',
00016     'category' => 'module',
00017     'shy' => 1,
00018     'dependencies' => 'tstemplate',
00019     'conflicts' => '',
00020     'priority' => '',
00021     'loadOrder' => '',
00022     'module' => '',
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' => '0.1.0',
00037     '_md5_values_when_last_written' => 'a:59:{s:9:"ChangeLog";s:4:"b76f";s:30:"class.tx_tstemplateceditor.php";s:4:"8488";s:12:"ext_icon.gif";s:4:"e925";s:14:"ext_tables.php";s:4:"343d";s:13:"locallang.xml";s:4:"9953";s:12:"doc/TODO.txt";s:4:"069e";s:9:"gfx/1.gif";s:4:"2e59";s:10:"gfx/10.gif";s:4:"39cc";s:10:"gfx/11.gif";s:4:"274a";s:10:"gfx/12.gif";s:4:"eca7";s:10:"gfx/13.gif";s:4:"fe2c";s:10:"gfx/14.gif";s:4:"08ba";s:10:"gfx/15.gif";s:4:"bf49";s:10:"gfx/16.gif";s:4:"eee5";s:10:"gfx/17.gif";s:4:"09ae";s:10:"gfx/18.gif";s:4:"28ca";s:10:"gfx/19.gif";s:4:"6d61";s:9:"gfx/2.gif";s:4:"aed1";s:10:"gfx/20.gif";s:4:"59e5";s:9:"gfx/3.gif";s:4:"5525";s:9:"gfx/4.gif";s:4:"fea2";s:9:"gfx/5.gif";s:4:"9f44";s:9:"gfx/6.gif";s:4:"8904";s:9:"gfx/7.gif";s:4:"3976";s:9:"gfx/8.gif";s:4:"5608";s:9:"gfx/9.gif";s:4:"efa1";s:17:"gfx/BUG_basic.gif";s:4:"a183";s:16:"gfx/BUG_menu.gif";s:4:"997c";s:17:"gfx/BUG_menu2.gif";s:4:"e32e";s:22:"gfx/BUSINESS_basic.gif";s:4:"9159";s:21:"gfx/BUSINESS_menu.gif";s:4:"7feb";s:23:"gfx/CANDIDATE_basic.gif";s:4:"0d5c";s:22:"gfx/CANDIDATE_menu.gif";s:4:"87c9";s:22:"gfx/CANDIDATE_page.gif";s:4:"442d";s:19:"gfx/CrCPH_basic.gif";s:4:"e21e";s:19:"gfx/FIRST_basic.gif";s:4:"7024";s:18:"gfx/FIRST_menu.gif";s:4:"7f4f";s:18:"gfx/GLCK_basic.gif";s:4:"1c08";s:20:"gfx/GLCK_columns.gif";s:4:"7bd0";s:17:"gfx/GLCK_menu.gif";s:4:"03aa";s:19:"gfx/GREEN_basic.gif";s:4:"b48a";s:18:"gfx/GREEN_menu.gif";s:4:"e7ea";s:19:"gfx/GREEN_menu2.gif";s:4:"4916";s:19:"gfx/GREEN_menu3.gif";s:4:"be7a";s:19:"gfx/HYPER_basic.gif";s:4:"62a7";s:18:"gfx/HYPER_menu.gif";s:4:"222e";s:19:"gfx/HYPER_menu2.gif";s:4:"b2d3";s:18:"gfx/HYPER_page.gif";s:4:"dcec";s:22:"gfx/HYPER_toptitle.gif";s:4:"361b";s:16:"gfx/MM_basic.gif";s:4:"1941";s:15:"gfx/MM_menu.gif";s:4:"eedb";s:16:"gfx/MM_right.gif";s:4:"caa9";s:24:"gfx/NEWSLETTER_basic.gif";s:4:"c5ab";s:16:"gfx/RE_basic.gif";s:4:"cbc0";s:19:"gfx/RE_leftmenu.gif";s:4:"22ce";s:15:"gfx/RE_menu.gif";s:4:"4f63";s:14:"gfx/RE_top.gif";s:4:"673c";s:16:"gfx/TU_basic.gif";s:4:"7e58";s:15:"gfx/TU_menu.gif";s:4:"069f";}',
00038     'constraints' => array(
00039         'depends' => array(
00040             'tstemplate' => '',
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 ?>