waynestate / nova-ckeditor4-field

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

Fix saving of CKEditor field if using the default full plugin config that is loaded by CKEditor #64

Closed chrispelzer closed 2 years ago

chrispelzer commented 2 years ago

Fixes #63

If no configuration is provided for the options, then use the default CKEditor 4 field that is provided. It seems that something is conflicting with it.

Before:

Screen Shot 2022-07-25 at 5 36 21 PM

Nova CKEditor4 Default Options:

Screen Shot 2022-07-25 at 5 36 30 PM