Created
September 11, 2015 20:14
-
-
Save JRondeau16/e695c147bcc2ed0f769f to your computer and use it in GitHub Desktop.
Config file for AddFieldHelpText pipeline processor.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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