Skip to content

Instantly share code, notes, and snippets.

@JRondeau16
Created July 28, 2017 19:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JRondeau16/e71e48bc3f27b76d827779267f6b2c72 to your computer and use it in GitHub Desktop.
Save JRondeau16/e71e48bc3f27b76d827779267f6b2c72 to your computer and use it in GitHub Desktop.
Hide With Standard Fields Config
<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