spohlenz / tinymce-rails

Integration of TinyMCE with the Rails asset pipeline
Other
813 stars 256 forks source link

How to use it with paid plugins #302

Open liamstevens111 opened 1 year ago

liamstevens111 commented 1 year ago

We are using the gem and we need to include the paid plugins. There is no much documentation and adding the paid plugins url end up causing a clash (it seems) with the compiled plugins.

Faq commented 1 year ago

If you expect someone to help, you should provide more info. What paid plugin? Link specific plugin you describe. what tinymce-rails/rails/ruby version is used. Error log?

liamstevens111 commented 1 year ago

Sorry about that.

I am trying to use codeadv plugin - I am using the CDN with API key for plugins, and using tinymce assets for the core JS. It seems you can't use both? Ie unable to use cloud CDN for premium plugins with this gem?

Rails version is a bit outdated but don't think that's the issue?

Webpack(webpacker) sprockets etc AFAIK.

Thanks so much.