TYPO3 CMS  TYPO3_7-6
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 $EM_CONF[$_EXTKEY] = [
3  'title' => 'Scheduler',
4  'description' => 'The TYPO3 Scheduler let\'s you register tasks to happen at a specific time',
5  'category' => 'misc',
6  'version' => '7.6.33',
7  'state' => 'stable',
8  'uploadfolder' => 0,
9  'createDirs' => '',
10  'clearcacheonload' => 0,
11  'author' => 'Francois Suter',
12  'author_email' => 'francois@typo3.org',
13  'author_company' => '',
14  'constraints' => [
15  'depends' => [
16  'typo3' => '7.6.33',
17  ],
18  'conflicts' => [
19  'gabriel' => ''
20  ],
21  'suggests' => [],
22  ],
23 ];
$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2