If a developer wants to limit the serialization of items under a Navigation item to just the item itself and then one step below, what property should the developer add to the includes to indicate this limitation?
Correct : A
Self -- only the item itself is serialized, not its descendants.
Children -- the item and its immediate children are serialized, not the grandchildren or further descendants.
Subtree -- the item and all its descendants are serialized, regardless of the depth.
includes:
- name: Navigation
path: /sitecore/content/MySite/Navigation
scope: Children
Start a Discussions
A developer has set up a local XM Cloud development environment and would like to connect Sitecore Pages to their locally running XM Cloud instance. However, after following the necessary steps, they're facing issues with the connection. Of the options below, what is the most likely potential reason for this issue?
Correct : D
Start a Discussions
What is the sitecore.json file in a development solution?
Start a Discussions
What does the default scope for a serialization include if the scope parameter is not defined?
Start a Discussions
When deploying to XM Cloud, how are Sitecore Content Serialization (SCS) serialized items created in the Content Management (CM) instance?
Start a Discussions