November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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);