‪TYPO3CMS  9.5
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:
= [
'title' => 'ExpressionBuilder Test',
'description' => 'ExpressionBuilder Test',
'category' => 'example',
'version' => '9.5.32',
'state' => 'beta',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'author' => 'Christian Kuhn',
'author_email' => 'lolli@schwarzbu.ch',
'constraints' => [
'depends' => [
'typo3' => '9.5.32',
],
'conflicts' => [],
'suggests' => [],
],
]

Definition at line 2 of file ext_emconf.php.