The Drupal product editor_button_link has no support for CKEditor5. This module simply converts any content that has the data-drupal-button-link="button" and data-drupal-button-link-style attributes into classes so they remain as buttons once the editor_button_link module has been uninstalled.
- Drupal 10.x or higher
-
Ensure your
composer.jsonincludes the repository:"repositories": [ { "type": "vcs", "url": "git@github.com:dannyboy/editor_button_convert.git" } ]
-
Require the module using Composer:
composer require dannyboy/editor_button_convert
-
Download the module from the GitHub repository:
git clone git@github.com:dannyboy/editor_button_convert.git web/modules/custom/editor_button_convert
-
Clear the cache:
drush cr
- Dan Thorne
This project is licensed under the GPL-2.0-or-later License.
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
If you encounter any issues or have questions, please open an issue on the GitHub repository.