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
Apparently the order of things is very important. :)
Moving services.Configure<TinyMceConfiguration>(config =>
below the call to AddCms solves the issue. Perhaps obvious!
Hi,
I have an episerver 12 website (which has been upgraded from 11 lately).
I'm trying to migrate the tiny mce settings for the updated tiny mce version using this approach as described in the documentation:
{
.AddEpiserverSupport()
For some reason the default config does not work the same way as per property configuration.
Doing this renders the editor as expected:
config.For<DynamicPage>(a => a.IntroText, baseConfig);