Created
October 2, 2020 09:14
-
-
Save Mitya88/5c9e29b9d04f1eff42700568f5bd8541 to your computer and use it in GitHub Desktop.
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/"> | |
<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