Ckeditor 5 compability fixes.

Created on 3 July 2023, 12 months ago

Problem/Motivation

Drupal now has Ckeditor 5 support and while switching to this editor this plugin is not working.

Steps to reproduce

Go to text format and editor config. Create/edit text format and enable the plugin.

Proposed resolution

Update the filter type.
Drupal\filter\Plugin\FilterInterface::TYPE_MARKUP_LANGUAGE -> Drupal\filter\Plugin\FilterInterface::TYPE_TRANSFORM_IRREVERSIBLE

/**
 * Provides a filter to generate jQuery UI accordion and tabs widgets.
 *
 * @Filter(
 *   id = "jquery_ui_filter",
 *   module = "jquery_ui_filter",
 *   title = @Translation("jQuery UI accordion and tabs widgets"),
 *   type = Drupal\filter\Plugin\FilterInterface::TYPE_TRANSFORM_IRREVERSIBLE
 * )
 */

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

2.0

Component

Code

Created by

🇮🇳India govind.maloo

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024