TYPO3 CMS  TYPO3_6-2
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 $EM_CONF[$_EXTKEY] = array(
3  'title' => 'TYPO3 CMS Frontend (TypoScript)',
4  'description' => 'The core TypoScript Content Management engine in TYPO3.
5 This should probably not be disabled. But the point is that Typo3 is able to work as a framework for... anything without this (and the whole tslib/ frontend which is tied to this extension). A LOT of the other extensions - in particular all plugins - are dependant on this extension being loaded.',
6  'category' => 'be',
7  'state' => 'stable',
8  'uploadfolder' => 0,
9  'createDirs' => '',
10  'clearCacheOnLoad' => 1,
11  'author' => 'Kasper Skaarhoj',
12  'author_email' => 'kasperYYYY@typo3.com',
13  'author_company' => 'CURBY SOFT Multimedie',
14  'version' => '6.2.0',
15  '_md5_values_when_last_written' => '',
16  'constraints' => array(
17  'depends' => array(
18  'typo3' => '6.2.0-6.2.99',
19  ),
20  'conflicts' => array(),
21  'suggests' => array(),
22  ),
23 );
$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2