Actions
Bug #102561
closedEpic #99669: CKEditor5 Collection
Cut/copy/paste buttons not displayed when configured
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.
Updated by Benni Mack 5 months 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