‪TYPO3CMS  11.5
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 
3 ‪$EM_CONF[$_EXTKEY] = [
4  'title' => 'CKEditor Rich Text Editor',
5  'description' => 'Integration of CKEditor as Rich Text Editor.',
6  'category' => 'be',
7  'state' => 'stable',
8  'author' => 'TYPO3 Core Team',
9  'author_email' => 'typo3cms@typo3.org',
10  'version' => '11.5.39',
11  'constraints' => [
12  'depends' => [
13  'typo3' => '11.5.39',
14  ],
15  'conflicts' => [],
16  'suggests' => [
17  'setup' => '11.5.39',
18  ],
19  ],
20 ];
‪$EM_CONF
‪$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:3