‪TYPO3CMS  9.5
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 ‪$EM_CONF[$_EXTKEY] = [
3  'title' => 'Help>About',
4  'description' => 'Shows info about TYPO3, installed extensions and a separate module for available modules.',
5  'category' => 'module',
6  'state' => 'stable',
7  'uploadfolder' => 0,
8  'createDirs' => '',
9  'clearCacheOnLoad' => 0,
10  'author' => 'TYPO3 Core Team',
11  'author_email' => 'typo3cms@typo3.org',
12  'version' => '9.5.32',
13  'constraints' => [
14  'depends' => [
15  'typo3' => '9.5.32',
16  ],
17  'conflicts' => [],
18  'suggests' => [],
19  ],
20 ];
‪$EM_CONF
‪$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2