TYPO3 CMS  TYPO3_8-7
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 $EM_CONF[$_EXTKEY] = [
3  'title' => 'System > Configuration + DB Check',
4  'description' => 'Enables the \'Config\' and \'DB Check\' modules for technical analysis of the system. This includes raw database search, checking relations, counting pages and records etc.',
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  'author_company' => '',
13  'version' => '8.7.31',
14  'constraints' => [
15  'depends' => [
16  'typo3' => '8.7.31',
17  ],
18  'conflicts' => [],
19  'suggests' => [],
20  ],
21 ];
$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2