You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TinyMCE plugins table, image is not loaded in the editor.
Context
I have the default configuration for the TinyMCE editor. In application.rb I have configured config.tinymce.install = :compile. TinyMCE editor is loaded and works fine but a couple of plugins are not loaded and in the browser console I found the following errors.
And the TinyMCE editor toolbar does not have the toolbar buttons table, image as shown in image.
Your Environment
Rails Version: 6.1.5
Ruby Version: 3.0.3
Spree Version: 4.4.0
The text was updated successfully, but these errors were encountered:
Hi @rafalcymerys ,
I have fixed this issue in passed and would be happy to open a PR. Since I am quite new to open source. Please let me know if spree team have verified this as a issue or not?
Thanks!
TinyMCE plugins
table, image
is not loaded in the editor.Context
I have the default configuration for the TinyMCE editor. In
application.rb
I have configuredconfig.tinymce.install = :compile
. TinyMCE editor is loaded and works fine but a couple of plugins are not loaded and in the browser console I found the following errors.And the TinyMCE editor toolbar does not have the toolbar buttons
table, image
as shown in image.Your Environment
The text was updated successfully, but these errors were encountered: