Actions
Bug #104821
closedClipboard feature are not shown in RTE
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2024-09-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The clipboard buttons are not availbale in RTE.
When I tried to add the clipboard functionalities in RTE with this YAML configuration :
# Load default processing options
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:
importModules:
- { 'module': '@ckeditor/ckeditor5-clipboard', 'exports': [ 'clipboard' ] }
toolbar:
items:
- clipboard
Or even if I tried with core minimal configuration which have clipboard functionalities included, that doesn't work:
imports:
- { resource: "EXT:rte_ckeditor/Configuration/RTE/Minimal.yaml" }
Actions