‪TYPO3CMS  ‪main
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
5 ‪$EM_CONF[$_EXTKEY] = [
6  'title' => 'Fixture extension for functional tests for Inline Relational Record Editing IRRE',
7  'description' => 'based on irre_tutorial extension created by Oliver Hader, see https://forge.typo3.org/projects/extension-irre_tutorial',
8  'category' => 'example',
9  'version' => '13.0.0',
10  'state' => 'beta',
11  'author' => 'Oliver Hader',
12  'author_email' => 'oliver@typo3.org',
13  'author_company' => '',
14  'constraints' => [
15  'depends' => [
16  'typo3' => '13.0.0',
17  ],
18  'conflicts' => [],
19  'suggests' => [],
20  ],
21 ];
‪$EM_CONF
‪$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:3