A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
Running:
"EPiServer.CMS" version="11.15.0"
"EPiServer.CMS.TinyMce" version="2.10.1"
I am currently trying to add a custom format to our tinymce, if I use the normal process of
The this overwrites all other formats.
So I went down this route...
The problem with this is I get the error:
Which looking at the tiny documentation I found very odd, delving into my "simpleConfig" it has 12 properties, none of which are "style_formats"
Am I missing something here, because imo I would have expected "style_formats" to be present.
Do note that this solution used to be tinymce v1 but was upgraded to v2 a while back.
TLDR; Trying to add a custom style while keeping current styles and style_format doesn't exist