iqual / iq_ckeditor4_to_ckeditor5_migration
There is no license information available for the latest version (1.0.1) of this package.
Migration module from CKEditor 4 to CKEditor 5 for Drupal
Package info
github.com/iqual-ch/iq_ckeditor4_to_ckeditor5_migration
Type:drupal-custom-module
pkg:composer/iqual/iq_ckeditor4_to_ckeditor5_migration
1.0.1
2025-09-24 09:00 UTC
Requires
- php: ^8.1
- drupal/core: ^10
This package is auto-updated.
Last update: 2026-03-14 10:55: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