TYPO3 API  SVNRelease
ext_emconf.php
Go to the documentation of this file.
00001 <?php
00002 $EM_CONF[$_EXTKEY] = array(
00003     'title' => '',
00004     'description' => 'This is a fixture extension configuration file used for unit tests.',
00005     'category' => '',
00006     'shy' => 1,
00007     'dependencies' => '',
00008     'conflicts' => '',
00009     'priority' => '',
00010     'loadOrder' => '',
00011     'module' => '',
00012     'state' => 'stable',
00013     'internal' => 1,
00014     'uploadfolder' => 0,
00015     'createDirs' => '',
00016     'modify_tables' => '',
00017     'clearCacheOnLoad' => 0,
00018     'lockType' => '',
00019     'author' => '',
00020     'author_email' => '',
00021     'author_company' => '',
00022     'CGLcompliance' => '',
00023     'CGLcompliance_note' => '',
00024     'version' => '1.2.3',
00025     '_md5_values_when_last_written' => '',
00026     'constraints' => array(
00027         'depends' => array(
00028         ),
00029         'conflicts' => array(
00030         ),
00031         'suggests' => array(
00032         ),
00033     ),
00034     'suggests' => array(
00035     ),
00036 );
00037 ?>