iqual / iq_ckeditor4_to_ckeditor5_migration
Migration module from CKEditor 4 to CKEditor 5 for Drupal
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:drupal-custom-module
Requires
- php: ^8.1
- drupal/core: ^10
This package is auto-updated.
Last update: 2025-07-11 13:47:27 UTC
README
Utility module to help with the upgrade of Ckeditor4 to CKeditor5
Prerequisites
Identify all CkeditorPlugin on your project.
- If from contrib modules: upgrade the module to a ckeditor5 compatible version or replacement
- If from custom modules: provide upgrade path if required by adding a CKEditor4To5Upgrade Plugin to your module @see example https://git.drupalcode.org/project/linkit/-/blob/7.x/src/Plugin/CKEditor4To5Upgrade/Linkit.php
Usage
- Add it to your project
composer require-dev iqual/iq_ckeditor4_to_ckeditor5_migration
- Install the module
drush en iq_ckeditor4_to_ckeditor5_migration
- Export the configutation
drush cex -y