小编San*_*ter的帖子

Sitecore Unicorn项目同步

我正在使用Unicorn将项目序列化到我的本地文件系统.在这个配置中,我有一个包含很多项目的集合.这些项不必序列化到我的文件系统,但根文件夹应该.

所以我包含了根文件夹,但是如何配置Unicorn跳过其子项呢?

<include database="master" path="/sitecore/content/mycollection" />
Run Code Online (Sandbox Code Playgroud)

我希望有类似的东西

<include database="master" path="/sitecore/content/mycollection" excludeChilds="true />
Run Code Online (Sandbox Code Playgroud)

要么

<include database="master" path="/sitecore/content/mycollection"><exclude "*" /></include>
Run Code Online (Sandbox Code Playgroud)

sitecore sitecore-unicorn

5
推荐指数
2
解决办法
2531
查看次数

标签 统计

sitecore ×1

sitecore-unicorn ×1