Project

General

Profile

Actions

Bug #102561

closed

Epic #99669: CKEditor5 Collection

Cut/copy/paste buttons not displayed when configured

Added by Chris Müller 7 months ago. Updated 2 days ago.

Status:
Closed
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.

Actions #1

Updated by Benni Mack 2 days ago

  • Status changed from New to Closed

Please check https://stackoverflow.com/questions/50730225/ckeditor5-balloon-build-clipboard-items-for-toolbar - the buttons do not exist unfortunately in CKEditor5 anymore

Actions

Also available in: Atom PDF