Skip to content

Instantly share code, notes, and snippets.

@5up3rman
Created August 19, 2016 11:07
Show Gist options
  • Save 5up3rman/4c2e1989a49ee2f8a19c7b7cfc7839c8 to your computer and use it in GitHub Desktop.
Save 5up3rman/4c2e1989a49ee2f8a19c7b7cfc7839c8 to your computer and use it in GitHub Desktop.
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<pipelines>
<mvc.getrenderer>
<processor
patch:instead="processor[@type='type=Sitecore.Mvc.Pipelines.Response.GetRenderer.GetViewRenderer, Sitecore.Mvc']"
type="Paragon.Website.Sc.Mvc.Pipelines.GetViewRenderer, Paragon.Website.Sc.Mvc" />
</mvc.getrenderer>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment