Created
July 28, 2017 19:37
-
-
Save JRondeau16/e71e48bc3f27b76d827779267f6b2c72 to your computer and use it in GitHub Desktop.
Hide With Standard Fields Config
This file contains 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
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:set="http://www.sitecore.net/xmlconfig/set/"> | |
<sitecore> | |
<pipelines> | |
<getContentEditorFields> | |
<processor type="[YOUR_NAMESPACE].GetFields, [YOUR_NAMESPACE]" | |
patch:instead="processor[@type='Sitecore.Shell.Applications.ContentEditor.Pipelines.GetContentEditorFields.GetFields, Sitecore.Client']" /> | |
</getContentEditorFields> | |
</pipelines> | |
</sitecore> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment