...
JavaScript that defines "Con.Tiny". Uses its passed through settings and options to initialise Tinymce 4 and defines the callback functions of standard values. It also defines the "close" plugin for the inline editor that adds a save and close button to the inline editor toolbar. As the users may insert images or videos this script integrates Contenido's image and file browsers into Tinymce.
Loading plugins from clients folder
You may choose between two options:
...
Configuration
Tinymce 4 can be configured through the page at Administration -> System -> WYSIWYG.
There are separate settings available for dedicated editor page, inline editor and inline editor in fullscreen mode
You may also activate the contenido_gzip option (but this is not recommended because web server should be serving compressed content already).
If you activate the jump lists for image and links then users have a dropdown menu available when opening image and link dialogs, providing quick access to images and links. This option will be slow for links with many pages and categories and image list creation will be slow when there are many different images available. By default these options are turned off.
Load external plugins
You can add custom plugins to tinymce 4 using the "External plugins to load" entry. Name should be the name of the plugin and URL is the URL TinyMCE 4 will try to load dynamically using AJAX.
Add the following path to your client folder: "external/wysiwyg/tinymce4/contenido/client_plugins/plugins".
...