Skip to content

Instantly share code, notes, and snippets.

@JRondeau16
Created September 11, 2015 20:14
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 JRondeau16/e695c147bcc2ed0f769f to your computer and use it in GitHub Desktop.
Save JRondeau16/e695c147bcc2ed0f769f to your computer and use it in GitHub Desktop.
Config file for AddFieldHelpText pipeline processor.
<?xml version="1.0"?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<pipelines>
<getChromeData>
<processor type="DEG.SC.ExperienceEditor.AddFieldHelpText, DEG.SC.ExperienceEditor"
patch:after="processor[@type='Sitecore.Pipelines.GetChromeData.GetRenderingChromeData, Sitecore.Kernel']"/>
</getChromeData>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment