‪TYPO3CMS  9.5
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 ‪$EM_CONF[$_EXTKEY] = [
3  'title' => '',
4  'description' => 'This is a fixture extension configuration file used for unit tests.',
5  'category' => '',
6  'state' => 'stable',
7  'uploadfolder' => 0,
8  'createDirs' => '',
9  'clearCacheOnLoad' => 0,
10  'author' => '',
11  'author_email' => '',
12  'author_company' => '',
13  'version' => '9.5.32',
14  'constraints' => [
15  'depends' => [],
16  'conflicts' => [],
17  'suggests' => [],
18  ],
19 ];
‪$EM_CONF
‪$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2