Skip to content

Add External TinyMCE Plugins

Where additional customization is required, custom plugins can be loaded into TinyMCE.

    1. Locate the property externalPlugins and modify the array to customize the external plugin configuration using the following resources:

    2. External Plugins for TinyMCE.

    3. Create a Plugin for TinyMCE.
    4. The external plugins customization syntax.
    5. Connections locations for selectively loading plugins. Tip: If the external plugin array is empty (externalPlugins: [],), no external plugins will be loaded.
    externalPlugins: [
      {
        name: 'demo',
        url: '/connections/resources/web/tiny.demo/plugins/demo/plugin.min.js',
        on: ['wikis']
      }
    ],
    
  1. Related information

External Plugins for TinyMCE

Connections locations for selectively loading plugins

The external plugins customization syntax