Skip to content

Instantly share code, notes, and snippets.

@5up3rman
Created October 11, 2016 19:24
Show Gist options
  • Save 5up3rman/c5220cddcd68b0150758472d9e0f05a0 to your computer and use it in GitHub Desktop.
Save 5up3rman/c5220cddcd68b0150758472d9e0f05a0 to your computer and use it in GitHub Desktop.
Customized Content Editor Config
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<pipelines>
<renderContentEditor>
<processor
patch:instead="processor[@type='Sitecore.Shell.Applications.ContentEditor.Pipelines.RenderContentEditor.RenderStandardContentEditor, Sitecore.Client']"
type="Paragon.Sc.ContentEditor.Pipelines.RenderContentEditor.RenderCustomizedContentEditor, Paragon.Sc.ContentEditor" />
</renderContentEditor>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment