Project

General

Profile

Actions

Bug #104821

closed

Clipboard feature are not shown in RTE

Added by Florian Rival about 2 months ago. Updated about 2 months ago.

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 #1

Updated by Garvin Hicking about 2 months ago

  • Status changed from New to Closed

Ongoing in https://typo3.slack.com/archives/C1NGBUNTY/p1725464185682669

Quoted:

"However, there no longer are clipboard buttons, IIRC. CKEditor natively parses the OS/browser clipboard via usual copy/cut operations

https://ckeditor.com/docs/ckeditor5/latest/framework/deep-dive/clipboard.html"

Please try not to crosspost when help is ongoing, thank you :)

Actions

Also available in: Atom PDF