Skip to content

Instantly share code, notes, and snippets.

@gerhart92
Last active September 29, 2021 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gerhart92/abe989b9b412d1374775352babe1fe46 to your computer and use it in GitHub Desktop.
Save gerhart92/abe989b9b412d1374775352babe1fe46 to your computer and use it in GitHub Desktop.
{
"$schema": "./.sitecore/schemas/RootConfigurationFile.schema.json",
"modules": [
"src/*/*/*.module.json"
],
"plugins": [
"Sitecore.DevEx.Extensibility.Publishing@4.0.0",
"Sitecore.DevEx.Extensibility.Serialization@4.0.0",
"Sitecore.DevEx.Extensibility.Indexing@4.0.0",
"Sitecore.DevEx.Extensibility.ResourcePackage@4.0.0",
],
"serialization": {
"defaultMaxRelativeItemPathLength": 120,
"defaultModuleRelativeSerializationPath": "serialization",
"excludedFields" : [
{
"fieldId" : "5dd74568-4d4b-44c1-b513-0af5f4cda34f",
"description" : "Created by"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment