TYPO3  7.6
sv/ext_emconf.php
Go to the documentation of this file.
1 <?php
2 $EM_CONF[$_EXTKEY] = array(
3  'title' => 'TYPO3 System Services',
4  'description' => 'The core/default services. This includes the default authentication services for now.',
5  'category' => 'services',
6  'state' => 'stable',
7  'uploadfolder' => 0,
8  'createDirs' => '',
9  'clearCacheOnLoad' => 1,
10  'author' => 'Rene Fritz',
11  'author_email' => 'r.fritz@colorcube.de',
12  'author_company' => 'Colorcube',
13  'version' => '7.6.0',
14  'constraints' => array(
15  'depends' => array(
16  'typo3' => '7.6.0-7.6.99',
17  ),
18  'conflicts' => array(),
19  'suggests' => array(),
20  ),
21 );