Episerver Dynamic Content is a feature that allows developers to programmatically insert content into XHTML property values. Episerver Dynamic Content is installed via the optional NuGet package EPiServer.DynamicContent. However, the feature is now deprecated and is not supported by Episerver TinyMCE v 2. It is therefore recommended that you use blocks instead.
If your site is using Dynamic Content, you can use the procedures in this topic to migrate from Dynamic Content to blocks.
You can find a working solution on our GitHub on the branch doc/migrating-dynamic-content.
Just clone our repository, check out that branch and run as described in the Readme file. The approach defined above is implemented as a scheduled job. All it does is identifying all instances of FooDynamicContent and rewriting them to instances of FooBlock.
Last updated: Jul 13, 2018