Actions
Bug #102696
closedRTE by CKEditor Documentation wrong
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2023-12-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
CKEditor
Complexity:
Is Regression:
Sprint Focus:
Description
I wanted my own RTE configuration. According to the documentation, it should look like this..:
editor:
config:
toolbar:
items:
- bold
But that didn't work. After a bit of trial and error, this one worked:
editor:
config:
toolbar:
-
name: basicstyles
items:
- Bold
Apparently the documentation is not up to date
Actions