‪TYPO3CMS  11.5
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 
3 ‪$EM_CONF[$_EXTKEY] = [
4  'title' => 'Redirects',
5  'description' => 'Manage redirects for your TYPO3-based website.',
6  'category' => 'fe',
7  'author' => 'TYPO3 Core Team',
8  'author_email' => 'typo3cms@typo3.org',
9  'author_company' => '',
10  'state' => 'stable',
11  'version' => '11.5.37',
12  'constraints' => [
13  'depends' => [
14  'typo3' => '11.5.37',
15  ],
16  'conflicts' => [],
17  'suggests' => [
18  'reports' => '',
19  'scheduler' => '',
20  ],
21  ],
22 ];
‪$EM_CONF
‪$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:3