Closed (fixed)
Project:
CKEditor 5 Markdown Editor
Version:
1.0.0-beta2
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2024 at 09:11 UTC
Updated:
13 Mar 2025 at 09:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
zaryab_drupal commented@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-...
Comment #3
zaryab_drupal commentedComment #4
mornel commented@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",Comment #5
mornel commentedChanged version to 1.0.0-beta2
Comment #6
curtistinkers commentedI fixed this by changing
LibraryDiscoverytoLibraryDiscoveryInterfaceinsrc/Command/CliCommandWrapper.php. I've attached a patch file.Comment #7
curtistinkers commentedComment #9
sebastixThx for the patch
Fixed in https://www.drupal.org/project/ckeditor5_markdown_editor/releases/1.0.0-...