TYPO3  7.6
Variables
fluid/ext_emconf.php File Reference

Go to the source code of this file.

Variables

 $EM_CONF [$_EXTKEY]
 

Variable Documentation

$EM_CONF[$_EXTKEY]
Initial value:
= array(
'title' => 'Fluid Templating Engine',
'description' => 'Fluid is a next-generation templating engine which makes the life of extension authors a lot easier!',
'category' => 'fe',
'author' => 'Sebastian Kurfürst, Bastian Waidelich',
'author_email' => 'sebastian@typo3.org, bastian@typo3.org',
'author_company' => '',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '7.6.0',
'constraints' => array(
'depends' => array(
'extbase' => '7.6.0-7.6.99',
),
'conflicts' => array(),
'suggests' => array(),
),
)

Definition at line 2 of file fluid/ext_emconf.php.