When enabling the filter on a text format in D11, with CKEditor5, I'm getting following message:

CKEditor 5 only works with HTML-based text formats. The "Convert Videos into Orejime Videos" (filter_videos_orejime) filter implies this text format is not HTML anymore.

This might be related to a wrong/obsolete configuration in the type of the plugin:

/**
 * Provides a filter to convert URLs into links.
 *
 * @Filter(
 *   id = "filter_videos_orejime",
 *   title = @Translation("Convert Videos into Orejime Videos"),
 *   type = Drupal\filter\Plugin\FilterInterface::TYPE_MARKUP_LANGUAGE
 * )
 */
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

ludo.r created an issue. See original summary.

ludo.r’s picture

Title: Test filter cannot be applied anymore in D11 » Text filter cannot be applied anymore in D11

prudloff made their first commit to this issue’s fork.

prudloff’s picture

Status: Active » Needs review

p-neyens made their first commit to this issue’s fork.

p-neyens’s picture

Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

p-neyens’s picture

Status: Fixed » Closed (fixed)
p-neyens’s picture

Status: Closed (fixed) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.