TYPO3 CMS  TYPO3_7-6
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 $EM_CONF[$_EXTKEY] = [
3  'title' => 'A Blog Example for the Extbase Framework',
4  '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!',
5  'category' => 'example',
6  'author' => 'TYPO3 core team',
7  'author_company' => '',
8  'author_email' => '',
9  'state' => 'stable',
10  'uploadfolder' => 0,
11  'createDirs' => '',
12  'clearCacheOnLoad' => 1,
13  'version' => '7.6.33',
14  'constraints' => [
15  'depends' => [
16  'php' => '5.2.0-0.0.0',
17  'typo3' => '7.6.33',
18  'extbase' => '7.6.33',
19  'fluid' => '1.3.0-0.0.0',
20  ],
21  'conflicts' => [
22  ],
23  'suggests' => [
24  ],
25  ],
26 ];
$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2