- Issue created by @mornel
- 🇮🇳India zaryab_drupal Bhopal
@mornel The version you mentioned is not available for Drupal 11, I am attaching screenshot and URL of Drupal.org https://www.drupal.org/project/ckeditor5_markdown_editor/releases/1.0.x-dev →
This below version is available for Drupal 11 and it successfully install in D11.
https://www.drupal.org/project/ckeditor5_markdown_editor/releases/1.0.0-... → - 🇵🇱Poland mornel
@zaryab_drupal
Sorry, my mistake.
This is the one is causing the problem under Drupal 11.1.0
"drupal/ckeditor5_markdown_editor": "^1.0@beta",
- 🇺🇸United States curtistinkers
I fixed this by changing
LibraryDiscovery
toLibraryDiscoveryInterface
insrc/Command/CliCommandWrapper.php
. I've attached a patch file. - Status changed to Needs review
11 days ago 8:58am 27 February 2025 -
sebastix →
committed 3939d0f4 on 1.0.x
code strictness updates + fix issue #3494712 https://www.drupal.org/...
-
sebastix →
committed 3939d0f4 on 1.0.x
- 🇳🇱Netherlands sebastian hagens Breda, Netherlands
Thx for the patch
Fixed in https://www.drupal.org/project/ckeditor5_markdown_editor/releases/1.0.0-... →