TYPO3 CMS  TYPO3_6-2
ext_emconf.php File Reference

Go to the source code of this file.

Variables

 $EM_CONF [$_EXTKEY]
 

Variable Documentation

◆ $EM_CONF

$EM_CONF[ $_EXTKEY]
Initial value:
= array(
'title' => 'Documentation',
'description' => 'Backend module for TYPO3 to list and show documentation of loaded extensions as well as custom documents.',
'category' => 'be',
'author' => 'Xavier Perseguers, Francois Suter',
'author_email' => 'xavier@typo3.org, francois.suter@typo3.org',
'author_company' => '',
'state' => 'stable',
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '6.2.0',
'constraints' => array(
'depends' => array(
'extbase' => '6.2.0-6.2.99',
'fluid' => '6.2.0-6.2.99',
'typo3' => '6.2.0-6.2.99',
),
'conflicts' => array(
),
'suggests' => array(
),
),
)

Definition at line 2 of file ext_emconf.php.