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
* )
*/
Comments
Comment #2
ludo.rComment #5
prudloff commentedComment #7
p-neyens commentedComment #9
p-neyens commentedComment #10
p-neyens commented