TYPO3 CMS  TYPO3_6-2
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 $EM_CONF[$_EXTKEY] = array(
3  'title' => 'Editor with syntax highlighting',
4  'description' => 'JavaScript-driven editor with syntax highlighting and codecompletion. Based on CodeMirror.',
5  'category' => 'be',
6  'state' => 'stable',
7  'uploadfolder' => 0,
8  'createDirs' => '',
9  'clearCacheOnLoad' => 0,
10  'author' => 'Tobias Liebig, Stephan Petzl, Christian Kartnig',
11  'author_email' => 'mail_typo3@etobi.de, spetzl@gmx.at, office@hahnepeter.de',
12  'author_company' => '',
13  'version' => '6.2.0',
14  '_md5_values_when_last_written' => '',
15  'constraints' => array(
16  'depends' => array(
17  'typo3' => '6.2.0-6.2.99',
18  ),
19  'conflicts' => array(),
20  'suggests' => array(),
21  ),
22 );
$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2