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 "context_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' => 'Context Sensitive Help',
00015     'description' => 'Provides context sensitive help to tables, fields and modules in the system languages.',
00016     'category' => 'be',
00017     'shy' => 1,
00018     'dependencies' => 'cms',
00019     'conflicts' => '',
00020     'priority' => '',
00021     'loadOrder' => '',
00022     'module' => '',
00023     'doNotLoadInFE' => 1,
00024     'state' => 'stable',
00025     'internal' => 1,
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.1.0',
00037     '_md5_values_when_last_written' => 'a:33:{s:12:"ext_icon.gif";s:4:"a831";s:14:"ext_tables.php";s:4:"7892";s:27:"locallang_csh_fe_groups.xml";s:4:"7ad1";s:26:"locallang_csh_fe_users.xml";s:4:"1c14";s:23:"locallang_csh_pages.xml";s:4:"6fe7";s:26:"locallang_csh_pageslol.xml";s:4:"f075";s:27:"locallang_csh_statictpl.xml";s:4:"4890";s:27:"locallang_csh_sysdomain.xml";s:4:"34c9";s:25:"locallang_csh_systmpl.xml";s:4:"ea4d";s:27:"locallang_csh_ttcontent.xml";s:4:"d3f5";s:27:"4.5/locallang_csh_pages.xml";s:4:"c2e2";s:31:"4.5/locallang_csh_ttcontent.xml";s:4:"3dda";s:24:"cshimages/fegroups_3.png";s:4:"c0a2";s:24:"cshimages/fegroups_4.png";s:4:"77ea";s:23:"cshimages/feusers_1.png";s:4:"2316";s:23:"cshimages/feusers_2.png";s:4:"ff09";s:25:"cshimages/hidden_page.gif";s:4:"b0af";s:25:"cshimages/hidden_page.png";s:4:"cf15";s:27:"cshimages/page_shortcut.gif";s:4:"525d";s:27:"cshimages/page_shortcut.png";s:4:"0f52";s:21:"cshimages/pages_1.png";s:4:"4c0a";s:21:"cshimages/pages_2.png";s:4:"e1be";s:20:"cshimages/static.png";s:4:"8828";s:25:"cshimages/systemplate.png";s:4:"c44e";s:26:"cshimages/systemplate1.png";s:4:"6aca";s:26:"cshimages/systemplate2.png";s:4:"6baa";s:25:"cshimages/ttcontent_1.png";s:4:"003b";s:25:"cshimages/ttcontent_2.png";s:4:"f99d";s:25:"cshimages/ttcontent_3.png";s:4:"ca4a";s:25:"cshimages/ttcontent_4.png";s:4:"8580";s:25:"cshimages/ttcontent_5.png";s:4:"9cfa";s:25:"cshimages/ttcontent_6.png";s:4:"8410";s:25:"cshimages/ttcontent_7.png";s:4:"384a";}',
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 ?>