Actions
Bug #102749
closedrichtextConfiguration='default' is not overriden by RTE.default.preset = my_custom_rte
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2024-01-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
For example when the following is set:
$GLOBALS['TCA']['tt_content']['columns']['bodytext']['config']['richtextConfiguration']='default';
The tsconfig
RTE.default.preset = my_custom_rte
Takes no effect but you have to override it using
RTE.config.tt_content.bodytext.preset = my_custom_rte
As RTE.default.preset is supposed to override the default preset, I would expect the first tsconfig statement to work.
Actions