Project

General

Profile

Actions

Bug #102696

closed

RTE by CKEditor Documentation wrong

Added by Jan Leifert 5 months ago. Updated 17 days ago.

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

Also available in: Atom PDF