‪TYPO3CMS  10.4
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 
3 ‪$EM_CONF[$_EXTKEY] = [
4  'title' => 'Scheduler',
5  'description' => 'The TYPO3 Scheduler let\'s you register tasks to happen at a specific time',
6  'category' => 'misc',
7  'version' => '10.4.38',
8  'state' => 'stable',
9  'clearCacheOnLoad' => 0,
10  'author' => 'TYPO3 Core Team',
11  'author_email' => 'typo3cms@typo3.org',
12  'author_company' => '',
13  'constraints' => [
14  'depends' => [
15  'typo3' => '10.4.38',
16  ],
17  'conflicts' => [],
18  'suggests' => [],
19  ],
20 ];
‪$EM_CONF
‪$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:3