Skip to content

Instantly share code, notes, and snippets.

@5up3rman
Last active October 12, 2016 12:34
Show Gist options
  • Save 5up3rman/d07ea188a1f0fd223599c06766a4d11f to your computer and use it in GitHub Desktop.
Save 5up3rman/d07ea188a1f0fd223599c06766a4d11f to your computer and use it in GitHub Desktop.
RenderCustomizedContentEditor Pipeline
public class RenderCustomizedContentEditor
{
public void Process(RenderContentEditorArgs args)
{
var editorFormatter = new EditorFormatter(args);
editorFormatter.RenderSections(args.Parent, args.Sections, args.ReadOnly);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment