‪TYPO3CMS  11.5
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' => 'A Blog Example for the Extbase Framework',
7  'description' => 'An example extension demonstrating the features of the Extbase Framework. It is the back-ported and tweaked Blog Example package of TYPO3.Flow. Have fun playing with it!',
8  'category' => 'example',
9  'author' => 'TYPO3 core team',
10  'author_company' => '',
11  'author_email' => '',
12  'state' => 'stable',
13  'clearCacheOnLoad' => 1,
14  'version' => '11.5.39',
15  'constraints' => [
16  'depends' => [
17  'typo3' => '11.5.39',
18  ],
19  'conflicts' => [],
20  'suggests' => [],
21  ],
22 ];
‪$EM_CONF
‪$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:3