TYPO3 CMS  TYPO3_7-6
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 $EM_CONF[$_EXTKEY] = [
3  'title' => 'User>Task Center, Actions',
4  'description' => 'Actions are \'programmed\' admin tasks which can be performed by selected regular users from the Task Center. An action could be creation of backend users, fixed SQL SELECT queries, listing of records, direct edit access to selected records etc.',
5  'category' => 'module',
6  'state' => 'stable',
7  'uploadfolder' => 0,
8  'createDirs' => '',
9  'clearCacheOnLoad' => 0,
10  'author' => 'Kasper Skaarhoj',
11  'author_email' => 'kasperYYYY@typo3.com',
12  'author_company' => 'Curby Soft Multimedia',
13  'version' => '7.6.33',
14  'constraints' => [
15  'depends' => [
16  'typo3' => '7.6.33',
17  'taskcenter' => '7.6.33',
18  ],
19  'conflicts' => [],
20  'suggests' => [],
21  ],
22 ];
$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2