Open sumanawal opened 2 years ago
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!
@kumar-mithlesh Could you help me with how you have fixed this issue? It's blocking my application right now due to the plugins.
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