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