0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
12.4.7
/
standard
/
htdocs
/
typo3
/
sysext
/
rte_ckeditor
/
[
Home
]
File: ext_emconf.php
<?php $EM_CONF[$_EXTKEY] = [ 'title' => 'TYPO3 CMS RTE CKEditor', 'description' => 'Integration of CKEditor as a Rich Text Editor for the TYPO3 backend.', 'category' => 'be', 'state' => 'stable', 'author' => 'TYPO3 Core Team', 'author_email' => 'typo3cms@typo3.org', 'version' => '12.4.7', 'constraints' => [ 'depends' => [ 'typo3' => '12.4.7', ], 'conflicts' => [], 'suggests' => [ 'setup' => '12.4.7', ], ], ];