‪TYPO3CMS  ‪main
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 
3 ‪$EM_CONF[$_EXTKEY] = [
4  'title' => 'TYPO3 CMS Form',
5  'description' => 'Flexible TYPO3 frontend form framework that comes with a backend editor interface.',
6  'category' => 'misc',
7  'state' => 'stable',
8  'author' => 'TYPO3 Core Team',
9  'author_email' => 'typo3cms@typo3.org',
10  'author_company' => '',
11  'version' => '13.1.0',
12  'constraints' => [
13  'depends' => [
14  'typo3' => '13.1.0',
15  'frontend' => '13.1.0',
16  ],
17  'conflicts' => [],
18  'suggests' => [
19  'filelist' => '13.1.0',
20  'impexp' => '13.1.0',
21  'lowlevel' => '13.1.0',
22  ],
23  ],
24 ];
‪$EM_CONF
‪$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:3