@commercetools-frontend/application-config 22.37.0 → 22.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-application.schema.json +33 -33
- package/custom-view.schema.json +28 -28
- package/dist/commercetools-frontend-application-config.cjs.dev.js +61 -61
- package/dist/commercetools-frontend-application-config.cjs.prod.js +61 -61
- package/dist/commercetools-frontend-application-config.esm.js +61 -61
- package/dist/declarations/src/schemas/generated/custom-application.schema.d.ts +32 -32
- package/dist/declarations/src/schemas/generated/custom-view.schema.d.ts +27 -27
- package/package.json +5 -5
|
@@ -14,31 +14,31 @@
|
|
|
14
14
|
},
|
|
15
15
|
"properties": {
|
|
16
16
|
"name": {
|
|
17
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
17
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#name",
|
|
18
18
|
"type": "string"
|
|
19
19
|
},
|
|
20
20
|
"description": {
|
|
21
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
21
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#description",
|
|
22
22
|
"type": "string"
|
|
23
23
|
},
|
|
24
24
|
"entryPointUriPath": {
|
|
25
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
25
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#entrypointuripath",
|
|
26
26
|
"type": "string"
|
|
27
27
|
},
|
|
28
28
|
"cloudIdentifier": {
|
|
29
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
29
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#cloudidentifier",
|
|
30
30
|
"type": "string"
|
|
31
31
|
},
|
|
32
32
|
"mcApiUrl": {
|
|
33
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
33
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#mcapiurl",
|
|
34
34
|
"type": "string"
|
|
35
35
|
},
|
|
36
36
|
"oAuthScopes": {
|
|
37
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
37
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#oauthscopes",
|
|
38
38
|
"type": "object",
|
|
39
39
|
"properties": {
|
|
40
40
|
"view": {
|
|
41
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
41
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#oauthscopesview",
|
|
42
42
|
"type": "array",
|
|
43
43
|
"default": [],
|
|
44
44
|
"items": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"uniqueItems": true
|
|
49
49
|
},
|
|
50
50
|
"manage": {
|
|
51
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
51
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#oauthscopesmanage",
|
|
52
52
|
"type": "array",
|
|
53
53
|
"default": [],
|
|
54
54
|
"items": {
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"required": ["view", "manage"]
|
|
63
63
|
},
|
|
64
64
|
"additionalOAuthScopes": {
|
|
65
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
65
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#additionaloauthscopes",
|
|
66
66
|
"type": "array",
|
|
67
67
|
"default": [],
|
|
68
68
|
"uniqueItems": true,
|
|
@@ -70,11 +70,11 @@
|
|
|
70
70
|
"type": "object",
|
|
71
71
|
"properties": {
|
|
72
72
|
"name": {
|
|
73
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
73
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#additionaloauthscopesname",
|
|
74
74
|
"type": "string"
|
|
75
75
|
},
|
|
76
76
|
"view": {
|
|
77
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
77
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#additionaloauthscopesview",
|
|
78
78
|
"type": "array",
|
|
79
79
|
"default": [],
|
|
80
80
|
"items": {
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"uniqueItems": true
|
|
85
85
|
},
|
|
86
86
|
"manage": {
|
|
87
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
87
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#additionaloauthscopesmanage",
|
|
88
88
|
"type": "array",
|
|
89
89
|
"default": [],
|
|
90
90
|
"items": {
|
|
@@ -99,14 +99,14 @@
|
|
|
99
99
|
}
|
|
100
100
|
},
|
|
101
101
|
"env": {
|
|
102
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
102
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#env",
|
|
103
103
|
"type": "object",
|
|
104
104
|
"properties": {
|
|
105
105
|
"development": {
|
|
106
106
|
"type": "object",
|
|
107
107
|
"properties": {
|
|
108
108
|
"initialProjectKey": {
|
|
109
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
109
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#envdevelopmentinitialprojectkey",
|
|
110
110
|
"type": "string"
|
|
111
111
|
},
|
|
112
112
|
"teamId": {
|
|
@@ -120,15 +120,15 @@
|
|
|
120
120
|
"type": "object",
|
|
121
121
|
"properties": {
|
|
122
122
|
"applicationId": {
|
|
123
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
123
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#envproductionapplicationid",
|
|
124
124
|
"type": "string"
|
|
125
125
|
},
|
|
126
126
|
"url": {
|
|
127
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
127
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#envproductionurl",
|
|
128
128
|
"type": "string"
|
|
129
129
|
},
|
|
130
130
|
"cdnUrl": {
|
|
131
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
131
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#envproductioncdnurl",
|
|
132
132
|
"type": "string"
|
|
133
133
|
}
|
|
134
134
|
},
|
|
@@ -140,15 +140,15 @@
|
|
|
140
140
|
"required": ["development", "production"]
|
|
141
141
|
},
|
|
142
142
|
"additionalEnv": {
|
|
143
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
143
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#additionalenv",
|
|
144
144
|
"type": "object"
|
|
145
145
|
},
|
|
146
146
|
"headers": {
|
|
147
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
147
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#headers",
|
|
148
148
|
"type": "object",
|
|
149
149
|
"properties": {
|
|
150
150
|
"csp": {
|
|
151
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
151
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#headerscsp",
|
|
152
152
|
"type": "object",
|
|
153
153
|
"properties": {
|
|
154
154
|
"connect-src": {
|
|
@@ -174,34 +174,34 @@
|
|
|
174
174
|
"required": ["connect-src"]
|
|
175
175
|
},
|
|
176
176
|
"permissionsPolicies": {
|
|
177
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
177
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#headerspermissionspolicies",
|
|
178
178
|
"type": "object"
|
|
179
179
|
},
|
|
180
180
|
"strictTransportSecurity": {
|
|
181
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/api-reference/custom-application-config#headersstricttransportsecurity",
|
|
182
181
|
"type": "array",
|
|
183
182
|
"items": {
|
|
184
183
|
"enum": ["includeSubDomains", "preload"]
|
|
185
184
|
},
|
|
186
|
-
"uniqueItems": true
|
|
185
|
+
"uniqueItems": true,
|
|
186
|
+
"deprecated": true
|
|
187
187
|
}
|
|
188
188
|
},
|
|
189
189
|
"additionalProperties": false
|
|
190
190
|
},
|
|
191
191
|
"icon": {
|
|
192
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
192
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#icon",
|
|
193
193
|
"type": "string"
|
|
194
194
|
},
|
|
195
195
|
"mainMenuLink": {
|
|
196
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
196
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#mainmenulink",
|
|
197
197
|
"type": "object",
|
|
198
198
|
"properties": {
|
|
199
199
|
"defaultLabel": {
|
|
200
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
200
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#mainmenulinkdefaultlabel",
|
|
201
201
|
"type": "string"
|
|
202
202
|
},
|
|
203
203
|
"labelAllLocales": {
|
|
204
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
204
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#mainmenulinklabelalllocales",
|
|
205
205
|
"type": "array",
|
|
206
206
|
"default": [],
|
|
207
207
|
"items": {
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
}
|
|
221
221
|
},
|
|
222
222
|
"permissions": {
|
|
223
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
223
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#mainmenulinkpermissions",
|
|
224
224
|
"type": "array",
|
|
225
225
|
"default": [],
|
|
226
226
|
"items": {
|
|
@@ -232,22 +232,22 @@
|
|
|
232
232
|
"required": ["defaultLabel", "labelAllLocales", "permissions"]
|
|
233
233
|
},
|
|
234
234
|
"submenuLinks": {
|
|
235
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
235
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#submenulinks",
|
|
236
236
|
"default": [],
|
|
237
237
|
"type": "array",
|
|
238
238
|
"items": {
|
|
239
239
|
"type": "object",
|
|
240
240
|
"properties": {
|
|
241
241
|
"uriPath": {
|
|
242
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
242
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#submenulinksuripath",
|
|
243
243
|
"type": "string"
|
|
244
244
|
},
|
|
245
245
|
"defaultLabel": {
|
|
246
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
246
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#submenulinksdefaultlabel",
|
|
247
247
|
"type": "string"
|
|
248
248
|
},
|
|
249
249
|
"labelAllLocales": {
|
|
250
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
250
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#submenulinkslabelalllocales",
|
|
251
251
|
"type": "array",
|
|
252
252
|
"default": [],
|
|
253
253
|
"items": {
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
}
|
|
267
267
|
},
|
|
268
268
|
"permissions": {
|
|
269
|
-
"description": "See https://docs.commercetools.com/merchant-center-customizations/
|
|
269
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#submenulinkspermissions",
|
|
270
270
|
"type": "array",
|
|
271
271
|
"default": [],
|
|
272
272
|
"items": {
|
package/custom-view.schema.json
CHANGED
|
@@ -14,27 +14,27 @@
|
|
|
14
14
|
},
|
|
15
15
|
"properties": {
|
|
16
16
|
"name": {
|
|
17
|
-
"description": "See https://docs.commercetools.com/
|
|
17
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#name",
|
|
18
18
|
"type": "string"
|
|
19
19
|
},
|
|
20
20
|
"description": {
|
|
21
|
-
"description": "See https://docs.commercetools.com/
|
|
21
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#description",
|
|
22
22
|
"type": "string"
|
|
23
23
|
},
|
|
24
24
|
"cloudIdentifier": {
|
|
25
|
-
"description": "See https://docs.commercetools.com/
|
|
25
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#cloudidentifier",
|
|
26
26
|
"type": "string"
|
|
27
27
|
},
|
|
28
28
|
"mcApiUrl": {
|
|
29
|
-
"description": "See https://docs.commercetools.com/
|
|
29
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#mcapiurl",
|
|
30
30
|
"type": "string"
|
|
31
31
|
},
|
|
32
32
|
"oAuthScopes": {
|
|
33
|
-
"description": "See https://docs.commercetools.com/
|
|
33
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#oauthscopes",
|
|
34
34
|
"type": "object",
|
|
35
35
|
"properties": {
|
|
36
36
|
"view": {
|
|
37
|
-
"description": "See https://docs.commercetools.com/
|
|
37
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#oauthscopesview",
|
|
38
38
|
"type": "array",
|
|
39
39
|
"default": [],
|
|
40
40
|
"items": {
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"uniqueItems": true
|
|
45
45
|
},
|
|
46
46
|
"manage": {
|
|
47
|
-
"description": "See https://docs.commercetools.com/
|
|
47
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#oauthscopesmanage",
|
|
48
48
|
"type": "array",
|
|
49
49
|
"default": [],
|
|
50
50
|
"items": {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"required": ["view", "manage"]
|
|
59
59
|
},
|
|
60
60
|
"additionalOAuthScopes": {
|
|
61
|
-
"description": "See https://docs.commercetools.com/
|
|
61
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#additionaloauthscopes",
|
|
62
62
|
"type": "array",
|
|
63
63
|
"default": [],
|
|
64
64
|
"uniqueItems": true,
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
"type": "object",
|
|
67
67
|
"properties": {
|
|
68
68
|
"name": {
|
|
69
|
-
"description": "See https://docs.commercetools.com/
|
|
69
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#additionaloauthscopesname",
|
|
70
70
|
"type": "string"
|
|
71
71
|
},
|
|
72
72
|
"view": {
|
|
73
|
-
"description": "See https://docs.commercetools.com/
|
|
73
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#additionaloauthscopesview",
|
|
74
74
|
"type": "array",
|
|
75
75
|
"default": [],
|
|
76
76
|
"items": {
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"uniqueItems": true
|
|
81
81
|
},
|
|
82
82
|
"manage": {
|
|
83
|
-
"description": "See https://docs.commercetools.com/
|
|
83
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#additionaloauthscopesmanage",
|
|
84
84
|
"type": "array",
|
|
85
85
|
"default": [],
|
|
86
86
|
"items": {
|
|
@@ -95,21 +95,21 @@
|
|
|
95
95
|
}
|
|
96
96
|
},
|
|
97
97
|
"env": {
|
|
98
|
-
"description": "See https://docs.commercetools.com/
|
|
98
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#env",
|
|
99
99
|
"type": "object",
|
|
100
100
|
"properties": {
|
|
101
101
|
"development": {
|
|
102
102
|
"type": "object",
|
|
103
103
|
"properties": {
|
|
104
104
|
"initialProjectKey": {
|
|
105
|
-
"description": "See https://docs.commercetools.com/
|
|
105
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#envdevelopmentinitialprojectkey",
|
|
106
106
|
"type": "string"
|
|
107
107
|
},
|
|
108
108
|
"teamId": {
|
|
109
109
|
"type": "string"
|
|
110
110
|
},
|
|
111
111
|
"hostUriPath": {
|
|
112
|
-
"description": "See https://docs.commercetools.com/
|
|
112
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#envdevelopmenthosturipath",
|
|
113
113
|
"type": "string"
|
|
114
114
|
}
|
|
115
115
|
},
|
|
@@ -120,15 +120,15 @@
|
|
|
120
120
|
"type": "object",
|
|
121
121
|
"properties": {
|
|
122
122
|
"customViewId": {
|
|
123
|
-
"description": "See https://docs.commercetools.com/
|
|
123
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#envproductioncustomviewid",
|
|
124
124
|
"type": "string"
|
|
125
125
|
},
|
|
126
126
|
"url": {
|
|
127
|
-
"description": "See https://docs.commercetools.com/
|
|
127
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#envproductionurl",
|
|
128
128
|
"type": "string"
|
|
129
129
|
},
|
|
130
130
|
"cdnUrl": {
|
|
131
|
-
"description": "See https://docs.commercetools.com/
|
|
131
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#envproductioncdnurl",
|
|
132
132
|
"type": "string"
|
|
133
133
|
}
|
|
134
134
|
},
|
|
@@ -140,15 +140,15 @@
|
|
|
140
140
|
"required": ["development", "production"]
|
|
141
141
|
},
|
|
142
142
|
"additionalEnv": {
|
|
143
|
-
"description": "See https://docs.commercetools.com/
|
|
143
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#additionalenv",
|
|
144
144
|
"type": "object"
|
|
145
145
|
},
|
|
146
146
|
"headers": {
|
|
147
|
-
"description": "See https://docs.commercetools.com/
|
|
147
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#headers",
|
|
148
148
|
"type": "object",
|
|
149
149
|
"properties": {
|
|
150
150
|
"csp": {
|
|
151
|
-
"description": "See https://docs.commercetools.com/
|
|
151
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#headerscsp",
|
|
152
152
|
"type": "object",
|
|
153
153
|
"properties": {
|
|
154
154
|
"connect-src": {
|
|
@@ -174,22 +174,22 @@
|
|
|
174
174
|
"required": ["connect-src"]
|
|
175
175
|
},
|
|
176
176
|
"permissionsPolicies": {
|
|
177
|
-
"description": "See https://docs.commercetools.com/
|
|
177
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#headerspermissionspolicies",
|
|
178
178
|
"type": "object"
|
|
179
179
|
},
|
|
180
180
|
"strictTransportSecurity": {
|
|
181
|
-
"description": "See https://docs.commercetools.com/TODO",
|
|
182
181
|
"type": "array",
|
|
183
182
|
"items": {
|
|
184
183
|
"enum": ["includeSubDomains", "preload"]
|
|
185
184
|
},
|
|
186
|
-
"uniqueItems": true
|
|
185
|
+
"uniqueItems": true,
|
|
186
|
+
"deprecated": true
|
|
187
187
|
}
|
|
188
188
|
},
|
|
189
189
|
"additionalProperties": false
|
|
190
190
|
},
|
|
191
191
|
"labelAllLocales": {
|
|
192
|
-
"description": "See https://docs.commercetools.com/
|
|
192
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#labelalllocales",
|
|
193
193
|
"type": "array",
|
|
194
194
|
"default": [],
|
|
195
195
|
"items": {
|
|
@@ -208,23 +208,23 @@
|
|
|
208
208
|
}
|
|
209
209
|
},
|
|
210
210
|
"type": {
|
|
211
|
-
"description": "See https://docs.commercetools.com/
|
|
211
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#type",
|
|
212
212
|
"type": "string",
|
|
213
213
|
"enum": ["CustomPanel"]
|
|
214
214
|
},
|
|
215
215
|
"typeSettings": {
|
|
216
|
-
"description": "See https://docs.commercetools.com/
|
|
216
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#typesettings",
|
|
217
217
|
"type": "object",
|
|
218
218
|
"properties": {
|
|
219
219
|
"size": {
|
|
220
|
-
"description": "See https://docs.commercetools.com/
|
|
220
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#typesettingssize",
|
|
221
221
|
"type": "string",
|
|
222
222
|
"enum": ["SMALL", "LARGE"]
|
|
223
223
|
}
|
|
224
224
|
}
|
|
225
225
|
},
|
|
226
226
|
"locators": {
|
|
227
|
-
"description": "See https://docs.commercetools.com/
|
|
227
|
+
"description": "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#locators",
|
|
228
228
|
"type": "array",
|
|
229
229
|
"default": [],
|
|
230
230
|
"items": {
|