TYPO3 CMS  TYPO3_7-6
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 $EM_CONF[$_EXTKEY] = [
3  'title' => 'Workspaces Management',
4  'description' => 'Adds workspaces functionality with custom stages to TYPO3.',
5  'category' => 'be',
6  'author' => 'Workspaces Team',
7  'author_email' => '',
8  'author_company' => '',
9  'state' => 'stable',
10  'uploadfolder' => 0,
11  'createDirs' => '',
12  'clearCacheOnLoad' => 1,
13  'version' => '7.6.33',
14  'constraints' => [
15  'depends' => [
16  'typo3' => '7.6.33',
17  'version' => '7.6.33',
18  ],
19  'conflicts' => [],
20  'suggests' => [],
21  ],
22 ];
$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2