You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Defines a \"DevEx Module\" that is a Helix-like module that can contain serialized item configurations, etc.\nThis class is overridden with Serialization-specific derived versions that provide access to their module-specific settings.",
10
-
"additionalProperties": {},
11
-
"required": [
12
-
"namespace"
13
-
],
14
-
"properties": {
15
-
"$schema": {
16
-
"type": "string"
17
-
},
18
-
"namespace": {
19
-
"type": "string",
20
-
"description": "The namespace of the module. All resources in the module inherit this namespace.\nNamespaces can contain letters, numbers, dots (.), and hyphens (-).",
21
-
"minLength": 1,
22
-
"pattern": "^[A-Za-z0-9\\.\\-\\$\\{\\}\\(\\)]+$"
23
-
},
24
-
"description": {
25
-
"type": "string",
26
-
"description": "Description of the module, for reference/docs purposes only"
27
-
},
28
-
"references": {
29
-
"type": "array",
30
-
"description": "Names of other modules that are referenced by resources in this module. Wildcards are allowed, i.e. Foundation.*.",
31
-
"items": {
32
-
"type": "string"
33
-
}
34
-
},
35
-
"source": {
36
-
"type": "string",
37
-
"description": "Generic identifier as to where the module came from. Used internally for error messaging. Do not set in a module file; it will be ignored."
"description": "Defines a \"DevEx Module\" that is a Helix-like module that can contain serialized item configurations, etc.\nThis class is overridden with Serialization-specific derived versions that provide access to their module-specific settings.",
10
+
"additionalProperties": {},
11
+
"required": [
12
+
"namespace"
13
+
],
14
+
"properties": {
15
+
"$schema": {
16
+
"type": "string"
17
+
},
18
+
"namespace": {
19
+
"type": "string",
20
+
"description": "The namespace of the module. All resources in the module inherit this namespace.\nNamespaces can contain letters, numbers, dots (.), and hyphens (-).",
21
+
"minLength": 1,
22
+
"pattern": "^[A-Za-z0-9\\.\\-\\$\\{\\}\\(\\)]+$"
23
+
},
24
+
"description": {
25
+
"type": "string",
26
+
"description": "Description of the module, for reference/docs purposes only"
27
+
},
28
+
"references": {
29
+
"type": "array",
30
+
"description": "Names of other modules that are referenced by resources in this module. Wildcards are allowed, i.e. Foundation.*.",
31
+
"items": {
32
+
"type": "string"
33
+
}
34
+
},
35
+
"source": {
36
+
"type": "string",
37
+
"description": "Generic identifier as to where the module came from. Used internally for error messaging. Do not set in a module file; it will be ignored."
"description": "Contains a list of Sitecore Plugin NugetPackages. The format of the name is [NugetPackageName]@[NugetPackageVersion]. These entries are normally managed using\nthe 'Sitecore Plugin Add' and 'Sitecore Plugin Remove' commands",
"description": "Max relative item path length to serialize before considering path too long (and requiring aliasing to shorten).\nOverridable on a per-module basis; this is the default when it is unspecified.",
46
+
"format": "int32",
47
+
"default": 120
48
+
},
49
+
"defaultModuleRelativeSerializationPath": {
50
+
"type": "string",
51
+
"description": "The default relative physical path from a module file where serialized items for that module will be stored.\nFor example given module /c/foo/bar.module.json, and default '/serialization/items' path,\nthe serialized items for bar would be stored at /c/foo/bar/serialization/items.\nPrefix the path with ~/ for a root configuration relative path instead of a module-relative path.\nUse '$(module)' to insert the module name when using a root relative path.\nOverridable on a per-module basis; this is the default when it is unspecified.",
"description": "Specifies remove orphans functionality for roles serialization",
57
+
"default": true
21
58
},
22
-
"plugins": {
23
-
"type": "array",
24
-
"description": "Contains a list of Sitecore Plugin NugetPackages. The format of the name is [NugetPackageName]@[NugetPackageVersion]. These entries are normally managed using\nthe 'Sitecore Plugin Add' and 'Sitecore Plugin Remove' commands",
25
-
"items": {
26
-
"type": "string"
27
-
}
59
+
"continueOnItemFailure": {
60
+
"type": "boolean",
61
+
"description": "Specifies behavior when item synchronization fails",
"description": "Max relative item path length to serialize before considering path too long (and requiring aliasing to shorten).\nOverridable on a per-module basis; this is the default when it is unspecified.",
46
-
"format": "int32",
47
-
"default": 120
48
-
},
49
-
"defaultModuleRelativeSerializationPath": {
50
-
"type": "string",
51
-
"description": "The default relative physical path from a module file where serialized items for that module will be stored.\nFor example given module /c/foo/bar.module.json, and default '/serialization/items' path,\nthe serialized items for bar would be stored at /c/foo/bar/serialization/items.\nPrefix the path with ~/ for a root configuration relative path instead of a module-relative path.\nUse '$(module)' to insert the module name when using a root relative path.\nOverridable on a per-module basis; this is the default when it is unspecified.",
0 commit comments