Includes are used to configure the serialization of content item trees. You configure includes with a name property that becomes a folder name in your file system and a path property that specifies what part of your content item tree to serialize. For example, toserialize your entire content item tree to the serialization\content\ folder in your file system, add this to your Project.module.json file and run the sitecore ser pull command: “items”: { “includes”: [ { “name”: “content”, “path”: “/sitecore/content/home” } ] } References:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit