emilianotisato / nova-tinymce

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

Fix tinymce missing icons #50

Closed duckzland closed 3 years ago

duckzland commented 3 years ago

With latest nova and tinymce 5.x, this field will produce valid TinyMCE instance but missing the icons.

seems at the latest tinymce version the icons is loaded as separated file.

This patch will update the js dependencies and import the icon file.

duckzland commented 3 years ago

Not sure what is the problem yet, but eventhough the build complete, TinyMCE wont initialize.

duckzland commented 3 years ago

Created another pull request for this