Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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.