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.
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.