TYPO3 CMS  TYPO3_7-6
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 $EM_CONF[$_EXTKEY] = [
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' => '7.6.33',
14  'constraints' => [
15  'depends' => [
16  'typo3' => '7.6.33',
17  ],
18  'conflicts' => [
19  'rte_conf' => '',
20  'tkr_rteanchors' => '',
21  'ad_rtepasteplain' => '',
22  'rtehtmlarea_definitionlist' => '',
23  ],
24  'suggests' => [
25  'rtehtmlarea_api_manual' => '',
26  'setup' => '',
27  ],
28  ],
29 ];
$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2