Project

General

Profile

Actions

Bug #102561

open

Epic #99669: CKEditor5 Collection

Cut/copy/paste buttons not displayed when configured

Added by Chris Müller 6 months ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2023-11-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I configured the cut/copy/paste buttons in a custom RTE preset like this (reduced to minimal example):

imports:
    - { resource: 'EXT:rte_ckeditor/Configuration/RTE/Processing.yaml' }
    - { resource: 'EXT:rte_ckeditor/Configuration/RTE/Editor/Base.yaml' }
    - { resource: 'EXT:rte_ckeditor/Configuration/RTE/Editor/Plugins.yaml' }

editor:
  config:
    toolbar:
      items:
        - cut
        - copy
        - paste
        - pasteText
        - pasteFromWord

However, the buttons do not appear in the RTE's toolbar.

No data to display

Actions

Also available in: Atom PDF