Project

General

Profile

Actions

Bug #102243

open

Epic #99669: CKEditor5 Collection

RTE CKEditor5 "externalPlugins" configuration is not migrated

Added by Benjamin Franzke 6 months ago. Updated 5 months ago.

Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Start date:
2023-10-24
Due date:
% Done:

0%

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

Description

The following CKEditor config loaded and configured the wordcount plugin in TYPO3 v11, but does not in TYPO3 v12.4.0-v12.4.7:

editor:
  externalPlugins:
    wordcount:
      resource: "EXT:rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/plugin.js" 
      maxCharCount: 100
      maxWordCount: 50
      showCharCount: true
      showRemaining: true

Note that this was not the recommended v11 config for "internal" plugins, but it did work and was used according to Josef Glatz (who reported this).

Note that the equivalent "official" v11 style config works and is properly migrated:

editor:
  config:
    extraPlugins:
      - wordcount
    wordcount:
      maxCharCount: 100
      maxWordCount: 50
      showCharCount: true
      showRemaining: true

Ideally both formats would be supported in TYPO3 v12.

Actions #1

Updated by Benjamin Franzke 6 months ago

  • Status changed from New to Accepted
Actions #2

Updated by Gerrit Code Review 6 months ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81549

Actions #3

Updated by Gerrit Code Review 6 months ago

Patch set 2 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81549

Actions #4

Updated by Gerrit Code Review 6 months ago

Patch set 3 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81549

Actions #5

Updated by Gerrit Code Review 6 months ago

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81684

Actions #6

Updated by Gerrit Code Review 5 months ago

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81684

Actions #7

Updated by Gerrit Code Review 5 months ago

Patch set 4 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81549

Actions

Also available in: Atom PDF