TYPO3  7.6
lang/ext_emconf.php
Go to the documentation of this file.
1 <?php
2 $EM_CONF[$_EXTKEY] = array(
3  'title' => 'System language labels',
4  'description' => 'Contains all the core language labels in a set of files mostly of the "locallang" format. This extension is always required in a TYPO3 install.',
5  'category' => 'be',
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.0',
14  'constraints' => array(
15  'depends' => array(
16  'typo3' => '7.6.0-7.6.99',
17  'extensionmanager' => '7.6.0-7.6.99',
18  ),
19  'conflicts' => array(),
20  'suggests' => array(),
21  ),
22 );