‪TYPO3CMS  11.5
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
5 ‪$EM_CONF[$_EXTKEY] = [
6  'title' => '',
7  'description' => '',
8  'category' => 'example',
9  'author' => '',
10  'author_company' => '',
11  'author_email' => '',
12  'state' => 'stable',
13  'uploadfolder' => 0,
14  'clearCacheOnLoad' => 1,
15  'version' => '11.5.39',
16  'constraints' => [
17  'depends' => [
18  'typo3' => '11.5.39',
19  ],
20  'conflicts' => [],
21  'suggests' => [],
22  ],
23 ];
‪$EM_CONF
‪$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:3