Skip to content

Instantly share code, notes, and snippets.

@nehemiahj
Created September 11, 2023 20:05
Show Gist options
  • Save nehemiahj/64fa3a2b7e34d18f7740490ad1130fda to your computer and use it in GitHub Desktop.
Save nehemiahj/64fa3a2b7e34d18f7740490ad1130fda to your computer and use it in GitHub Desktop.
Content Module JSON with specific targets
{
"$schema": "../../.sitecore/schemas/ModuleFile.schema.json",
"namespace": "Content",
"items": {
"includes": [
{
"name": "Pages",
"path": "/sitecore/content/samplesite/samplesite/Home",
"scope": "ItemAndDescendants"
},
{
"name": "Data",
"path": "/sitecore/content/samplesite/samplesite/Data",
"scope": "ItemAndDescendants"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment