Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
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);