‪TYPO3CMS  9.5
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 ‪$EM_CONF[$_EXTKEY] = [
3  'title' => 'Fluid Templating Engine',
4  'description' => 'Fluid is a next-generation templating engine which makes the life of extension authors a lot easier!',
5  'category' => 'fe',
6  'author' => 'TYPO3 Core Team',
7  'author_email' => 'typo3cms@typo3.org',
8  'author_company' => '',
9  'state' => 'stable',
10  'uploadfolder' => 0,
11  'createDirs' => '',
12  'clearCacheOnLoad' => 0,
13  'version' => '9.5.32',
14  'constraints' => [
15  'depends' => [
16  'core' => '9.5.32',
17  'extbase' => '9.5.32',
18  ],
19  'conflicts' => [],
20  'suggests' => [],
21  ],
22 ];
‪$EM_CONF
‪$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2