Skip to content

Instantly share code, notes, and snippets.

@Mitya88
Created October 2, 2020 09: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 Mitya88/5c9e29b9d04f1eff42700568f5bd8541 to your computer and use it in GitHub Desktop.
Save Mitya88/5c9e29b9d04f1eff42700568f5bd8541 to your computer and use it in GitHub Desktop.
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<unicorn>
<configurations>
<configuration
name="Project.HelixBase"
description="HelixBase site content"
dependencies="Foundation.*,Feature.*,Project.Common"
patch:after="configuration[@name='Foundation.Serialization']"
extends="Helix.Feature.Base">
<predicate>
<include name="Project.HelixBase.Templates" database="master" path="/sitecore/templates/Project/HelixBase" />
<include name="Project.HelixBase.Renderings" database="master" path="/sitecore/layout/renderings/Project/HelixBase" />
<include name="Project.HelixBase.Layouts" database="master" path="/sitecore/layout/layouts/Project/HelixBase" />
<include name="Project.HelixBase.PlaceholderSettings" database="master" path="/sitecore/layout/placeholder settings/Project/HelixBase" />
<include name="Project.HelixBase.Models" database="master" path="/sitecore/layout/models/Project/HelixBase" />
<include name="Project.HelixBase.Content" database="master" path="/sitecore/content/HelixBase"/>
<include name="Project.HelixBase.Media" database="master" path="/sitecore/media library/Project/HelixBase">
<exclude children="true"/>
</include>
</predicate>
</configuration>
</configurations>
</unicorn>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment