Skip to content

Instantly share code, notes, and snippets.

@sebastiantecsi
Created March 19, 2018 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebastiantecsi/2d248e7148424fa89da1c9e45b44fc6b to your computer and use it in GitHub Desktop.
Save sebastiantecsi/2d248e7148424fa89da1c9e45b44fc6b to your computer and use it in GitHub Desktop.
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<pipelines>
<initialize>
<processor type="MyExtensions.Pipelines.Demo.DemoCode, MyExtensions" />
</initialize>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment