Hi,We're upgrading to TS 6.7.2 SP1 and I'm giving TinyMCE another try. The main driver for this is to avoid the install of the VFE control on user machines.I'm trying to do basic customisations like changing the paste mode of the bog standard paste button and ctrl+v and I've hit a problem.Has anyone found a way to customise the standard settings on the IW implementation of TinyMCE?On the TinyMCE forums the docs say you can do what I want to do by doing this:plugins : "paste",paste_use_dialog : false,paste_auto_cleanup_on_paste : true,paste_convert_headers_to_strong : false,paste_strip_class_attributes : "all",paste_remove_spans : true,paste_remove_styles : true,But this assumes we have access to the Init function for the editor which we don't. Is there an IWTinyMCECustomConfig command to set default config for an OTB plugin like this? I even tried including the plugin as a custom plugin instead but I can't find any way of passing the config into the plugin from the custom_config.js file. It just tries to load each of the settings as a seperate plugin which fails quite badly!Any wisdom gratefully received.