Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save merkle-sitecore-gists/1454cf5110e27db8c2da8ef21d9489fd to your computer and use it in GitHub Desktop.
Save merkle-sitecore-gists/1454cf5110e27db8c2da8ef21d9489fd to your computer and use it in GitHub Desktop.
CustomerName.Unicorn.Configs.Default.Master.config
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<unicorn>
<defaults>
<fieldFilter type="Rainbow.Filtering.ConfigurationFieldFilter, Rainbow" singleInstance="true">
<exclude fieldID="{34FECB70-C890-4671-A28B-37E65572DCB3}" note="'__Published' field on Statistics Section" />
<exclude fieldID="{DD4A2857-3EE1-44C1-94CD-121218B02852}" note="'__Published by' field on Statistics Section" />
</fieldFilter>
</defaults>
<configurations>
<configuration name="CustomerName.Master.System" description="System Templates">
<predicate>
<include name="System Templates" database="master" path="/sitecore/templates/System/Templates/Sections/Statistics">
<exclude path="/sitecore/templates/System/Templates/Sections/Statistics/" />
</include>
</predicate>
<dataProviderConfiguration enableTransparentSync="false" />
<syncConfiguration updateLinkDatabase="false" updateSearchIndex="false" />
</configuration>
</configurations>
</unicorn>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment