emilianotisato / nova-tinymce

Laravel Nova TinyMCE editor (with images upload capabilities!)
MIT License
116 stars 39 forks source link

Nova flexible content compatibility and error message styling fix #89

Open MaxKorlaar opened 1 year ago

MaxKorlaar commented 1 year ago

This PR is the same as #84 but it also updates TinyMCE and changes the classes used on the error message shown below the field whenever the validation fails. Nova now uses the classes help-text help-text-error for this.

I've understood that you're not maintaining this repository anymore, but hopefully by merging this PR you may help some others who'd like to use this field together with the Nova Flexible Content package, as long as the Flexible Content Package also emits the right event. We currently do this here: https://github.com/scholieren-com/nova-flexible-content/blob/master/resources/js/components/FormGroup.vue#L196, but I'm hoping to get that merged as well.