- Issue created by @solideogloria
- Status changed to Closed: works as designed
about 1 year ago 11:35am 4 September 2023 - πΊπΈUnited States fathershawn New York
I cannot offer a lot of support for 1.x as I didn't build it. I'm noting for others that come upon this issue that 2.x is D9 compatible if you move th CKEditor 5. We had this in our composer.json when on D9/CKEditor 4.
"repositories": [ { "type": "package", "package": { "name": "ckeditor/find", "version": "4.17.2", "type": "drupal-library", "extra": { "installer-name": "ckeditor/plugins/find" }, "dist": { "url": "https://download.ckeditor.com/find/releases/find_4.17.2.zip", "type": "zip" } } } ], require: { "ckeditor/find": "4.17.2", "drupal/ckeditor_find": "1.0.0-beta2", },