- 🇩🇪Germany jurgenhaas Gottmadingen
There is 📌 Drupal 10 and ckeditor5 compatibility Postponed where we discussed whether this module should even be ported to Drupal 10. This is because in Drupal 10, CKEditor 4 is being removed, and we would have to migrate this module not only to Drupal 10 but also to support CKEditor 5. However, there are other modules doing that already, and it may be better to join forces, instead of maintaining multiple modules doing the same thing.
CKEditor 4 is being moved into a separate module though, but the editor is going EOL by the end of the year, so there doesn't seem to be much reason for continued support for it anyways.
- First commit to issue fork.
- @pilot3 opened merge request.
- 🇩🇪Germany marcoka
Could you tell me what the alternatives are that you mentioned. Thank you.
- 🇩🇪Germany jurgenhaas Gottmadingen
Yes, that's probably the best alternative these days. In my previous comment I have also linked to another issue which contains more about that though process and that also links to ckeditor5_template
- Status changed to Needs review
about 1 year ago 11:03am 11 September 2023 - last update
about 1 year ago Patch Failed to Apply @sarwan I tried to apply the patch on the 3.0.x branch, It couldn't apply.
- 🇭🇺Hungary danyg Budapest
Hi, here is a Drupal 10 compatible patch for the latest RC2 release
- Assigned to sarwan_verma
- 🇮🇳India sarwan_verma
Hi danyg, please don't upload similar patch and your patch didn't apply as well.
Uploading a updated patch.
- Status changed to RTBC
about 1 year ago 10:25am 19 September 2023 - 🇮🇳India shubham_jain
Hi, I review that this patch is applied and solves the error. So moving to the RTBC.
- 🇭🇺Hungary danyg Budapest
Hi, I got several PHP errors with the patch #12, I fixed the issues (duplicated "return") and replace non-existing "extension.path.module" to "extension.list.module" service
- Status changed to Needs review
about 1 year ago 1:44pm 27 September 2023 - last update
about 1 year ago Patch Failed to Apply - 🇫🇷France tostinni
@marcoka have a look at https://www.drupal.org/project/ckeditor5_embedded_content → which is pretty neat to have a UI for formatting content.
- Issue was unassigned.
- Status changed to Needs work
about 1 year ago 1:21pm 11 October 2023 - 🇺🇸United States rishi kulshreshtha
A migration document from wysiwyg_template to https://www.drupal.org/project/ckeditor5_template → would be very helpful. Until we have that in place, the only option left is to use the patch attached at #15. The patch looks good except for one thing:
================================================================================ Wysiwyg Template Plugin Scanned on Wed, 10/11/2023 - 09:15 FILE: web/modules/contrib/wysiwyg_template/modules/wysiwyg_template_core/wysiwyg_templ ate_core.info.yml STATUS LINE MESSAGE -------------------------------------------------------------------------------- Check manually 0 Value of core_version_requirement: ^8.8 || ^9 is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687. --------------------------------------------------------------------------------
- Status changed to Needs review
about 1 year ago 1:31pm 11 October 2023 - last update
about 1 year ago Patch Failed to Apply - last update
12 months ago Composer require failure - First commit to issue fork.
- 🇩🇪Germany danielspeicher Steisslingen
There are functions like drupal_get_path, which are gone in Drupal 10. I replaced them accordingly.
I also added the gitlab-ci.yml for creating a pipeline which adds PHPCS and PHPStan tests. To pass the tests, I will add a new issue to avoid confusion, because there will be multiple changes.
- 🇧🇷Brazil charlliequadros
Patch update to the latest released version 3.0.0-rc2.