TYPO3 CMS  TYPO3_6-2
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 $EM_CONF[$_EXTKEY] = array(
3  'title' => 'htmlArea RTE',
4  'description' => 'Rich Text Editor.',
5  'category' => 'be',
6  'state' => 'stable',
7  'uploadfolder' => 1,
8  'createDirs' => '',
9  'clearCacheOnLoad' => 0,
10  'author' => 'Stanislas Rolland',
11  'author_email' => 'typo3(arobas)sjbr.ca',
12  'author_company' => 'SJBR',
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  'rte_conf' => '',
21  'tkr_rteanchors' => '',
22  'ad_rtepasteplain' => '',
23  'rtehtmlarea_definitionlist' => '',
24  ),
25  'suggests' => array(
26  'rtehtmlarea_api_manual' => '',
27  'setup' => '',
28  ),
29  ),
30 );
$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2