Actions
Task #103499
closedckeditor 5 - Add parameter explanation/description
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2024-03-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
ckeditor5
Complexity:
Sprint Focus:
Description
ckeditor5 presets contain configurations like (Full.yaml)
- { name: 'Yellow marker', element: 'span', classes: [], styles: { background-color: 'yellow' } }
but styles does nothing at all. A yellow marker appears in the dropdown only if a class is defined, so the conculsion seems that styles is superfluous (maybe a leftover form ckeditor4). If I'm wrong, please add an explanation in the docs.
Actions