[TYPO3-english] Added field bodytext for CType uploads, and it show up, but not as RTE enabled field

Martin Bernt Rud martin.b.rud at gmail.com
Sat May 9 13:40:42 CEST 2009


Hi list,

I´ve made a little extension with this ext_tables.php:

<?php
if (!defined ('TYPO3_MODE')) {
 die ('Access denied.');
}
t3lib_extMgm::addStaticFile($_EXTKEY,'static//', '');
t3lib_extMgm::addToAllTCAtypes('tt_content','bodytext','uploads','after:header');
?>

The only purpose of the extension was to have the bodytext field shown in
the BE. And it does apperar, but *not* as an RTE enabled field. How do I
make it RTE enabled?

Regards,
Martin Rud


More information about the TYPO3-english mailing list