tinymce-rails
tinymce-rails copied to clipboard
Does not work with Propshaft / cssbundling-rails,?
On my project there are such technologies: rails 7, propshaft, cssbundling-rails, jsbundling-rails etc...
And using this instruction from this gem on my project - tinymce can't intialize
Error in browser console: new:5 Uncaught ReferenceError: TinyMCERails is not defined
It's for app/views/admin/posts/_form.html.slim -> = tinymce
You have public example to share?
@Faq unfortunately, I don't. I can add you to collaborators(already)
Probably I understood. As I can see it won't work with propshaft(as almost each gem what almost not supported for JS). But through yarn it will works
Propshaft has been added in #315. If you are able to test it out and share your experience, that would be great.