waynestate / nova-ckeditor4-field

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

Fix merging of options to prevent combining if the same key exists within the merging arrays #88

Closed chrispelzer closed 1 year ago

chrispelzer commented 1 year ago

recursive on the options merge isn't needed as it would look merged the same keys rather than replace the keys if they exist.

Closes #87