‪TYPO3CMS  ‪main
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 
3 ‪$EM_CONF[$_EXTKEY] = [
4  'title' => 'TYPO3 CMS Backend Styleguide and Testing use cases',
5  'description' => 'TYPO3 extension to showcase TYPO3 Backend capabilities',
6  'category' => 'plugin',
7  'author' => 'TYPO3 Core Team',
8  'author_email' => 'typo3cms@typo3.org',
9  'state' => 'stable',
10  'version' => '13.1.0',
11  'constraints' => [
12  'depends' => [
13  'typo3' => '13.1.0',
14  ],
15  'conflicts' => [],
16  'suggests' => [],
17  ],
18 ];
‪$EM_CONF
‪$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:3