Plugins in IBM/HCL Connections 5 CR6 with TinyMCE editor
问题 I installed the TinyMCE editor on a vanilla Connections 5 CR6 installation and now want to add plugins. HCL told us that we have the pro version of TinyMCE licenced together with Connections. One example of the pro-plugins is the checklist, which I want to install. So I add the plugin-files of the checklist as well as the lists (required as dependency) in the externalPlugins array of the config.js file: externalPlugins: [ { name: "checklist", url: pluginBaseDir + "checklist/plugin.min.js",