‪TYPO3CMS  ‪main
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 
3 ‪$EM_CONF[$_EXTKEY] = [
4  'title' => 'TYPO3 CMS Extbase',
5  'description' => 'Extension framework to create TYPO3 frontend plugins and TYPO3 backend modules.',
6  'category' => 'misc',
7  'author' => 'TYPO3 Core Team',
8  'author_email' => 'typo3cms@typo3.org',
9  'author_company' => '',
10  'state' => 'stable',
11  'version' => '13.1.0',
12  'constraints' => [
13  'depends' => [
14  'typo3' => '13.1.0',
15  ],
16  'conflicts' => [],
17  'suggests' => [
18  'scheduler' => '',
19  ],
20  ],
21 ];
‪$EM_CONF
‪$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:3