Problem/Motivation
Per the following on the contrib ckeditor module for CKEditor 4, it is no longer supported in Drupal and should no longer be used or maintained.
To ease the transition to CKEditor 5 (in Drupal 9.5 and Drupal 10.0), it is possible to use the 1.0.x branch of this project until contributed and custom modules are ready. Once CKEditor 4 no longer receives security updates (the end of 2023), this project will be marked unsupported.
All implementation for CKEditor 4 and related logic/configuration/testing should be removed from the module.
Steps to reproduce
- Go to patternkit JSON Editor settings
- CKEditor 4 should no longer be an available option (regardless whether the
drupal/ckeditormodule is available
Proposed resolution
- Remove all configuration options to use CKEditor 4 or related toolbars
- Update existing configuration to remove these settings if used
- Remove related logic to attach CKEditor 4
User interface changes
- CKEditor 4 is no longer an option for usage in Patternkit content
API changes
None
Data model changes
None
| Comment | File | Size | Author |
|---|
Issue fork patternkit-3416535
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
Comment #3
sluceroComment #4
sluceroComment #5
minsharm commentedRetested the issue and CKEditor 4 is not longer available for Patternkit configuration
Steps to test :
Install both Ckeditor 4 and ckeditor 5
Go to patternkit JSON Editor settings.
Results : CKEditor 4 is no longer an available option (regardless whether the drupal/ckeditor module is available).
Attaching screenshots.
Comment #7
sluceroMerged for inclusion in the Beta 9 release.