forked from Sitecore/xmcloud-starter-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsitecore.json
More file actions
28 lines (28 loc) · 882 Bytes
/
sitecore.json
File metadata and controls
28 lines (28 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"$schema": "./.sitecore/schemas/RootConfigurationFile.schema.json",
"modules": [
"authoring/items/**/*.module.json"
],
"plugins": [
"Sitecore.DevEx.Extensibility.Serialization@6.0.23",
"Sitecore.DevEx.Extensibility.Publishing@6.0.23",
"Sitecore.DevEx.Extensibility.Indexing@6.0.23",
"Sitecore.DevEx.Extensibility.ResourcePackage@6.0.23",
"Sitecore.DevEx.Extensibility.XMCloud@1.1.120"
],
"serialization": {
"defaultMaxRelativeItemPathLength": 100,
"defaultModuleRelativeSerializationPath": "items",
"removeOrphansForRoles": true,
"removeOrphansForUsers": true,
"continueOnItemFailure": false,
"excludedFields": [],
"progressiveMetadataPull": false
},
"settings": {
"telemetryEnabled": false,
"cacheAuthenticationToken": true,
"versionComparisonEnabled": true,
"apiClientTimeoutInMinutes": 5
}
}