‪TYPO3CMS  10.4
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  'clearCacheOnLoad' => 0,
12  'version' => '10.4.38',
13  'constraints' => [
14  'depends' => [
15  'typo3' => '10.4.38'
16  ],
17  'conflicts' => [],
18  'suggests' => [
19  'reports' => '',
20  'scheduler' => '',
21  ],
22  ],
23 ];
‪$EM_CONF
‪$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:3