TinyMCE questions

3 posts by 2 authors in: Forums > CMS Builder
Last Post: August 13, 2024   (RSS)

By Dave - August 13, 2024

Hi Jeff, 

By default TinyMce should load plugins from the same folder or source that it loaded that main tinymce script from.

So you can add textpattern to /lib/wysiwyg_custom.php (or equivalent):

plugins: "table,fullscreen,paste,media,lists,charmap,textcolor,link,anchor,hr,paste,image,code,codesample,textpattern",

And then it will automatically load it from https://cdnjs.cloudflare.com/.

Or if you're using the Offline Mode plugin you can add the plugin URL to /plugins/offlineMode/offlineResourceList.txt and then click Admin > Plugins > Offline Mode > Update Offline Resources, and it will cache and use a local copy for you.

Hope that helps!  Let me know any other questions.

Dave Edis - Senior Developer
interactivetools.com

By Dave - August 13, 2024

Oh, and yes the wysiwyg is due for an upgrade.  We don't have an ETA on that yet though.  

Dave Edis - Senior Developer
interactivetools.com