Bug #15862
closedRTE can't be enabled for content type "table"
0%
Description
Since the RTE was enabled for all content types in beta3, I can't get it to work for the content type table.
The configuration string I tried in PageTSConfig had no effect:
RTE.default.tt_content.bodytext.types.table.disabled = 0
(issue imported from #M2933)
Updated by Sebastian Kurfuerst over 18 years ago
Hi, this is fixed in recent CVS versions. Did you test it with RC1? The error shouldn't appear there anymore. The RTE cannot be used for the table CE.
Greets, Sebastian
Updated by old_mplutka over 18 years ago
I know that it is fixed and thats my problem. I need to enable the RTE for the table CE.
Where can it be done if not by the above mentioned TSConfig-line ?
Thanks.
Updated by Sebastian Kurfuerst over 18 years ago
Hi,
you can set it somewhere in the $TCA configuration, with an ext_tables.php
If you don't find it, I suggest to ask in typo3.english or typo3.german.
Greets, Sebastian