@DonoD, the module is available for download now.
Patch created from the fork.
mhespanhol β created an issue.
mhespanhol β made their first commit to this issueβs fork.
mhespanhol β made their first commit to this issueβs fork.
I have opened a merge request with some changes that makes the module work fine in Drupal 10.
mhespanhol β created an issue.
@lucaslg, the license file is not required. It can be removed from the repository.
As for Webpack, we used that for developing the CKEditor 5 plugin, following their recommendation. So it is only necessary if people are going to tweak the CKEditor 5 plugin, but the Drupal module doesn't need it to work.
I agree that having the Templates plugin available for CKEditor 5 would be nice, but that was never our goal for this project. The plugin we created has only the minimum requirement to connect Drupal to CKEditor, and most of the Templates functionality is now coded inside Drupal. Therefore, the CKEditor 5 plugin for this module is only useful with the Drupal plugin.
We opened an MR with some modifications to the CKEditor Templates module to work independently from an external plugin. A few notes:
- - These changes are CKEditor 5 ready, working with Drupal 9.3+ or Drupal 10, but it is not compatible with CKEditor 4.
- - It creates all necessary files for this module to work, so people migrating from the previous version might want to delete the "templates" in the "libraries" folder afterward.
- - The templates can be managed in the config page /admin/config/content/ckeditor-templates (see the updated README.txt file for more info), so you might delete the templates/ckeditor_templates.js file after setting them inside the new structure.