Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
If you have upgraded to the new version of Tiny you have to rewrite all your custom logic, read more here:
https://world.episerver.com/documentation/developer-guides/CMS/add-ons/customizing-the-tinymce-editor-v2/
I was able to get past this by defining a new initialization routine to configure the plugin.
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