Actions
Bug #70837
closedTCA rte configuration in palettes
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2015-10-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hey there,
the normal way to add a rte field via tca is not supported in palettes.
There is only a normal textare without a loaded rte.
In the usual way it is working fine.
Is there any workaround or exist a working definition?
Typo3 version ist 6.2.15.
Updated by Georg Ringer about 9 years ago
- Status changed from New to Resolved
this works fine in 7 LTS with
'teaser' => [ 'defaultExtras' => 'richtext:rte_transform[mode=ts_css]' ],
nothing will be changed in that regard for 6.2
Updated by Christian Kuhn about 8 years ago
this was fixed today in 7.6, especially the rte transformation.
Actions