TYPO3 CMS  TYPO3_6-2
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 $EM_CONF[$_EXTKEY] = array(
3  'title' => 'Scheduler',
4  'description' => 'The TYPO3 Scheduler let\'s you register tasks to happen at a specific time',
5  'category' => 'misc',
6  'version' => '6.2.0',
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' => array(
15  'depends' => array(
16  'typo3' => '6.2.0-6.2.99',
17  ),
18  'conflicts' => array(
19  'gabriel' => ''
20  ),
21  'suggests' => array(),
22  ),
23  '_md5_values_when_last_written' => '',
24 );
$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2