If you want to limit the serialization of items under the Navigation item to the item itself and those one step below, what property should you add to the includes to indicate this limitation?
If you want to limit the serialization of items under the Navigation item to the item itself and those one step below, what property should you add to the includes to indicate this limitation?
To limit the serialization of items under the Navigation item to the item itself and those one step below, you should use the 'Scope' property. The 'Scope' property allows you to specify the extent of the serialization, and in this case, it should be set to 'ItemAndChildren' to achieve the desired limitation.
You must specify a scope. The default is ItemAndDescendants but you need ItemAndChildren https://doc.sitecore.com/xp/en/developers/100/developer-tools/sitecore-content-serialization-configuration-reference.html
the item itself and those one step below,