The module lists ckeditor and ckeditor5 as a dependency, is that correct? Doesn't this module work work ckeditor v4 as well?

If so, I can patch to remove ckeditor5 requirement.

CommentFileSizeAuthor
#2 3259891-ckeditor5-dependency.patch258 bytesjennypanighetti

Comments

jennypanighetti created an issue. See original summary.

jennypanighetti’s picture

StatusFileSize
new258 bytes

Attached.

gaurav.kapoor’s picture

@jennypanighetti The 2.0.0 release of the plugin works with CKEditor 4 and 2.1.x releases are under active development and will be compatible with both CKEditor 4 and 5.

jennypanighetti’s picture

That's fine, but it can be either/or - you do not need to have both ckeditor and ckeditor5 as a dependency.

gaurav.kapoor’s picture

Ok, I will make sure we are using different releases for CKEditor 4 and 5.

  • gaurav.kapoor authored ddb1978 on 2.1.x
    Issue #3259891 by jennypanighetti, gaurav.kapoor: CKEditor 5 dependency?
    
gaurav.kapoor’s picture

Status: Active » Fixed

I have removed all the CKEditor 4 related code from the 2.1.x branch. From now onwards, the 2.1.x branch will have code related to CKEditor 5 only. 2.0.x branch will have changes related to CKEditor 4.

In case there is a support request for the possibility of using both in a single website, I will explore the submodule approach in that case.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.