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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3259891-ckeditor5-dependency.patch | 258 bytes | jennypanighetti |
Comments
Comment #2
jennypanighetti commentedAttached.
Comment #3
gaurav.kapoor commented@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.
Comment #4
jennypanighetti commentedThat's fine, but it can be either/or - you do not need to have both ckeditor and ckeditor5 as a dependency.
Comment #5
gaurav.kapoor commentedOk, I will make sure we are using different releases for CKEditor 4 and 5.
Comment #7
gaurav.kapoor commentedI 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.