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