waynestate / nova-ckeditor4-field

A Laravel Nova CKEditor4 WYSIWYG Field
MIT License
61 stars 24 forks source link

Set image2 within the extraplugins if it isn't present. #82

Closed chrispelzer closed 1 year ago

chrispelzer commented 1 year ago

When there is no user configuration present and ->withFiles() option is used, the image2 plugin wasn't being inserted with the uploadimage. This will now make image2 properly used.

https://github.com/waynestate/nova-ckeditor4-field/discussions/80