I'm trying to upgrade our Episerver platform, everything has gone as expected, but once I completed the upgrade across our projects, I'm getting a an error with the TinyMCE code base. In our Domain project, there is a DefaultTineyMce Settings class override that updates some settings for our project. Unfortunately after the upgrade, the environment no longer recognizes "Episerver.Editor.TinyMCE" as a valid namespace.
The only reference in the project now (related to TinyMce), is underneath the EPiServer.Cms namespace. I tried using that namespace, but it does not have valid identifiers for types that are referenced and methods that are overriden in this class definition. Has this particular namespace been depricted? What do I need to reference to override PropertySettings for TinyMCESettings?
Thanks!,
Sean