Hi, I have written several custom plugins for TinyMCE and I am trying to integrate them with TeamSite. The plugins function correctly when tested outside of TeamSite. I followed the directions listed in the documentation for integration and I am not having any luck. Somewhere I need to be able to add my new plugins to the valid list of plugins but the following code suggested in the documentation does not work. My plugin is never getting added or initialized. Any ideas?IWTinyMCECustomConfig("custom1", "plugins", "global");