1. TinyMCE configuration

MeshCMS includes TinyMCE with a selection of plugins and a default configuration. If you want to customize TinyMCE, you have two options:

  1. create your own tinymce_init.js file in the CMS directory (which defaults to /meshcms). The default version of that file is contained in /meshcms/admin/scripts;

  2. use another TinyMCE version, with the plugins you want, by putting it into the CMS directory (e.g. /meshcms/tiny_mce).

You can apply both customizations if you want, i.e. using a different TinyMCE version with your own configuration.

It is not recommended to replace the TinyMCE version shipped with MeshCMS, nor to change the default configurations, as your changes would be lost when upgrading to a new MeshCMS version.