Created
June 25, 2015 22:16
-
-
Save micklaw/688012240ab1c77a8b41 to your computer and use it in GitHub Desktop.
Register TyeConverters on startup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
protected override void OnApplicationStarting(object sender, EventArgs e) | |
{ | |
... | |
DittoResolverTypeLocator.Register<DittoHtmlStringConverter>("rte"); | |
DittoResolverTypeLocator.Register<DittoHtmlStringConverter>("embed"); | |
DittoResolverTypeLocator.Register<GridImageConverter>("media"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment