A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
When writing plugins to CMS12 that adds buttons to the TinyMCE editor you need to modify the configuration of the TinyMceConfiguration class during startup.
Problem is that when I need the TinyMceConfiguration class, I need to add a dependency to EPiServer.CMS.TinyMce NuGet package.
I have two problems with the EPiServer.CMS.TinyMce package.
In my case, I only need access to the EPiServer.Cms.TinyMce.Core.TinyMceConfiguration class
I would suggest splitting the TinyMce package into a UI and a Core package to reduce issues 1 and 2 for this architecture.