-
Notifications
You must be signed in to change notification settings - Fork 152
/
sitecore.json
45 lines (45 loc) · 1.3 KB
/
sitecore.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"$schema": "./.sitecore/schemas/RootConfigurationFile.schema.json",
"modules": [
"src/*.module.json"
],
"plugins": [
],
"serialization": {
"defaultMaxRelativeItemPathLength": 100,
"defaultModuleRelativeSerializationPath": "items",
"removeOrphansForRoles": true,
"continueOnItemFailure": false,
"excludedFields": [
{
"fieldId": "badd9cf9-53e0-4d0c-bcc0-2d784c282f6a",
"description": "__Updated by"
},
{
"fieldId": "d9cf14b1-fa16-4ba6-9288-e8a174d4d522",
"description": "__Updated"
},
{
"fieldId": "5dd74568-4d4b-44c1-b513-0af5f4cda34f",
"description": "__Created by"
},
{
"fieldId": "25bed78c-4957-4165-998a-ca1b52f67497",
"description": "__Created"
},
{
"fieldId": "{52807595-0F8F-4B20-8D2A-CB71D28C6103}",
"description": "__Owner"
}
]
},
"settings": {
"telemetryEnabled": false,
"versionComparingEnabled": true
}
}