@faststore/core 3.95.1-dev.0 → 3.96.0-dev.18

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.
Files changed (94) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/build-manifest.json +41 -41
  3. package/.next/cache/.tsbuildinfo +1 -1
  4. package/.next/cache/config.json +3 -3
  5. package/.next/cache/webpack/client-production/0.pack +0 -0
  6. package/.next/cache/webpack/client-production/index.pack +0 -0
  7. package/.next/cache/webpack/server-production/0.pack +0 -0
  8. package/.next/cache/webpack/server-production/index.pack +0 -0
  9. package/.next/prerender-manifest.js +1 -1
  10. package/.next/prerender-manifest.json +1 -1
  11. package/.next/react-loadable-manifest.json +11 -11
  12. package/.next/routes-manifest.json +1 -1
  13. package/.next/server/chunks/7098.js +1 -1
  14. package/.next/server/chunks/948.js +1 -1
  15. package/.next/server/chunks/9563.js +3 -3
  16. package/.next/server/chunks/9630.js +7 -7
  17. package/.next/server/middleware-build-manifest.js +1 -1
  18. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  19. package/.next/server/pages/[...slug].js +1 -1
  20. package/.next/server/pages/[slug]/p.js +1 -1
  21. package/.next/server/pages/api/graphql.js +3 -3
  22. package/.next/server/pages/en-US/404.html +1 -1
  23. package/.next/server/pages/en-US/500.html +1 -1
  24. package/.next/server/pages/en-US/checkout.html +1 -1
  25. package/.next/server/pages/en-US/login.html +1 -1
  26. package/.next/server/pages/en-US/s.html +1 -1
  27. package/.next/server/pages/en-US.html +1 -1
  28. package/.next/server/pages/en-US.json +1 -1
  29. package/.next/server/pages/pvt/account/orders/[id].js +1 -1
  30. package/.next/server/pages/s.js +1 -1
  31. package/.next/server/pages-manifest.json +1 -1
  32. package/.next/static/chunks/{1841.b3a98a2a1886b09c.js → 1841.a1b15f2c88e02d32.js} +1 -1
  33. package/.next/static/chunks/{2927.5a79877943a6bf7c.js → 2927.23bae2c79f0ac0f3.js} +1 -1
  34. package/.next/static/chunks/{7191-5aa417081c97d46a.js → 7191-5ede6e7ef625ea77.js} +1 -1
  35. package/.next/static/chunks/{9173-49a05f6f96710bd1.js → 9173-2ed920b87ee6640e.js} +1 -1
  36. package/.next/static/chunks/{UIToast.19a8664c01a00d3a.js → UIToast.de15325248043ce5.js} +1 -1
  37. package/.next/static/chunks/pages/[slug]/{p-cf620759e25940f8.js → p-b9320679eebf6f5c.js} +1 -1
  38. package/.next/static/chunks/pages/{_app-8e3a3eccc99a6f96.js → _app-35b56c71ba4f9a54.js} +1 -1
  39. package/.next/static/chunks/pages/pvt/account/orders/{[id]-68bbe8db444fd60a.js → [id]-dc662a778c5b8876.js} +1 -1
  40. package/.next/static/chunks/{webpack-f9e5828934d6d57c.js → webpack-237c97ab0eda7441.js} +1 -1
  41. package/.next/static/{xPZqGftdSs0H8UD6M_H3H → kf421rvguK2vjVH6LCPtr}/_buildManifest.js +1 -1
  42. package/.next/trace +138 -138
  43. package/.turbo/turbo-build.log +14 -14
  44. package/.turbo/turbo-test.log +8 -7
  45. package/@generated/gql.ts +2 -2
  46. package/@generated/graphql.ts +6 -1
  47. package/@generated/persisted-documents.json +1 -1
  48. package/@generated/schema.graphql +3 -0
  49. package/CHANGELOG.md +86 -0
  50. package/cms/faststore/base.jsonc +42 -0
  51. package/cms/faststore/components/cms_component__alert.jsonc +40 -0
  52. package/cms/faststore/components/cms_component__bannernewsletter.jsonc +183 -0
  53. package/cms/faststore/components/cms_component__bannertext.jsonc +51 -0
  54. package/cms/faststore/components/cms_component__breadcrumb.jsonc +21 -0
  55. package/cms/faststore/components/cms_component__cartsidebar.jsonc +122 -0
  56. package/cms/faststore/components/cms_component__children.jsonc +8 -0
  57. package/cms/faststore/components/cms_component__crosssellingshelf.jsonc +50 -0
  58. package/cms/faststore/components/cms_component__emptystate.jsonc +73 -0
  59. package/cms/faststore/components/cms_component__footer.jsonc +238 -0
  60. package/cms/faststore/components/cms_component__hero.jsonc +71 -0
  61. package/cms/faststore/components/cms_component__incentives.jsonc +51 -0
  62. package/cms/faststore/components/cms_component__navbar.jsonc +318 -0
  63. package/cms/faststore/components/cms_component__newsletter.jsonc +133 -0
  64. package/cms/faststore/components/cms_component__productdetails.jsonc +246 -0
  65. package/cms/faststore/components/cms_component__productgallery.jsonc +312 -0
  66. package/cms/faststore/components/cms_component__productshelf.jsonc +117 -0
  67. package/cms/faststore/components/cms_component__producttiles.jsonc +95 -0
  68. package/cms/faststore/components/cms_component__regionbar.jsonc +58 -0
  69. package/cms/faststore/components/cms_component__regionmodal.jsonc +85 -0
  70. package/cms/faststore/components/cms_component__regionpopover.jsonc +97 -0
  71. package/cms/faststore/components/cms_component__search.jsonc +144 -0
  72. package/cms/faststore/pages/cms_content_type__404.jsonc +18 -0
  73. package/cms/faststore/pages/cms_content_type__500.jsonc +18 -0
  74. package/cms/faststore/pages/cms_content_type__globalfootersections.jsonc +73 -0
  75. package/cms/faststore/pages/cms_content_type__globalheadersections.jsonc +73 -0
  76. package/cms/faststore/pages/cms_content_type__globalsections.jsonc +375 -0
  77. package/cms/faststore/pages/cms_content_type__home.jsonc +213 -0
  78. package/cms/faststore/pages/cms_content_type__landingpage.jsonc +108 -0
  79. package/cms/faststore/pages/cms_content_type__login.jsonc +18 -0
  80. package/cms/faststore/pages/cms_content_type__pdp.jsonc +115 -0
  81. package/cms/faststore/pages/cms_content_type__plp.jsonc +130 -0
  82. package/cms/faststore/pages/cms_content_type__search.jsonc +118 -0
  83. package/cms/faststore/schema.json +3859 -0
  84. package/cms/faststore/sections.json +2 -2
  85. package/package.json +15 -8
  86. package/src/components/account/orders/MyAccountOrderDetails/MyAccountDeliveryOptionAccordion/MyAccountDeliveryOptionAccordion.tsx +18 -15
  87. package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderDetails.tsx +9 -3
  88. package/src/components/account/orders/MyAccountOrderDetails/MyAccountSummaryCard/MyAccountSummaryCard.tsx +0 -1
  89. package/src/pages/api/graphql.ts +26 -5
  90. package/src/pages/pvt/account/orders/[id].tsx +2 -0
  91. package/src/sdk/graphql/request.ts +10 -1
  92. package/src/utils/cookieCacheBusting.ts +141 -0
  93. package/test/utils/cookieCacheBusting.test.ts +121 -0
  94. /package/.next/static/{xPZqGftdSs0H8UD6M_H3H → kf421rvguK2vjVH6LCPtr}/_ssgManifest.js +0 -0
@@ -0,0 +1,3859 @@
1
+ {
2
+ "$id": "https://vtex.vtexcommercestable.com.br/api/content-platform/schemas/vtex/faststore",
3
+ "title": "FastStore Schema",
4
+ "description": "Collection of default schemas for FastStore.",
5
+ "content-types": {
6
+ "404": {
7
+ "$extends": ["#/components/base-page-template"],
8
+ "$singleton": true,
9
+ "type": "object",
10
+ "title": "Error 404",
11
+ "properties": {
12
+ "sections": {
13
+ "$ref": "#/$defs/$ALLOW_ALL_COMPONENTS"
14
+ }
15
+ },
16
+ "readOnly": false,
17
+ "writeOnly": false,
18
+ "deprecated": false,
19
+ "$abstract": false,
20
+ "identifierKeys": []
21
+ },
22
+ "500": {
23
+ "$extends": ["#/components/base-page-template"],
24
+ "$singleton": true,
25
+ "type": "object",
26
+ "title": "Error 500",
27
+ "properties": {
28
+ "sections": {
29
+ "$ref": "#/$defs/$ALLOW_ALL_COMPONENTS"
30
+ }
31
+ },
32
+ "readOnly": false,
33
+ "writeOnly": false,
34
+ "deprecated": false,
35
+ "$abstract": false,
36
+ "identifierKeys": []
37
+ },
38
+ "pdp": {
39
+ "$extends": ["#/components/base-page-template"],
40
+ "$singleton": false,
41
+ "type": "object",
42
+ "title": "Product Page",
43
+ "properties": {
44
+ "template": {
45
+ "title": "Template",
46
+ "type": "object",
47
+ "properties": {
48
+ "value": {
49
+ "title": "PDP template value (e.g. Slug: /apple-magic-mouse/p OR /department/category/subcategory/)",
50
+ "type": "string",
51
+ "description": "Possible values: the PDP slug template (e.g. '/apple-magic-mouse/p'); A PLP template (e.g. '/department/' OR '/department/category/' OR '/department/category/subcategory/'). If empty, this template will be the generic PDP."
52
+ }
53
+ },
54
+ "$componentTitle": "Template"
55
+ },
56
+ "seo": {
57
+ "title": "SEO",
58
+ "description": "Search Engine Optimization options",
59
+ "type": "object",
60
+ "widget": {
61
+ "ui:ObjectFieldTemplate": "GoogleSeoPreview"
62
+ },
63
+ "properties": {
64
+ "id": {
65
+ "title": "ID",
66
+ "description": "A unique identifier used to reference the product page. This is a descriptive value (e.g., `#product`) that will be concatenated with the product path (example of the result: `/product-slug/p#product`).",
67
+ "type": "string"
68
+ },
69
+ "mainEntityOfPage": {
70
+ "title": "Main entity of page",
71
+ "description": "Indicates the main entity of the page. A unique identifier used to reference the product page. This is a descriptive value (e.g., `#webpage`) that will be concatenated with the product path (example of the result: `/product-slug/p#webpage`).",
72
+ "type": "string"
73
+ }
74
+ },
75
+ "$componentTitle": "SEO"
76
+ },
77
+ "sections": {
78
+ "type": "array",
79
+ "items": {
80
+ "anyOf": [
81
+ {
82
+ "$ref": "#/components/Search"
83
+ },
84
+ {
85
+ "$ref": "#/components/Navbar"
86
+ },
87
+ {
88
+ "$ref": "#/components/Alert"
89
+ },
90
+ {
91
+ "$ref": "#/components/Footer"
92
+ },
93
+ {
94
+ "$ref": "#/components/BannerText"
95
+ },
96
+ {
97
+ "$ref": "#/components/Hero"
98
+ },
99
+ {
100
+ "$ref": "#/components/Incentives"
101
+ },
102
+ {
103
+ "$ref": "#/components/ProductShelf"
104
+ },
105
+ {
106
+ "$ref": "#/components/CrossSellingShelf"
107
+ },
108
+ {
109
+ "$ref": "#/components/ProductTiles"
110
+ },
111
+ {
112
+ "$ref": "#/components/Newsletter"
113
+ },
114
+ {
115
+ "$ref": "#/components/Children"
116
+ },
117
+ {
118
+ "$ref": "#/components/BannerNewsletter"
119
+ },
120
+ {
121
+ "$ref": "#/components/Breadcrumb"
122
+ },
123
+ {
124
+ "$ref": "#/components/ProductDetails"
125
+ },
126
+ {
127
+ "$ref": "#/components/CartSidebar"
128
+ },
129
+ {
130
+ "$ref": "#/components/RegionBar"
131
+ },
132
+ {
133
+ "$ref": "#/components/RegionModal"
134
+ },
135
+ {
136
+ "$ref": "#/components/RegionPopover"
137
+ },
138
+ {
139
+ "$ref": "#/components/EmptyState"
140
+ }
141
+ ]
142
+ }
143
+ }
144
+ },
145
+ "readOnly": false,
146
+ "writeOnly": false,
147
+ "deprecated": false,
148
+ "$abstract": false,
149
+ "identifierKeys": ["slug"]
150
+ },
151
+ "plp": {
152
+ "$extends": ["#/components/base-page-template"],
153
+ "$singleton": false,
154
+ "type": "object",
155
+ "title": "Product List Page",
156
+ "properties": {
157
+ "template": {
158
+ "title": "Template",
159
+ "type": "object",
160
+ "properties": {
161
+ "value": {
162
+ "title": "PLP template value (e.g. Slug: /department/category/subcategory)",
163
+ "type": "string",
164
+ "description": "PLP slug template (e.g. /office or /office/chairs) representing the /department/category/subcategory template). If this field is left empty, the generic PLP template will be applied."
165
+ }
166
+ },
167
+ "$componentTitle": "Template"
168
+ },
169
+ "productGallery": {
170
+ "title": "Product Gallery",
171
+ "description": "ProductGallery options",
172
+ "type": "object",
173
+ "required": ["itemsPerPage", "sortBySelection"],
174
+ "properties": {
175
+ "itemsPerPage": {
176
+ "title": "Number of ProductCards per page",
177
+ "type": "integer",
178
+ "default": 12
179
+ },
180
+ "sortBySelection": {
181
+ "title": "Default sort by value",
182
+ "type": "string",
183
+ "default": "score_desc",
184
+ "enumNames": [
185
+ "Price, descending",
186
+ "Price, ascending",
187
+ "Top sales",
188
+ "Name, A-Z",
189
+ "Name, Z-A",
190
+ "Release date",
191
+ "Discount",
192
+ "Relevance"
193
+ ],
194
+ "enum": [
195
+ "price_desc",
196
+ "price_asc",
197
+ "orders_desc",
198
+ "name_asc",
199
+ "name_desc",
200
+ "release_desc",
201
+ "discount_desc",
202
+ "score_desc"
203
+ ]
204
+ }
205
+ },
206
+ "$componentTitle": "Product Gallery"
207
+ },
208
+ "sections": {
209
+ "type": "array",
210
+ "items": {
211
+ "anyOf": [
212
+ {
213
+ "$ref": "#/components/Search"
214
+ },
215
+ {
216
+ "$ref": "#/components/Navbar"
217
+ },
218
+ {
219
+ "$ref": "#/components/Alert"
220
+ },
221
+ {
222
+ "$ref": "#/components/Footer"
223
+ },
224
+ {
225
+ "$ref": "#/components/BannerText"
226
+ },
227
+ {
228
+ "$ref": "#/components/Hero"
229
+ },
230
+ {
231
+ "$ref": "#/components/Incentives"
232
+ },
233
+ {
234
+ "$ref": "#/components/ProductShelf"
235
+ },
236
+ {
237
+ "$ref": "#/components/ProductTiles"
238
+ },
239
+ {
240
+ "$ref": "#/components/Newsletter"
241
+ },
242
+ {
243
+ "$ref": "#/components/Children"
244
+ },
245
+ {
246
+ "$ref": "#/components/BannerNewsletter"
247
+ },
248
+ {
249
+ "$ref": "#/components/Breadcrumb"
250
+ },
251
+ {
252
+ "$ref": "#/components/ProductGallery"
253
+ },
254
+ {
255
+ "$ref": "#/components/CartSidebar"
256
+ },
257
+ {
258
+ "$ref": "#/components/RegionBar"
259
+ },
260
+ {
261
+ "$ref": "#/components/RegionModal"
262
+ },
263
+ {
264
+ "$ref": "#/components/RegionPopover"
265
+ },
266
+ {
267
+ "$ref": "#/components/EmptyState"
268
+ }
269
+ ]
270
+ }
271
+ }
272
+ },
273
+ "readOnly": false,
274
+ "writeOnly": false,
275
+ "deprecated": false,
276
+ "$abstract": false,
277
+ "identifierKeys": ["slug"]
278
+ },
279
+ "home": {
280
+ "$extends": ["#/components/base-page-template"],
281
+ "$singleton": true,
282
+ "type": "object",
283
+ "title": "Home",
284
+ "properties": {
285
+ "seo": {
286
+ "title": "SEO",
287
+ "description": "Search Engine Optimization options",
288
+ "type": "object",
289
+ "widget": {
290
+ "ui:ObjectFieldTemplate": "GoogleSeoPreview"
291
+ },
292
+ "required": ["slug", "title", "description"],
293
+ "properties": {
294
+ "slug": {
295
+ "title": "Path",
296
+ "type": "string",
297
+ "default": "/"
298
+ },
299
+ "title": {
300
+ "title": "Default page title",
301
+ "description": "Display this title when no other tile is available",
302
+ "type": "string",
303
+ "default": "FastStore Starter"
304
+ },
305
+ "description": {
306
+ "title": "Meta tag description",
307
+ "type": "string",
308
+ "default": "A beautifully designed store"
309
+ },
310
+ "canonical": {
311
+ "title": "Canonical url for the page",
312
+ "type": "string"
313
+ },
314
+ "name": {
315
+ "title": "Name",
316
+ "type": "string"
317
+ },
318
+ "publisherId": {
319
+ "title": "Publisher ID",
320
+ "description": "A unique identifier used to reference the publisher. This can be a descriptive value (e.g., `#organization`) or a full URL (e.g., `https://example.com/publisher`).",
321
+ "type": "string"
322
+ },
323
+ "organization": {
324
+ "title": "Organization",
325
+ "type": "object",
326
+ "required": ["name", "url"],
327
+ "properties": {
328
+ "name": {
329
+ "title": "Organization name",
330
+ "type": "string",
331
+ "default": "VTEX"
332
+ },
333
+ "legalName": {
334
+ "title": "Organization legal name",
335
+ "type": "string",
336
+ "default": "VTEX Commerce"
337
+ },
338
+ "id": {
339
+ "title": "Organization ID",
340
+ "description": "A unique reference for the organization. This can be a descriptive value (e.g., #organization) or a full URL (e.g.,https://example.com/organization).",
341
+ "type": "string"
342
+ },
343
+ "url": {
344
+ "title": "Organization URL",
345
+ "type": "string",
346
+ "default": "https://vtex.com"
347
+ },
348
+ "sameAs": {
349
+ "title": "Organization URLs",
350
+ "type": "array",
351
+ "description": "The URL of a page on another website with additional information about your organization. For example, a URL to your organization's profile page on a social media or review site.",
352
+ "items": {
353
+ "type": "string"
354
+ }
355
+ },
356
+ "logo": {
357
+ "title": "Organization logo URL",
358
+ "description": "A logo that is representative of your organization. Image guidelines: https://developers.google.com/search/docs/appearance/structured-data/organization",
359
+ "type": "string"
360
+ },
361
+ "image": {
362
+ "title": "Organization image/logo object",
363
+ "description": "An image that is representative of your organization. Image guidelines: https://developers.google.com/search/docs/appearance/structured-data/organization",
364
+ "type": "object",
365
+ "properties": {
366
+ "url": {
367
+ "title": "Organization image URL",
368
+ "description": "The URL of the image. Make sure the url is crawlable and indexable.",
369
+ "type": "string"
370
+ },
371
+ "caption": {
372
+ "title": "Organization image caption",
373
+ "description": "A short description of the image.",
374
+ "type": "string"
375
+ },
376
+ "id": {
377
+ "title": "Organization image ID",
378
+ "description": "A unique reference for the image. This can be a descriptive value (e.g., #logo) or a full URL (e.g.,https://example.com/logo).",
379
+ "type": "string"
380
+ }
381
+ }
382
+ },
383
+ "email": {
384
+ "title": "Organization email",
385
+ "description": "The email address to contact your business",
386
+ "type": "string"
387
+ },
388
+ "telephone": {
389
+ "title": "Organization phone",
390
+ "description": "A business phone number. Be sure to include the country code and area code in the phone number.",
391
+ "type": "string"
392
+ },
393
+ "address": {
394
+ "title": "Organization address",
395
+ "description": "The address (physical or mailing) of your organization, if applicable.",
396
+ "type": "object",
397
+ "properties": {
398
+ "streetAddress": {
399
+ "title": "Street Address",
400
+ "description": "The full street address of your postal address.",
401
+ "type": "string"
402
+ },
403
+ "addressLocality": {
404
+ "title": "City",
405
+ "description": "The city of your postal address.",
406
+ "type": "string"
407
+ },
408
+ "addressCountry": {
409
+ "title": "Country",
410
+ "description": "The country of your postal address. Recommended to be in 2-letter ISO 3166-1 alpha-2 format, for example 'BR','US'.",
411
+ "type": "string"
412
+ },
413
+ "postalCode": {
414
+ "title": "Postal Code",
415
+ "description": "The postal code of your postal address.",
416
+ "type": "string"
417
+ }
418
+ }
419
+ }
420
+ }
421
+ }
422
+ },
423
+ "$componentTitle": "SEO"
424
+ },
425
+ "sections": {
426
+ "type": "array",
427
+ "items": {
428
+ "anyOf": [
429
+ {
430
+ "$ref": "#/components/Search"
431
+ },
432
+ {
433
+ "$ref": "#/components/Navbar"
434
+ },
435
+ {
436
+ "$ref": "#/components/Alert"
437
+ },
438
+ {
439
+ "$ref": "#/components/Footer"
440
+ },
441
+ {
442
+ "$ref": "#/components/BannerText"
443
+ },
444
+ {
445
+ "$ref": "#/components/Hero"
446
+ },
447
+ {
448
+ "$ref": "#/components/Incentives"
449
+ },
450
+ {
451
+ "$ref": "#/components/ProductShelf"
452
+ },
453
+ {
454
+ "$ref": "#/components/ProductTiles"
455
+ },
456
+ {
457
+ "$ref": "#/components/Newsletter"
458
+ },
459
+ {
460
+ "$ref": "#/components/Children"
461
+ },
462
+ {
463
+ "$ref": "#/components/BannerNewsletter"
464
+ },
465
+ {
466
+ "$ref": "#/components/CartSidebar"
467
+ },
468
+ {
469
+ "$ref": "#/components/RegionBar"
470
+ },
471
+ {
472
+ "$ref": "#/components/RegionModal"
473
+ },
474
+ {
475
+ "$ref": "#/components/RegionPopover"
476
+ },
477
+ {
478
+ "$ref": "#/components/EmptyState"
479
+ }
480
+ ]
481
+ }
482
+ }
483
+ },
484
+ "readOnly": false,
485
+ "writeOnly": false,
486
+ "deprecated": false,
487
+ "$abstract": false,
488
+ "identifierKeys": ["slug"]
489
+ },
490
+ "login": {
491
+ "$extends": ["#/components/base-page-template"],
492
+ "$singleton": true,
493
+ "type": "object",
494
+ "title": "Login",
495
+ "properties": {
496
+ "sections": {
497
+ "$ref": "#/$defs/$ALLOW_ALL_COMPONENTS"
498
+ }
499
+ },
500
+ "readOnly": false,
501
+ "writeOnly": false,
502
+ "deprecated": false,
503
+ "$abstract": false,
504
+ "identifierKeys": []
505
+ },
506
+ "search": {
507
+ "$extends": ["#/components/base-page-template"],
508
+ "$singleton": true,
509
+ "type": "object",
510
+ "title": "Search Page",
511
+ "properties": {
512
+ "productGallery": {
513
+ "title": "Product Gallery",
514
+ "description": "ProductGallery options",
515
+ "type": "object",
516
+ "required": ["itemsPerPage", "sortBySelection"],
517
+ "properties": {
518
+ "itemsPerPage": {
519
+ "title": "Number of ProductCards per page",
520
+ "type": "integer",
521
+ "default": 12
522
+ },
523
+ "sortBySelection": {
524
+ "title": "Default sort by value",
525
+ "type": "string",
526
+ "default": "score_desc",
527
+ "enumNames": [
528
+ "Price, descending",
529
+ "Price, ascending",
530
+ "Top sales",
531
+ "Name, A-Z",
532
+ "Name, Z-A",
533
+ "Release date",
534
+ "Discount",
535
+ "Relevance"
536
+ ],
537
+ "enum": [
538
+ "price_desc",
539
+ "price_asc",
540
+ "orders_desc",
541
+ "name_asc",
542
+ "name_desc",
543
+ "release_desc",
544
+ "discount_desc",
545
+ "score_desc"
546
+ ]
547
+ }
548
+ },
549
+ "$componentTitle": "Product Gallery"
550
+ },
551
+ "sections": {
552
+ "type": "array",
553
+ "items": {
554
+ "anyOf": [
555
+ {
556
+ "$ref": "#/components/Search"
557
+ },
558
+ {
559
+ "$ref": "#/components/Navbar"
560
+ },
561
+ {
562
+ "$ref": "#/components/Alert"
563
+ },
564
+ {
565
+ "$ref": "#/components/Footer"
566
+ },
567
+ {
568
+ "$ref": "#/components/BannerText"
569
+ },
570
+ {
571
+ "$ref": "#/components/Hero"
572
+ },
573
+ {
574
+ "$ref": "#/components/Incentives"
575
+ },
576
+ {
577
+ "$ref": "#/components/ProductShelf"
578
+ },
579
+ {
580
+ "$ref": "#/components/ProductTiles"
581
+ },
582
+ {
583
+ "$ref": "#/components/Newsletter"
584
+ },
585
+ {
586
+ "$ref": "#/components/Children"
587
+ },
588
+ {
589
+ "$ref": "#/components/BannerNewsletter"
590
+ },
591
+ {
592
+ "$ref": "#/components/Breadcrumb"
593
+ },
594
+ {
595
+ "$ref": "#/components/ProductGallery"
596
+ },
597
+ {
598
+ "$ref": "#/components/CartSidebar"
599
+ },
600
+ {
601
+ "$ref": "#/components/RegionBar"
602
+ },
603
+ {
604
+ "$ref": "#/components/RegionModal"
605
+ },
606
+ {
607
+ "$ref": "#/components/RegionPopover"
608
+ },
609
+ {
610
+ "$ref": "#/components/EmptyState"
611
+ }
612
+ ]
613
+ }
614
+ }
615
+ },
616
+ "readOnly": false,
617
+ "writeOnly": false,
618
+ "deprecated": false,
619
+ "$abstract": false,
620
+ "identifierKeys": []
621
+ },
622
+ "landingPage": {
623
+ "$extends": ["#/components/base-page-template"],
624
+ "$singleton": false,
625
+ "type": "object",
626
+ "title": "Landing Page",
627
+ "properties": {
628
+ "seo": {
629
+ "title": "SEO",
630
+ "description": "Search Engine Optimization options",
631
+ "type": "object",
632
+ "widget": {
633
+ "ui:ObjectFieldTemplate": "GoogleSeoPreview"
634
+ },
635
+ "required": ["slug", "title", "description"],
636
+ "properties": {
637
+ "slug": {
638
+ "title": "Path",
639
+ "type": "string",
640
+ "default": "/"
641
+ },
642
+ "title": {
643
+ "title": "Default page title",
644
+ "description": "Display this title when no other tile is available.",
645
+ "type": "string",
646
+ "default": "FastStore Starter"
647
+ },
648
+ "description": {
649
+ "title": "Meta tag description",
650
+ "type": "string",
651
+ "default": "A beautifully designed store"
652
+ },
653
+ "canonical": {
654
+ "title": "Canonical url for the page",
655
+ "type": "string"
656
+ }
657
+ },
658
+ "$componentTitle": "SEO"
659
+ },
660
+ "sections": {
661
+ "type": "array",
662
+ "items": {
663
+ "anyOf": [
664
+ {
665
+ "$ref": "#/components/Search"
666
+ },
667
+ {
668
+ "$ref": "#/components/Navbar"
669
+ },
670
+ {
671
+ "$ref": "#/components/Alert"
672
+ },
673
+ {
674
+ "$ref": "#/components/Footer"
675
+ },
676
+ {
677
+ "$ref": "#/components/BannerText"
678
+ },
679
+ {
680
+ "$ref": "#/components/Hero"
681
+ },
682
+ {
683
+ "$ref": "#/components/Incentives"
684
+ },
685
+ {
686
+ "$ref": "#/components/ProductShelf"
687
+ },
688
+ {
689
+ "$ref": "#/components/CrossSellingShelf"
690
+ },
691
+ {
692
+ "$ref": "#/components/ProductTiles"
693
+ },
694
+ {
695
+ "$ref": "#/components/Newsletter"
696
+ },
697
+ {
698
+ "$ref": "#/components/Children"
699
+ },
700
+ {
701
+ "$ref": "#/components/BannerNewsletter"
702
+ },
703
+ {
704
+ "$ref": "#/components/CartSidebar"
705
+ },
706
+ {
707
+ "$ref": "#/components/RegionBar"
708
+ },
709
+ {
710
+ "$ref": "#/components/RegionModal"
711
+ },
712
+ {
713
+ "$ref": "#/components/RegionPopover"
714
+ },
715
+ {
716
+ "$ref": "#/components/EmptyState"
717
+ }
718
+ ]
719
+ }
720
+ }
721
+ },
722
+ "readOnly": false,
723
+ "writeOnly": false,
724
+ "deprecated": false,
725
+ "$abstract": false,
726
+ "identifierKeys": ["slug"]
727
+ },
728
+ "globalSections": {
729
+ "$extends": ["#/components/base-page-template"],
730
+ "$singleton": true,
731
+ "type": "object",
732
+ "title": "Global Sections",
733
+ "properties": {
734
+ "regionalization": {
735
+ "title": "Regionalization",
736
+ "description": "Regionalization options",
737
+ "type": "object",
738
+ "properties": {
739
+ "inputField": {
740
+ "title": "Postal Code Input Field",
741
+ "type": "object",
742
+ "properties": {
743
+ "label": {
744
+ "title": "Label",
745
+ "type": "string",
746
+ "default": "Postal Code"
747
+ },
748
+ "errorMessage": {
749
+ "title": "Error message",
750
+ "type": "string",
751
+ "default": "You entered an invalid Postal Code"
752
+ },
753
+ "noProductsAvailableErrorMessage": {
754
+ "title": "Error message for the scenario of no products available for a given location",
755
+ "type": "string",
756
+ "default": "There are no products available for %s.",
757
+ "description": "The '%s' will be replaced by the postal code value."
758
+ },
759
+ "buttonActionText": {
760
+ "title": "Action label to apply the postal code",
761
+ "type": "string",
762
+ "default": "Apply"
763
+ },
764
+ "errorMessageHelper": {
765
+ "title": "Error message helper",
766
+ "type": "string",
767
+ "default": "Try using a different postal code.",
768
+ "description": "This message will guide user in case of an error."
769
+ }
770
+ }
771
+ },
772
+ "idkPostalCodeLink": {
773
+ "title": "I don't know my postal code link",
774
+ "type": "object",
775
+ "properties": {
776
+ "text": {
777
+ "type": "string",
778
+ "title": "Link Text",
779
+ "default": "I don't know my Postal Code"
780
+ },
781
+ "to": {
782
+ "type": "string",
783
+ "title": "Action link"
784
+ },
785
+ "icon": {
786
+ "title": "Icon",
787
+ "type": "object",
788
+ "properties": {
789
+ "icon": {
790
+ "title": "Icon",
791
+ "type": "string",
792
+ "enumNames": ["Arrow Square Out"],
793
+ "enum": ["ArrowSquareOut"],
794
+ "default": "ArrowSquareOut"
795
+ },
796
+ "alt": {
797
+ "title": "Alternative Label",
798
+ "type": "string",
799
+ "default": "Arrow Square Out icon"
800
+ }
801
+ }
802
+ }
803
+ }
804
+ }
805
+ },
806
+ "$componentTitle": "Regionalization"
807
+ },
808
+ "deliveryPromise": {
809
+ "title": "Delivery Promise",
810
+ "description": "Delivery Promise configurations",
811
+ "type": "object",
812
+ "properties": {
813
+ "deliveryMethods": {
814
+ "title": "PLP/Search Filter: Delivery Methods",
815
+ "type": "object",
816
+ "required": ["title", "description"],
817
+ "properties": {
818
+ "title": {
819
+ "title": "Title",
820
+ "type": "string",
821
+ "default": "Delivery Methods"
822
+ },
823
+ "description": {
824
+ "title": "Description",
825
+ "type": "string",
826
+ "default": "Offers and availability vary by location."
827
+ },
828
+ "setLocationButtonLabel": {
829
+ "title": "Call to Action label",
830
+ "type": "string",
831
+ "default": "Set Location"
832
+ },
833
+ "allDeliveryMethods": {
834
+ "title": "All delivery methods label",
835
+ "type": "string",
836
+ "default": "All delivery methods"
837
+ },
838
+ "delivery": {
839
+ "title": "Shipping label",
840
+ "type": "string",
841
+ "default": "Shipping to"
842
+ },
843
+ "pickupInPoint": {
844
+ "title": "Pickup in point label",
845
+ "type": "string",
846
+ "default": "Pickup at"
847
+ },
848
+ "pickupNearby": {
849
+ "title": "Pickup Nearby label",
850
+ "type": "string",
851
+ "default": "Pickup Nearby"
852
+ },
853
+ "pickupAll": {
854
+ "title": "Pickup All",
855
+ "type": "object",
856
+ "properties": {
857
+ "enabled": {
858
+ "title": "Display pickup all filter",
859
+ "description": "Display the pickup all filter in the PLP/Search page. This is recommended only for B2B stores.",
860
+ "type": "boolean",
861
+ "default": false
862
+ },
863
+ "label": {
864
+ "title": "Label",
865
+ "type": "string",
866
+ "default": "Pickup Anywhere"
867
+ }
868
+ }
869
+ }
870
+ }
871
+ },
872
+ "regionSlider": {
873
+ "title": "RegionSlider SlideOver",
874
+ "type": "object",
875
+ "properties": {
876
+ "title": {
877
+ "title": "RegionSlider title",
878
+ "type": "object",
879
+ "properties": {
880
+ "setLocation": {
881
+ "title": "Set Location title",
882
+ "type": "string",
883
+ "default": "Set Location"
884
+ },
885
+ "changeLocation": {
886
+ "title": "Change Postal Code title",
887
+ "type": "string",
888
+ "default": "Change Location"
889
+ },
890
+ "changePickupPoint": {
891
+ "title": "Change Pickup Point location title",
892
+ "type": "string",
893
+ "default": "Change Store"
894
+ },
895
+ "globalChangePickupPoint": {
896
+ "title": "Change Global Pickup Point location title",
897
+ "type": "string",
898
+ "default": "Change Store"
899
+ }
900
+ }
901
+ },
902
+ "pickupPointChangeApplyButtonLabel": {
903
+ "title": "Change Pickup Point apply button label",
904
+ "type": "string",
905
+ "default": "Update"
906
+ },
907
+ "pickupPointClearFilterButtonLabel": {
908
+ "title": "Clear Pickup Point filter button label",
909
+ "type": "string",
910
+ "default": "Clear filter"
911
+ },
912
+ "choosePickupPointAriaLabel": {
913
+ "title": "Choose Pickup Point aria-label (radio group)",
914
+ "type": "string",
915
+ "default": "Choose a store"
916
+ },
917
+ "noPickupPointsAvailableInLocation": {
918
+ "title": "No Pickup Point available near location message",
919
+ "type": "string",
920
+ "default": "No stores near location."
921
+ }
922
+ }
923
+ },
924
+ "filterByPickupPoint": {
925
+ "title": "Global Filter by Pickup Point",
926
+ "type": "object",
927
+ "properties": {
928
+ "enabled": {
929
+ "title": "Should enable global filter by pickup point?",
930
+ "type": "boolean",
931
+ "default": true
932
+ },
933
+ "label": {
934
+ "title": "Filter label",
935
+ "type": "string",
936
+ "default": "Filter by Store"
937
+ },
938
+ "icon": {
939
+ "title": "Filter icon",
940
+ "type": "object",
941
+ "properties": {
942
+ "icon": {
943
+ "title": "Icon",
944
+ "type": "string",
945
+ "enumNames": ["Storefront"],
946
+ "enum": ["Storefront"],
947
+ "default": "Storefront"
948
+ },
949
+ "alt": {
950
+ "title": "Alternative label",
951
+ "type": "string",
952
+ "default": "Storefront icon"
953
+ }
954
+ }
955
+ }
956
+ }
957
+ },
958
+ "deliveryOptions": {
959
+ "title": "PLP/Search Filter: Delivery Options",
960
+ "type": "object",
961
+ "properties": {
962
+ "enabled": {
963
+ "title": "Should enable Delivery Options?",
964
+ "type": "boolean",
965
+ "default": true
966
+ },
967
+ "title": {
968
+ "title": "Delivery Options title",
969
+ "type": "string",
970
+ "default": "Delivery Option"
971
+ },
972
+ "allDeliveryOptions": {
973
+ "title": "All delivery options label",
974
+ "type": "string",
975
+ "default": "All delivery options"
976
+ }
977
+ }
978
+ },
979
+ "deliveryPromiseBadges": {
980
+ "title": "Delivery Promise badges",
981
+ "type": "object",
982
+ "description": "The badges will be displayed in product cards indicating the delivery methods availability for the product.",
983
+ "properties": {
984
+ "enabled": {
985
+ "title": "Should display Delivery Promise badges?",
986
+ "type": "boolean",
987
+ "default": true
988
+ },
989
+ "delivery": {
990
+ "title": "Shipping available label",
991
+ "type": "string",
992
+ "default": "Available for shipping"
993
+ },
994
+ "deliveryUnavailable": {
995
+ "title": "Shipping unavailable label",
996
+ "type": "string",
997
+ "default": "Unavailable for shipping"
998
+ },
999
+ "pickupInPoint": {
1000
+ "title": "Pickup available label",
1001
+ "type": "string",
1002
+ "default": "Available for pickup"
1003
+ },
1004
+ "pickupInPointUnavailable": {
1005
+ "title": "Pickup unavailable label",
1006
+ "type": "string",
1007
+ "default": "Unavailable for pickup"
1008
+ }
1009
+ }
1010
+ },
1011
+ "inStock": {
1012
+ "title": "PLP/Search Filter: In Stock",
1013
+ "type": "object",
1014
+ "properties": {
1015
+ "enabled": {
1016
+ "title": "Should display In Stock filter?",
1017
+ "description": "Allow shoppers to filter only products that are currently in stock. Note: When enabling, ensure that the `hideUnavailableItems` property is set to `false` in the store's `discovery.config.js` file.",
1018
+ "type": "boolean",
1019
+ "default": false
1020
+ },
1021
+ "title": {
1022
+ "title": "In Stock title",
1023
+ "type": "string",
1024
+ "default": "Availability"
1025
+ },
1026
+ "label": {
1027
+ "title": "In Stock label",
1028
+ "type": "string",
1029
+ "default": "In-stock only"
1030
+ }
1031
+ }
1032
+ }
1033
+ },
1034
+ "$componentTitle": "Delivery Promise"
1035
+ },
1036
+ "sections": {
1037
+ "type": "array",
1038
+ "items": {
1039
+ "anyOf": [
1040
+ {
1041
+ "$ref": "#/components/Search"
1042
+ },
1043
+ {
1044
+ "$ref": "#/components/Navbar"
1045
+ },
1046
+ {
1047
+ "$ref": "#/components/Alert"
1048
+ },
1049
+ {
1050
+ "$ref": "#/components/Footer"
1051
+ },
1052
+ {
1053
+ "$ref": "#/components/BannerText"
1054
+ },
1055
+ {
1056
+ "$ref": "#/components/Hero"
1057
+ },
1058
+ {
1059
+ "$ref": "#/components/Incentives"
1060
+ },
1061
+ {
1062
+ "$ref": "#/components/ProductShelf"
1063
+ },
1064
+ {
1065
+ "$ref": "#/components/ProductTiles"
1066
+ },
1067
+ {
1068
+ "$ref": "#/components/Newsletter"
1069
+ },
1070
+ {
1071
+ "$ref": "#/components/Children"
1072
+ },
1073
+ {
1074
+ "$ref": "#/components/BannerNewsletter"
1075
+ },
1076
+ {
1077
+ "$ref": "#/components/CartSidebar"
1078
+ },
1079
+ {
1080
+ "$ref": "#/components/RegionBar"
1081
+ },
1082
+ {
1083
+ "$ref": "#/components/RegionModal"
1084
+ },
1085
+ {
1086
+ "$ref": "#/components/RegionPopover"
1087
+ },
1088
+ {
1089
+ "$ref": "#/components/EmptyState"
1090
+ }
1091
+ ]
1092
+ }
1093
+ }
1094
+ },
1095
+ "readOnly": false,
1096
+ "writeOnly": false,
1097
+ "deprecated": false,
1098
+ "$abstract": false,
1099
+ "identifierKeys": []
1100
+ },
1101
+ "globalFooterSections": {
1102
+ "$extends": ["#/components/base-page-template"],
1103
+ "$singleton": true,
1104
+ "type": "object",
1105
+ "title": "Global Footer Sections",
1106
+ "properties": {
1107
+ "sections": {
1108
+ "type": "array",
1109
+ "items": {
1110
+ "anyOf": [
1111
+ {
1112
+ "$ref": "#/components/Search"
1113
+ },
1114
+ {
1115
+ "$ref": "#/components/Navbar"
1116
+ },
1117
+ {
1118
+ "$ref": "#/components/Alert"
1119
+ },
1120
+ {
1121
+ "$ref": "#/components/Footer"
1122
+ },
1123
+ {
1124
+ "$ref": "#/components/BannerText"
1125
+ },
1126
+ {
1127
+ "$ref": "#/components/Hero"
1128
+ },
1129
+ {
1130
+ "$ref": "#/components/Incentives"
1131
+ },
1132
+ {
1133
+ "$ref": "#/components/ProductShelf"
1134
+ },
1135
+ {
1136
+ "$ref": "#/components/ProductTiles"
1137
+ },
1138
+ {
1139
+ "$ref": "#/components/Newsletter"
1140
+ },
1141
+ {
1142
+ "$ref": "#/components/Children"
1143
+ },
1144
+ {
1145
+ "$ref": "#/components/BannerNewsletter"
1146
+ },
1147
+ {
1148
+ "$ref": "#/components/CartSidebar"
1149
+ },
1150
+ {
1151
+ "$ref": "#/components/RegionBar"
1152
+ },
1153
+ {
1154
+ "$ref": "#/components/RegionModal"
1155
+ },
1156
+ {
1157
+ "$ref": "#/components/RegionPopover"
1158
+ },
1159
+ {
1160
+ "$ref": "#/components/EmptyState"
1161
+ }
1162
+ ]
1163
+ }
1164
+ }
1165
+ },
1166
+ "readOnly": false,
1167
+ "writeOnly": false,
1168
+ "deprecated": false,
1169
+ "$abstract": false,
1170
+ "identifierKeys": []
1171
+ },
1172
+ "globalHeaderSections": {
1173
+ "$extends": ["#/components/base-page-template"],
1174
+ "$singleton": true,
1175
+ "type": "object",
1176
+ "title": "Global Header Sections",
1177
+ "properties": {
1178
+ "sections": {
1179
+ "type": "array",
1180
+ "items": {
1181
+ "anyOf": [
1182
+ {
1183
+ "$ref": "#/components/Search"
1184
+ },
1185
+ {
1186
+ "$ref": "#/components/Navbar"
1187
+ },
1188
+ {
1189
+ "$ref": "#/components/Alert"
1190
+ },
1191
+ {
1192
+ "$ref": "#/components/Footer"
1193
+ },
1194
+ {
1195
+ "$ref": "#/components/BannerText"
1196
+ },
1197
+ {
1198
+ "$ref": "#/components/Hero"
1199
+ },
1200
+ {
1201
+ "$ref": "#/components/Incentives"
1202
+ },
1203
+ {
1204
+ "$ref": "#/components/ProductShelf"
1205
+ },
1206
+ {
1207
+ "$ref": "#/components/ProductTiles"
1208
+ },
1209
+ {
1210
+ "$ref": "#/components/Newsletter"
1211
+ },
1212
+ {
1213
+ "$ref": "#/components/Children"
1214
+ },
1215
+ {
1216
+ "$ref": "#/components/BannerNewsletter"
1217
+ },
1218
+ {
1219
+ "$ref": "#/components/CartSidebar"
1220
+ },
1221
+ {
1222
+ "$ref": "#/components/RegionBar"
1223
+ },
1224
+ {
1225
+ "$ref": "#/components/RegionModal"
1226
+ },
1227
+ {
1228
+ "$ref": "#/components/RegionPopover"
1229
+ },
1230
+ {
1231
+ "$ref": "#/components/EmptyState"
1232
+ }
1233
+ ]
1234
+ }
1235
+ }
1236
+ },
1237
+ "readOnly": false,
1238
+ "writeOnly": false,
1239
+ "deprecated": false,
1240
+ "$abstract": false,
1241
+ "identifierKeys": []
1242
+ }
1243
+ },
1244
+ "components": {
1245
+ "Hero": {
1246
+ "$extends": ["#/$defs/base-component"],
1247
+ "$componentKey": "Hero",
1248
+ "$componentTitle": "Hero",
1249
+ "title": "Hero",
1250
+ "description": "Add a quick promotion with an image/action pair",
1251
+ "type": "object",
1252
+ "required": ["title"],
1253
+ "properties": {
1254
+ "title": {
1255
+ "title": "Title",
1256
+ "type": "string"
1257
+ },
1258
+ "subtitle": {
1259
+ "title": "Subtitle",
1260
+ "type": "string"
1261
+ },
1262
+ "link": {
1263
+ "title": "Call to Action",
1264
+ "type": "object",
1265
+ "properties": {
1266
+ "text": {
1267
+ "type": "string",
1268
+ "title": "Text"
1269
+ },
1270
+ "url": {
1271
+ "type": "string",
1272
+ "title": "URL"
1273
+ },
1274
+ "linkTargetBlank": {
1275
+ "type": "boolean",
1276
+ "title": "Open link in new window?",
1277
+ "default": false
1278
+ }
1279
+ }
1280
+ },
1281
+ "image": {
1282
+ "type": "object",
1283
+ "title": "Image",
1284
+ "properties": {
1285
+ "src": {
1286
+ "type": "string",
1287
+ "title": "Image",
1288
+ "widget": {
1289
+ "ui:widget": "media-gallery",
1290
+ "restrictMediaTypes": {
1291
+ "video": true,
1292
+ "image": ["png", "jpg", "jpeg", "gif", "svg", "webp"]
1293
+ }
1294
+ }
1295
+ },
1296
+ "alt": {
1297
+ "type": "string",
1298
+ "title": "Alternative Label"
1299
+ }
1300
+ }
1301
+ },
1302
+ "colorVariant": {
1303
+ "type": "string",
1304
+ "title": "Color variant",
1305
+ "enumNames": ["Main", "Light", "Accent"],
1306
+ "enum": ["main", "light", "accent"]
1307
+ },
1308
+ "variant": {
1309
+ "type": "string",
1310
+ "title": "Variant",
1311
+ "enumNames": ["Primary", "Secondary"],
1312
+ "enum": ["primary", "secondary"]
1313
+ }
1314
+ }
1315
+ },
1316
+ "Alert": {
1317
+ "$extends": ["#/$defs/base-component"],
1318
+ "$componentKey": "Alert",
1319
+ "$componentTitle": "Alert",
1320
+ "title": "Alert",
1321
+ "description": "Add an alert",
1322
+ "type": "object",
1323
+ "required": ["icon", "content", "dismissible"],
1324
+ "properties": {
1325
+ "icon": {
1326
+ "type": "string",
1327
+ "title": "Icon",
1328
+ "enumNames": [
1329
+ "Bell",
1330
+ "BellRinging",
1331
+ "Checked",
1332
+ "Info",
1333
+ "Truck",
1334
+ "User"
1335
+ ],
1336
+ "enum": ["Bell", "BellRinging", "Checked", "Info", "Truck", "User"]
1337
+ },
1338
+ "content": {
1339
+ "type": "string",
1340
+ "title": "Content"
1341
+ },
1342
+ "link": {
1343
+ "title": "Link",
1344
+ "type": "object",
1345
+ "properties": {
1346
+ "text": {
1347
+ "type": "string",
1348
+ "title": "Link Text"
1349
+ },
1350
+ "to": {
1351
+ "type": "string",
1352
+ "title": "Action link"
1353
+ }
1354
+ }
1355
+ },
1356
+ "dismissible": {
1357
+ "type": "boolean",
1358
+ "default": false,
1359
+ "title": "Is dismissible?"
1360
+ }
1361
+ }
1362
+ },
1363
+ "Footer": {
1364
+ "$extends": ["#/$defs/base-component"],
1365
+ "$componentKey": "Footer",
1366
+ "$componentTitle": "Footer",
1367
+ "title": "Footer",
1368
+ "description": "Footer displayed on all pages",
1369
+ "type": "object",
1370
+ "properties": {
1371
+ "incentives": {
1372
+ "title": "Incentives",
1373
+ "type": "array",
1374
+ "minItems": 3,
1375
+ "maxItems": 5,
1376
+ "items": {
1377
+ "title": "Incentive",
1378
+ "type": "object",
1379
+ "required": ["title", "firstLineText", "icon"],
1380
+ "properties": {
1381
+ "title": {
1382
+ "type": "string",
1383
+ "title": "Title"
1384
+ },
1385
+ "firstLineText": {
1386
+ "type": "string",
1387
+ "title": "First line of text"
1388
+ },
1389
+ "secondLineText": {
1390
+ "type": "string",
1391
+ "title": "Second line of text"
1392
+ },
1393
+ "icon": {
1394
+ "type": "string",
1395
+ "title": "Icon",
1396
+ "enumNames": [
1397
+ "Truck",
1398
+ "Calendar",
1399
+ "Gift",
1400
+ "Store Front",
1401
+ "Shield Check"
1402
+ ],
1403
+ "enum": [
1404
+ "Truck",
1405
+ "Calendar",
1406
+ "Gift",
1407
+ "Storefront",
1408
+ "ShieldCheck"
1409
+ ]
1410
+ },
1411
+ "alt": {
1412
+ "title": "Alternative Label",
1413
+ "type": "string"
1414
+ }
1415
+ }
1416
+ }
1417
+ },
1418
+ "footerLinks": {
1419
+ "title": "Footer Links Sections",
1420
+ "type": "array",
1421
+ "maxItems": 4,
1422
+ "items": {
1423
+ "title": "Footer Links Section",
1424
+ "type": "object",
1425
+ "properties": {
1426
+ "sectionTitle": {
1427
+ "title": "Section Title",
1428
+ "type": "string"
1429
+ },
1430
+ "items": {
1431
+ "title": "Links",
1432
+ "type": "array",
1433
+ "minItems": 1,
1434
+ "maxItems": 8,
1435
+ "items": {
1436
+ "title": "Link",
1437
+ "type": "object",
1438
+ "required": ["text", "url"],
1439
+ "properties": {
1440
+ "text": {
1441
+ "title": "Link Text",
1442
+ "type": "string"
1443
+ },
1444
+ "url": {
1445
+ "title": "Link URL",
1446
+ "type": "string",
1447
+ "description": "Absolute or Relative"
1448
+ }
1449
+ }
1450
+ }
1451
+ }
1452
+ }
1453
+ }
1454
+ },
1455
+ "footerSocial": {
1456
+ "title": "Social Media Links",
1457
+ "type": "object",
1458
+ "properties": {
1459
+ "title": {
1460
+ "title": "Title",
1461
+ "type": "string",
1462
+ "default": "Follow us"
1463
+ },
1464
+ "socialLinks": {
1465
+ "title": "Social Media",
1466
+ "type": "array",
1467
+ "minItems": 0,
1468
+ "maxItems": 8,
1469
+ "items": {
1470
+ "title": "Link",
1471
+ "type": "object",
1472
+ "required": ["alt", "url", "icon"],
1473
+ "properties": {
1474
+ "icon": {
1475
+ "title": "Icon",
1476
+ "type": "object",
1477
+ "properties": {
1478
+ "icon": {
1479
+ "title": "Icon",
1480
+ "type": "string",
1481
+ "enumNames": [
1482
+ "Facebook",
1483
+ "Instagram",
1484
+ "Pinterest",
1485
+ "Twitter"
1486
+ ],
1487
+ "enum": [
1488
+ "Facebook",
1489
+ "Instagram",
1490
+ "Pinterest",
1491
+ "Twitter"
1492
+ ]
1493
+ }
1494
+ }
1495
+ },
1496
+ "alt": {
1497
+ "title": "Alt",
1498
+ "type": "string"
1499
+ },
1500
+ "url": {
1501
+ "title": "URL",
1502
+ "type": "string"
1503
+ }
1504
+ }
1505
+ }
1506
+ }
1507
+ }
1508
+ },
1509
+ "logo": {
1510
+ "title": "Logo",
1511
+ "type": "object",
1512
+ "properties": {
1513
+ "src": {
1514
+ "title": "Image",
1515
+ "type": "string",
1516
+ "widget": {
1517
+ "ui:widget": "media-gallery",
1518
+ "restrictMediaTypes": {
1519
+ "video": true,
1520
+ "image": ["png", "jpg", "jpeg", "gif", "svg", "webp"]
1521
+ }
1522
+ }
1523
+ },
1524
+ "alt": {
1525
+ "title": "Alternative Label",
1526
+ "type": "string"
1527
+ },
1528
+ "link": {
1529
+ "title": "Logo Link",
1530
+ "type": "object",
1531
+ "required": ["url", "title"],
1532
+ "properties": {
1533
+ "url": {
1534
+ "title": "Link URL",
1535
+ "type": "string"
1536
+ },
1537
+ "title": {
1538
+ "title": "Link Title",
1539
+ "type": "string"
1540
+ }
1541
+ }
1542
+ }
1543
+ }
1544
+ },
1545
+ "copyrightInfo": {
1546
+ "title": "Copyright Message",
1547
+ "type": "string"
1548
+ },
1549
+ "acceptedPaymentMethods": {
1550
+ "title": "Payment Methods Sections",
1551
+ "type": "object",
1552
+ "required": ["showPaymentMethods"],
1553
+ "properties": {
1554
+ "showPaymentMethods": {
1555
+ "title": "Display Payment Methods",
1556
+ "type": "boolean",
1557
+ "default": true
1558
+ },
1559
+ "title": {
1560
+ "title": "Title",
1561
+ "type": "string",
1562
+ "default": "Payment methods"
1563
+ },
1564
+ "paymentMethods": {
1565
+ "title": "Payment Methods",
1566
+ "type": "array",
1567
+ "items": {
1568
+ "title": "Payment Method",
1569
+ "type": "object",
1570
+ "required": ["icon", "alt"],
1571
+ "properties": {
1572
+ "icon": {
1573
+ "type": "object",
1574
+ "properties": {
1575
+ "icon": {
1576
+ "title": "Icon",
1577
+ "type": "string",
1578
+ "enumNames": [
1579
+ "Visa",
1580
+ "Diners Club",
1581
+ "Mastercard",
1582
+ "Elo Card",
1583
+ "PayPal",
1584
+ "Stripe",
1585
+ "GooglePay",
1586
+ "ApplePay"
1587
+ ],
1588
+ "enum": [
1589
+ "Visa",
1590
+ "Diners",
1591
+ "Mastercard",
1592
+ "EloCard",
1593
+ "PayPal",
1594
+ "Stripe",
1595
+ "GooglePay",
1596
+ "ApplePay"
1597
+ ]
1598
+ }
1599
+ }
1600
+ },
1601
+ "alt": {
1602
+ "type": "string",
1603
+ "title": "Alternative Label"
1604
+ }
1605
+ }
1606
+ }
1607
+ }
1608
+ }
1609
+ }
1610
+ }
1611
+ },
1612
+ "Navbar": {
1613
+ "$extends": ["#/$defs/base-component"],
1614
+ "$componentKey": "Navbar",
1615
+ "$componentTitle": "Navbar",
1616
+ "title": "Navbar",
1617
+ "description": "Navbar configuration",
1618
+ "type": "object",
1619
+ "required": ["logo"],
1620
+ "properties": {
1621
+ "logo": {
1622
+ "title": "Logo",
1623
+ "type": "object",
1624
+ "required": ["src"],
1625
+ "properties": {
1626
+ "src": {
1627
+ "title": "Image",
1628
+ "type": "string",
1629
+ "widget": {
1630
+ "ui:widget": "media-gallery",
1631
+ "restrictMediaTypes": {
1632
+ "video": true,
1633
+ "image": ["png", "jpg", "jpeg", "gif", "svg", "webp"]
1634
+ }
1635
+ }
1636
+ },
1637
+ "alt": {
1638
+ "title": "Alternative Label",
1639
+ "type": "string"
1640
+ },
1641
+ "link": {
1642
+ "title": "Logo Link",
1643
+ "type": "object",
1644
+ "required": ["url", "title"],
1645
+ "properties": {
1646
+ "url": {
1647
+ "title": "Link URL",
1648
+ "type": "string"
1649
+ },
1650
+ "title": {
1651
+ "title": "Link Title",
1652
+ "type": "string"
1653
+ }
1654
+ }
1655
+ }
1656
+ }
1657
+ },
1658
+ "searchInput": {
1659
+ "title": "Search Input",
1660
+ "description": "Search Input configurations",
1661
+ "type": "object",
1662
+ "required": ["sort"],
1663
+ "properties": {
1664
+ "placeholder": {
1665
+ "title": "Placeholder for Search Bar",
1666
+ "type": "string",
1667
+ "default": "Search everything in the store"
1668
+ },
1669
+ "sort": {
1670
+ "title": "Results default sort value",
1671
+ "type": "string",
1672
+ "default": "score_desc",
1673
+ "enumNames": [
1674
+ "Price, descending",
1675
+ "Price, ascending",
1676
+ "Top sales",
1677
+ "Name, A-Z",
1678
+ "Name, Z-A",
1679
+ "Release date",
1680
+ "Discount",
1681
+ "Relevance"
1682
+ ],
1683
+ "enum": [
1684
+ "price_desc",
1685
+ "price_asc",
1686
+ "orders_desc",
1687
+ "name_asc",
1688
+ "name_desc",
1689
+ "release_desc",
1690
+ "discount_desc",
1691
+ "score_desc"
1692
+ ]
1693
+ },
1694
+ "quickOrderSettings": {
1695
+ "title": "Quick Order settings",
1696
+ "type": "object",
1697
+ "properties": {
1698
+ "quickOrder": {
1699
+ "title": "Enable Quick Order?",
1700
+ "description": "Allows adding products directly to the cart through search terms, streamlining the purchase.",
1701
+ "type": "boolean",
1702
+ "default": false
1703
+ },
1704
+ "skuMatrix": {
1705
+ "title": "SKUMatrix Configuration",
1706
+ "type": "object",
1707
+ "properties": {
1708
+ "triggerButtonLabel": {
1709
+ "title": "SKU Matrix Trigger label to be displayed",
1710
+ "type": "string",
1711
+ "default": "Select multiple"
1712
+ },
1713
+ "columns": {
1714
+ "title": "Columns",
1715
+ "type": "object",
1716
+ "properties": {
1717
+ "name": {
1718
+ "title": "SKU name column label",
1719
+ "type": "string",
1720
+ "default": "Name"
1721
+ },
1722
+ "additionalColumns": {
1723
+ "title": "Additional columns",
1724
+ "type": "array",
1725
+ "items": {
1726
+ "title": "Column",
1727
+ "type": "object",
1728
+ "required": ["label", "value"],
1729
+ "properties": {
1730
+ "label": {
1731
+ "title": "Label",
1732
+ "type": "string"
1733
+ },
1734
+ "value": {
1735
+ "title": "Value",
1736
+ "type": "string"
1737
+ }
1738
+ }
1739
+ }
1740
+ },
1741
+ "availability": {
1742
+ "title": "Availability column label",
1743
+ "type": "object",
1744
+ "properties": {
1745
+ "label": {
1746
+ "title": "Label",
1747
+ "type": "string",
1748
+ "default": "Availability"
1749
+ },
1750
+ "stockDisplaySettings": {
1751
+ "title": "Stock display settings",
1752
+ "description": "Control how the stock status of your products is displayed to customers on your online store.",
1753
+ "type": "string",
1754
+ "enum": ["showAvailability", "showStockQuantity"],
1755
+ "enumNames": [
1756
+ "Show availability (Available/Out of Stock)",
1757
+ "Show stock quantity"
1758
+ ],
1759
+ "default": "showAvailability"
1760
+ }
1761
+ }
1762
+ },
1763
+ "price": {
1764
+ "title": "Price column label",
1765
+ "type": "string",
1766
+ "default": "Price"
1767
+ },
1768
+ "quantitySelector": {
1769
+ "title": "Quantity selector column label",
1770
+ "type": "string",
1771
+ "default": "Quantity"
1772
+ }
1773
+ }
1774
+ }
1775
+ }
1776
+ }
1777
+ }
1778
+ }
1779
+ }
1780
+ },
1781
+ "signInButton": {
1782
+ "title": "Sign In Button",
1783
+ "type": "object",
1784
+ "properties": {
1785
+ "icon": {
1786
+ "title": "Icon",
1787
+ "type": "object",
1788
+ "properties": {
1789
+ "icon": {
1790
+ "title": "Icon",
1791
+ "type": "string",
1792
+ "enumNames": ["User"],
1793
+ "enum": ["User"],
1794
+ "default": "User"
1795
+ },
1796
+ "alt": {
1797
+ "title": "Alternative Label",
1798
+ "type": "string",
1799
+ "default": "User"
1800
+ }
1801
+ }
1802
+ },
1803
+ "label": {
1804
+ "title": "Call to Action",
1805
+ "type": "string",
1806
+ "default": "Sign in"
1807
+ },
1808
+ "myAccountLabel": {
1809
+ "title": "My Account Label",
1810
+ "type": "string",
1811
+ "default": "My account"
1812
+ }
1813
+ }
1814
+ },
1815
+ "cartIcon": {
1816
+ "title": "Cart Icon",
1817
+ "type": "object",
1818
+ "properties": {
1819
+ "icon": {
1820
+ "title": "Icon",
1821
+ "type": "string",
1822
+ "enumNames": ["Shopping Cart"],
1823
+ "enum": ["ShoppingCart"],
1824
+ "default": "ShoppingCart"
1825
+ },
1826
+ "alt": {
1827
+ "title": "Alternative Label",
1828
+ "type": "string",
1829
+ "default": "Shopping cart"
1830
+ }
1831
+ }
1832
+ },
1833
+ "navigation": {
1834
+ "title": "Navigation",
1835
+ "type": "object",
1836
+ "properties": {
1837
+ "regionalization": {
1838
+ "type": "object",
1839
+ "title": "Regionalization",
1840
+ "properties": {
1841
+ "enabled": {
1842
+ "type": "boolean",
1843
+ "title": "Use Regionalization?",
1844
+ "default": true
1845
+ },
1846
+ "icon": {
1847
+ "title": "Icon",
1848
+ "type": "object",
1849
+ "properties": {
1850
+ "icon": {
1851
+ "title": "Icon",
1852
+ "type": "string",
1853
+ "enumNames": ["Map Pin"],
1854
+ "enum": ["MapPin"],
1855
+ "default": "MapPin"
1856
+ },
1857
+ "alt": {
1858
+ "title": "Alternative Label",
1859
+ "type": "string",
1860
+ "default": "MapPin"
1861
+ }
1862
+ }
1863
+ },
1864
+ "label": {
1865
+ "title": "Call to Action",
1866
+ "type": "string",
1867
+ "default": "Set Location"
1868
+ }
1869
+ }
1870
+ },
1871
+ "pageLinks": {
1872
+ "title": "Links",
1873
+ "type": "array",
1874
+ "maxItems": 8,
1875
+ "items": {
1876
+ "title": "Link",
1877
+ "type": "object",
1878
+ "required": ["text", "url"],
1879
+ "properties": {
1880
+ "text": {
1881
+ "title": "Link Text",
1882
+ "type": "string"
1883
+ },
1884
+ "url": {
1885
+ "title": "Link URL",
1886
+ "type": "string"
1887
+ }
1888
+ }
1889
+ }
1890
+ },
1891
+ "menu": {
1892
+ "type": "object",
1893
+ "title": "Menu",
1894
+ "properties": {
1895
+ "icon": {
1896
+ "title": "Icon",
1897
+ "type": "object",
1898
+ "properties": {
1899
+ "icon": {
1900
+ "title": "Icon",
1901
+ "type": "string",
1902
+ "enumNames": ["List"],
1903
+ "enum": ["List"],
1904
+ "default": "List"
1905
+ },
1906
+ "alt": {
1907
+ "title": "Alternative Label",
1908
+ "type": "string",
1909
+ "default": "List"
1910
+ }
1911
+ }
1912
+ }
1913
+ }
1914
+ },
1915
+ "home": {
1916
+ "title": "Home",
1917
+ "type": "object",
1918
+ "properties": {
1919
+ "label": {
1920
+ "title": "Go to Home Label",
1921
+ "type": "string",
1922
+ "default": "Go to Home"
1923
+ }
1924
+ }
1925
+ }
1926
+ }
1927
+ }
1928
+ }
1929
+ },
1930
+ "Search": {
1931
+ "$extends": ["#/$defs/base-component"],
1932
+ "$componentKey": "Search",
1933
+ "$componentTitle": "Search Bar",
1934
+ "title": "Search Bar",
1935
+ "description": "Search Bar Configuration",
1936
+ "type": "object",
1937
+ "required": [
1938
+ "searchInput",
1939
+ "searchHistory",
1940
+ "searchTop",
1941
+ "searchAutocomplete"
1942
+ ],
1943
+ "properties": {
1944
+ "searchInput": {
1945
+ "title": "Input Field",
1946
+ "type": "object",
1947
+ "properties": {
1948
+ "placeholder": {
1949
+ "title": "Placeholder",
1950
+ "type": "string",
1951
+ "default": "Search everything in the store"
1952
+ },
1953
+ "icon": {
1954
+ "title": "Search Icon",
1955
+ "type": "object",
1956
+ "properties": {
1957
+ "icon": {
1958
+ "title": "Icon",
1959
+ "type": "string",
1960
+ "enumNames": ["Magnifying Glass"],
1961
+ "enum": ["MagnifyingGlass"],
1962
+ "default": "MagnifyingGlass"
1963
+ },
1964
+ "alt": {
1965
+ "title": "Alternative Label",
1966
+ "type": "string",
1967
+ "default": "Magnifying glass"
1968
+ }
1969
+ }
1970
+ }
1971
+ }
1972
+ },
1973
+ "searchHistory": {
1974
+ "title": "Search History",
1975
+ "type": "object",
1976
+ "properties": {
1977
+ "title": {
1978
+ "title": "Title",
1979
+ "type": "string",
1980
+ "default": "History"
1981
+ },
1982
+ "clearButtonLabel": {
1983
+ "type": "string",
1984
+ "title": "Clear Button Label",
1985
+ "default": "Clear history"
1986
+ },
1987
+ "icon": {
1988
+ "title": "Icon",
1989
+ "type": "object",
1990
+ "properties": {
1991
+ "icon": {
1992
+ "title": "Icon",
1993
+ "type": "string",
1994
+ "enumNames": ["Clock Clockwise"],
1995
+ "enum": ["ClockClockwise"],
1996
+ "default": "ClockClockwise"
1997
+ },
1998
+ "alt": {
1999
+ "type": "string",
2000
+ "title": "Alternative Label",
2001
+ "default": "History"
2002
+ }
2003
+ }
2004
+ },
2005
+ "maxItems": {
2006
+ "title": "Maximum Number of History Items",
2007
+ "type": "integer",
2008
+ "default": 5
2009
+ }
2010
+ }
2011
+ },
2012
+ "searchTop": {
2013
+ "title": "Top Search",
2014
+ "type": "object",
2015
+ "properties": {
2016
+ "title": {
2017
+ "title": "Title",
2018
+ "type": "string",
2019
+ "default": "Top search"
2020
+ },
2021
+ "maxItems": {
2022
+ "title": "Maximum Number of Top Search Items",
2023
+ "type": "integer",
2024
+ "default": 5
2025
+ }
2026
+ }
2027
+ },
2028
+ "searchAutocomplete": {
2029
+ "title": "Autocomplete",
2030
+ "type": "object",
2031
+ "properties": {
2032
+ "icon": {
2033
+ "title": "Icon",
2034
+ "type": "object",
2035
+ "properties": {
2036
+ "icon": {
2037
+ "title": "Icon",
2038
+ "type": "string",
2039
+ "enumNames": ["Magnifying Glass"],
2040
+ "enum": ["MagnifyingGlass"]
2041
+ },
2042
+ "alt": {
2043
+ "type": "string",
2044
+ "title": "Alternative Label",
2045
+ "default": "Magnifying glass"
2046
+ }
2047
+ }
2048
+ },
2049
+ "maxItems": {
2050
+ "title": "Maximum Number of Autocomplete Items",
2051
+ "type": "integer",
2052
+ "default": 5
2053
+ }
2054
+ }
2055
+ },
2056
+ "searchProducts": {
2057
+ "title": "Suggested Products",
2058
+ "type": "object",
2059
+ "properties": {
2060
+ "title": {
2061
+ "title": "Title",
2062
+ "type": "string",
2063
+ "default": "Suggested products"
2064
+ },
2065
+ "maxItems": {
2066
+ "title": "Maximum Number of Suggested Products",
2067
+ "type": "integer",
2068
+ "default": 5
2069
+ }
2070
+ }
2071
+ }
2072
+ }
2073
+ },
2074
+ "Children": {
2075
+ "$extends": ["#/$defs/base-component"],
2076
+ "$componentKey": "Children",
2077
+ "$componentTitle": "Children",
2078
+ "title": "Children",
2079
+ "type": "object",
2080
+ "properties": {}
2081
+ },
2082
+ "RegionBar": {
2083
+ "$extends": ["#/$defs/base-component"],
2084
+ "$componentKey": "RegionBar",
2085
+ "$componentTitle": "Region Bar",
2086
+ "title": "Region Bar",
2087
+ "description": "Region Bar configuration",
2088
+ "type": "object",
2089
+ "required": ["label"],
2090
+ "properties": {
2091
+ "icon": {
2092
+ "title": "Location icon",
2093
+ "type": "object",
2094
+ "properties": {
2095
+ "icon": {
2096
+ "title": "Icon",
2097
+ "type": "string",
2098
+ "enumNames": ["Map Pin"],
2099
+ "enum": ["MapPin"],
2100
+ "default": "MapPin"
2101
+ },
2102
+ "alt": {
2103
+ "title": "Alternative label",
2104
+ "type": "string",
2105
+ "default": "Map Pin icon"
2106
+ }
2107
+ }
2108
+ },
2109
+ "label": {
2110
+ "title": "Location label",
2111
+ "type": "string",
2112
+ "default": "Set your location"
2113
+ },
2114
+ "editLabel": {
2115
+ "title": "Location edit label",
2116
+ "type": "string",
2117
+ "default": "",
2118
+ "description": "[Deprecated] This label should not be used anymore."
2119
+ },
2120
+ "buttonIcon": {
2121
+ "title": "Button Icon",
2122
+ "type": "object",
2123
+ "properties": {
2124
+ "icon": {
2125
+ "title": "Icon",
2126
+ "type": "string",
2127
+ "enumNames": ["Caret Right"],
2128
+ "enum": ["CaretRight"],
2129
+ "default": "CaretRight"
2130
+ },
2131
+ "alt": {
2132
+ "title": "Alternative Label",
2133
+ "type": "string",
2134
+ "default": "Caret Right icon"
2135
+ }
2136
+ }
2137
+ }
2138
+ }
2139
+ },
2140
+ "BannerText": {
2141
+ "$extends": ["#/$defs/base-component"],
2142
+ "$componentKey": "BannerText",
2143
+ "$componentTitle": "Banner Text",
2144
+ "title": "Banner Text",
2145
+ "description": "Add a quick promotion with a text/action pair",
2146
+ "type": "object",
2147
+ "required": ["title", "caption", "link"],
2148
+ "properties": {
2149
+ "title": {
2150
+ "title": "Title",
2151
+ "type": "string"
2152
+ },
2153
+ "caption": {
2154
+ "title": "Caption",
2155
+ "type": "string"
2156
+ },
2157
+ "link": {
2158
+ "title": "Call to Action",
2159
+ "type": "object",
2160
+ "required": ["text", "url"],
2161
+ "properties": {
2162
+ "text": {
2163
+ "title": "Text",
2164
+ "type": "string"
2165
+ },
2166
+ "url": {
2167
+ "title": "URL",
2168
+ "type": "string"
2169
+ },
2170
+ "linkTargetBlank": {
2171
+ "type": "boolean",
2172
+ "title": "Open link in new window?",
2173
+ "default": false
2174
+ }
2175
+ }
2176
+ },
2177
+ "colorVariant": {
2178
+ "type": "string",
2179
+ "title": "Color variant",
2180
+ "enumNames": ["Main", "Light", "Accent"],
2181
+ "enum": ["main", "light", "accent"]
2182
+ },
2183
+ "variant": {
2184
+ "type": "string",
2185
+ "title": "Variant",
2186
+ "enumNames": ["Primary", "Secondary"],
2187
+ "enum": ["primary", "secondary"]
2188
+ }
2189
+ }
2190
+ },
2191
+ "Breadcrumb": {
2192
+ "$extends": ["#/$defs/base-component"],
2193
+ "$componentKey": "Breadcrumb",
2194
+ "$componentTitle": "Breadcrumb",
2195
+ "title": "Breadcrumb",
2196
+ "description": "Configure the breadcrumb icon and depth",
2197
+ "type": "object",
2198
+ "required": ["icon", "alt"],
2199
+ "properties": {
2200
+ "icon": {
2201
+ "title": "Icon",
2202
+ "type": "string",
2203
+ "enumNames": ["House"],
2204
+ "enum": ["House"]
2205
+ },
2206
+ "alt": {
2207
+ "title": "Alternative Label",
2208
+ "type": "string"
2209
+ }
2210
+ }
2211
+ },
2212
+ "EmptyState": {
2213
+ "$extends": ["#/$defs/base-component"],
2214
+ "$componentKey": "EmptyState",
2215
+ "$componentTitle": "Empty State",
2216
+ "title": "Empty State",
2217
+ "description": "Empty State configuration",
2218
+ "type": "object",
2219
+ "properties": {
2220
+ "title": {
2221
+ "title": "Title",
2222
+ "type": "string"
2223
+ },
2224
+ "titleIcon": {
2225
+ "title": "Title Icon",
2226
+ "type": "object",
2227
+ "properties": {
2228
+ "icon": {
2229
+ "title": "Icon",
2230
+ "type": "string",
2231
+ "enumNames": ["CircleWavy Warning"],
2232
+ "enum": ["CircleWavyWarning"]
2233
+ },
2234
+ "alt": {
2235
+ "title": "Alternative Label",
2236
+ "type": "string"
2237
+ }
2238
+ }
2239
+ },
2240
+ "subtitle": {
2241
+ "title": "Subtitle",
2242
+ "type": "string"
2243
+ },
2244
+ "showLoader": {
2245
+ "type": "boolean",
2246
+ "title": "Show loader?",
2247
+ "default": false
2248
+ },
2249
+ "errorState": {
2250
+ "title": "Error state used for shown errorId and fromUrl properties in 500 and 404 pages",
2251
+ "type": "object",
2252
+ "properties": {
2253
+ "errorId": {
2254
+ "title": "errorId used in 500 and 404 pages",
2255
+ "type": "object",
2256
+ "properties": {
2257
+ "show": {
2258
+ "type": "boolean",
2259
+ "title": "Show errorId in the end of message?"
2260
+ },
2261
+ "description": {
2262
+ "type": "string",
2263
+ "title": "Description shown before the errorId"
2264
+ }
2265
+ }
2266
+ },
2267
+ "fromUrl": {
2268
+ "title": "fromUrl used in 500 and 404 pages",
2269
+ "type": "object",
2270
+ "properties": {
2271
+ "show": {
2272
+ "type": "boolean",
2273
+ "title": "Show fromUrl in the end of message?"
2274
+ },
2275
+ "description": {
2276
+ "type": "string",
2277
+ "title": "Description shown before the fromUrl"
2278
+ }
2279
+ }
2280
+ }
2281
+ }
2282
+ }
2283
+ }
2284
+ },
2285
+ "Incentives": {
2286
+ "$extends": ["#/$defs/base-component"],
2287
+ "$componentKey": "Incentives",
2288
+ "$componentTitle": "Incentives",
2289
+ "title": "Incentives",
2290
+ "description": "Add Incentives to your shopper",
2291
+ "type": "object",
2292
+ "properties": {
2293
+ "incentives": {
2294
+ "title": "Incentives",
2295
+ "type": "array",
2296
+ "minItems": 3,
2297
+ "maxItems": 5,
2298
+ "items": {
2299
+ "title": "Incentive",
2300
+ "type": "object",
2301
+ "required": ["title", "firstLineText", "icon"],
2302
+ "properties": {
2303
+ "title": {
2304
+ "type": "string",
2305
+ "title": "Title"
2306
+ },
2307
+ "firstLineText": {
2308
+ "type": "string",
2309
+ "title": "First line of text"
2310
+ },
2311
+ "secondLineText": {
2312
+ "type": "string",
2313
+ "title": "Second line of text"
2314
+ },
2315
+ "icon": {
2316
+ "type": "string",
2317
+ "title": "Icon",
2318
+ "enumNames": [
2319
+ "Truck",
2320
+ "Calendar",
2321
+ "Gift",
2322
+ "Store Front",
2323
+ "Shield Check"
2324
+ ],
2325
+ "enum": [
2326
+ "Truck",
2327
+ "Calendar",
2328
+ "Gift",
2329
+ "Storefront",
2330
+ "ShieldCheck"
2331
+ ]
2332
+ },
2333
+ "alt": {
2334
+ "title": "Alternative Label",
2335
+ "type": "string"
2336
+ }
2337
+ }
2338
+ }
2339
+ }
2340
+ }
2341
+ },
2342
+ "Newsletter": {
2343
+ "$extends": ["#/$defs/base-component"],
2344
+ "$componentKey": "Newsletter",
2345
+ "$componentTitle": "Newsletter",
2346
+ "title": "Newsletter",
2347
+ "description": "Allow users to subscribe to your updates",
2348
+ "type": "object",
2349
+ "required": ["title"],
2350
+ "properties": {
2351
+ "icon": {
2352
+ "title": "Icon",
2353
+ "type": "object",
2354
+ "properties": {
2355
+ "icon": {
2356
+ "title": "Icon",
2357
+ "type": "string",
2358
+ "enumNames": ["Envelope"],
2359
+ "enum": ["Envelope"],
2360
+ "default": "Envelope"
2361
+ },
2362
+ "alt": {
2363
+ "type": "string",
2364
+ "title": "Alternative Label",
2365
+ "default": "Envelope"
2366
+ }
2367
+ }
2368
+ },
2369
+ "title": {
2370
+ "title": "Title",
2371
+ "type": "string",
2372
+ "default": "Subscribe to the newsletter"
2373
+ },
2374
+ "description": {
2375
+ "title": "Description",
2376
+ "type": "string",
2377
+ "default": "Get news and special offers!"
2378
+ },
2379
+ "privacyPolicy": {
2380
+ "title": "Privacy Policy Disclaimer",
2381
+ "type": "string",
2382
+ "widget": {
2383
+ "ui:widget": "draftjs-rich-text"
2384
+ }
2385
+ },
2386
+ "emailInputLabel": {
2387
+ "title": "Email input label",
2388
+ "type": "string",
2389
+ "default": "Email"
2390
+ },
2391
+ "displayNameInput": {
2392
+ "title": "Request name?",
2393
+ "type": "boolean",
2394
+ "default": true
2395
+ },
2396
+ "nameInputLabel": {
2397
+ "title": "Name input label",
2398
+ "type": "string",
2399
+ "default": "Name"
2400
+ },
2401
+ "subscribeButtonLabel": {
2402
+ "title": "Subscribe button label",
2403
+ "type": "string",
2404
+ "default": "Subscribe"
2405
+ },
2406
+ "subscribeButtonLoadingLabel": {
2407
+ "title": "Subscribe button loading label",
2408
+ "type": "string",
2409
+ "default": "Loading..."
2410
+ },
2411
+ "card": {
2412
+ "title": "Newsletter should be in card format?",
2413
+ "type": "boolean",
2414
+ "default": false
2415
+ },
2416
+ "colorVariant": {
2417
+ "title": "Color variant",
2418
+ "type": "string",
2419
+ "enumNames": ["Main", "Light", "Accent"],
2420
+ "enum": ["main", "light", "accent"],
2421
+ "default": "main"
2422
+ },
2423
+ "toastSubscribe": {
2424
+ "title": "Toast Subscribe",
2425
+ "type": "object",
2426
+ "properties": {
2427
+ "title": {
2428
+ "title": "Title",
2429
+ "description": "Message Title",
2430
+ "type": "string",
2431
+ "default": "Hooray!"
2432
+ },
2433
+ "message": {
2434
+ "title": "Message",
2435
+ "description": "Message",
2436
+ "type": "string",
2437
+ "default": "Thanks for your subscription."
2438
+ },
2439
+ "icon": {
2440
+ "title": "Icon",
2441
+ "type": "string",
2442
+ "enumNames": ["CircleWavyCheck"],
2443
+ "enum": ["CircleWavyCheck"],
2444
+ "default": "CircleWavyCheck"
2445
+ }
2446
+ }
2447
+ },
2448
+ "toastSubscribeError": {
2449
+ "title": "Toast Subscribe Error",
2450
+ "type": "object",
2451
+ "properties": {
2452
+ "title": {
2453
+ "title": "Title",
2454
+ "description": "Message Title",
2455
+ "type": "string",
2456
+ "default": "Oops!"
2457
+ },
2458
+ "message": {
2459
+ "title": "Message",
2460
+ "description": "Message",
2461
+ "type": "string",
2462
+ "default": "Something went wrong. Please try again."
2463
+ },
2464
+ "icon": {
2465
+ "title": "Icon",
2466
+ "type": "string",
2467
+ "enumNames": ["CircleWavyWarning"],
2468
+ "enum": ["CircleWavyWarning"],
2469
+ "default": "CircleWavyWarning"
2470
+ }
2471
+ }
2472
+ }
2473
+ }
2474
+ },
2475
+ "CartSidebar": {
2476
+ "$extends": ["#/$defs/base-component"],
2477
+ "$componentKey": "CartSidebar",
2478
+ "$componentTitle": "Cart Sidebar",
2479
+ "title": "Cart Sidebar",
2480
+ "description": "Cart Sidebar configuration",
2481
+ "type": "object",
2482
+ "properties": {
2483
+ "title": {
2484
+ "title": "Title text",
2485
+ "type": "string",
2486
+ "default": "Your cart"
2487
+ },
2488
+ "alert": {
2489
+ "title": "Alert",
2490
+ "type": "object",
2491
+ "properties": {
2492
+ "icon": {
2493
+ "title": "Icon",
2494
+ "type": "object",
2495
+ "required": ["icon", "alt"],
2496
+ "properties": {
2497
+ "icon": {
2498
+ "title": "Icon",
2499
+ "type": "string",
2500
+ "enumNames": [
2501
+ "Bell",
2502
+ "BellRinging",
2503
+ "Checked",
2504
+ "Info",
2505
+ "Truck",
2506
+ "User"
2507
+ ],
2508
+ "enum": [
2509
+ "Bell",
2510
+ "BellRinging",
2511
+ "Checked",
2512
+ "Info",
2513
+ "Truck",
2514
+ "User"
2515
+ ],
2516
+ "default": "Truck"
2517
+ },
2518
+ "alt": {
2519
+ "title": "Alternative label",
2520
+ "type": "string",
2521
+ "default": "Arrow Right icon"
2522
+ }
2523
+ }
2524
+ },
2525
+ "text": {
2526
+ "type": "string",
2527
+ "title": "Text",
2528
+ "default": "Free shipping on orders $300+"
2529
+ }
2530
+ }
2531
+ },
2532
+ "checkoutButton": {
2533
+ "title": "Checkout button",
2534
+ "type": "object",
2535
+ "required": ["label", "loadingLabel", "icon"],
2536
+ "properties": {
2537
+ "label": {
2538
+ "title": "Label",
2539
+ "type": "string",
2540
+ "default": "Checkout"
2541
+ },
2542
+ "loadingLabel": {
2543
+ "title": "Loading label",
2544
+ "type": "string",
2545
+ "default": "Loading..."
2546
+ },
2547
+ "icon": {
2548
+ "title": "Icon",
2549
+ "type": "object",
2550
+ "required": ["icon", "alt"],
2551
+ "properties": {
2552
+ "icon": {
2553
+ "title": "Icon",
2554
+ "type": "string",
2555
+ "enumNames": ["ArrowRight"],
2556
+ "enum": ["ArrowRight"],
2557
+ "default": "ArrowRight"
2558
+ },
2559
+ "alt": {
2560
+ "title": "Alternative label",
2561
+ "type": "string",
2562
+ "default": "Arrow Right icon"
2563
+ }
2564
+ }
2565
+ }
2566
+ }
2567
+ },
2568
+ "quantitySelector": {
2569
+ "title": "Quantity Selector",
2570
+ "type": "object",
2571
+ "properties": {
2572
+ "useUnitMultiplier": {
2573
+ "title": "Should use unit multiplier?",
2574
+ "type": "boolean",
2575
+ "default": false
2576
+ }
2577
+ }
2578
+ },
2579
+ "taxesConfiguration": {
2580
+ "title": "Taxes Configuration",
2581
+ "type": "object",
2582
+ "properties": {
2583
+ "usePriceWithTaxes": {
2584
+ "title": "Should use taxes to calculate the price?",
2585
+ "type": "boolean",
2586
+ "default": false
2587
+ },
2588
+ "taxesLabel": {
2589
+ "title": "Tax label to be displayed",
2590
+ "type": "string",
2591
+ "default": "Tax included"
2592
+ }
2593
+ }
2594
+ }
2595
+ }
2596
+ },
2597
+ "RegionModal": {
2598
+ "$extends": ["#/$defs/base-component"],
2599
+ "$componentKey": "RegionModal",
2600
+ "$componentTitle": "Region Modal",
2601
+ "title": "Region Modal",
2602
+ "description": "Region Modal configuration",
2603
+ "type": "object",
2604
+ "properties": {
2605
+ "title": {
2606
+ "title": "Title",
2607
+ "type": "string",
2608
+ "default": "Set your location"
2609
+ },
2610
+ "description": {
2611
+ "title": "Description",
2612
+ "type": "string",
2613
+ "default": "Offers and availability vary by location"
2614
+ },
2615
+ "closeButtonAriaLabel": {
2616
+ "title": "Close modal aria-label",
2617
+ "type": "string",
2618
+ "default": "Close Region Modal"
2619
+ },
2620
+ "inputField": {
2621
+ "title": "Input Field",
2622
+ "type": "object",
2623
+ "properties": {
2624
+ "label": {
2625
+ "title": "Input field label",
2626
+ "description": "[Deprecated] Use the fields from the Settings tab in Global Sections",
2627
+ "type": "string"
2628
+ },
2629
+ "errorMessage": {
2630
+ "title": "Input field error message",
2631
+ "description": "[Deprecated] Use the fields from the Settings tab in Global Sections",
2632
+ "type": "string"
2633
+ },
2634
+ "noProductsAvailableErrorMessage": {
2635
+ "title": "Input field error message for the scenario of no products available for a given location",
2636
+ "description": "[Deprecated] Use the fields from the Settings tab in Global Sections. The '%s' is replaced by the postal code value.",
2637
+ "type": "string"
2638
+ },
2639
+ "buttonActionText": {
2640
+ "title": "Input field action button label",
2641
+ "description": "[Deprecated] Use the fields from the Settings tab in Global Sections",
2642
+ "type": "string"
2643
+ }
2644
+ }
2645
+ },
2646
+ "idkPostalCodeLink": {
2647
+ "title": "I don't know my postal code link",
2648
+ "type": "object",
2649
+ "properties": {
2650
+ "text": {
2651
+ "title": "Link Text",
2652
+ "description": "[Deprecated] Use the fields from the Settings tab in Global Sections",
2653
+ "type": "string"
2654
+ },
2655
+ "to": {
2656
+ "type": "string",
2657
+ "title": "Action link",
2658
+ "description": "[Deprecated] Use the fields from the Settings tab in Global Sections"
2659
+ },
2660
+ "icon": {
2661
+ "title": "Icon",
2662
+ "type": "object",
2663
+ "properties": {
2664
+ "icon": {
2665
+ "title": "Icon",
2666
+ "description": "[Deprecated] Use the fields from the Settings tab in Global Sections",
2667
+ "type": "string",
2668
+ "enumNames": ["Arrow Square Out"],
2669
+ "enum": ["ArrowSquareOut"]
2670
+ },
2671
+ "alt": {
2672
+ "title": "Alternative Label",
2673
+ "description": "[Deprecated] Use the fields from the Settings tab in Global Sections",
2674
+ "type": "string"
2675
+ }
2676
+ }
2677
+ }
2678
+ }
2679
+ }
2680
+ }
2681
+ },
2682
+ "ProductShelf": {
2683
+ "$extends": ["#/$defs/base-component"],
2684
+ "$componentKey": "ProductShelf",
2685
+ "$componentTitle": "Product Shelf",
2686
+ "title": "Product Shelf",
2687
+ "description": "Add custom shelves to your store",
2688
+ "type": "object",
2689
+ "required": ["title", "numberOfItems", "after", "sort"],
2690
+ "properties": {
2691
+ "title": {
2692
+ "type": "string",
2693
+ "title": "Title"
2694
+ },
2695
+ "numberOfItems": {
2696
+ "type": "integer",
2697
+ "title": "Total number of items",
2698
+ "default": 5,
2699
+ "description": "Total number of items. The quantity may be smaller if the query returns fewer products."
2700
+ },
2701
+ "itemsPerPage": {
2702
+ "type": "integer",
2703
+ "title": "Number of items per page",
2704
+ "default": 5,
2705
+ "description": "Number of items to display per page in carousel"
2706
+ },
2707
+ "after": {
2708
+ "type": "integer",
2709
+ "title": "After",
2710
+ "default": 0,
2711
+ "description": "Initial pagination item"
2712
+ },
2713
+ "sort": {
2714
+ "title": "Sort",
2715
+ "description": "Items order",
2716
+ "default": "score_desc",
2717
+ "enum": [
2718
+ "discount_desc",
2719
+ "name_asc",
2720
+ "name_desc",
2721
+ "orders_desc",
2722
+ "price_asc",
2723
+ "price_desc",
2724
+ "release_desc",
2725
+ "score_desc"
2726
+ ],
2727
+ "enumNames": [
2728
+ "Discount: higher to lower",
2729
+ "Name: A-Z",
2730
+ "Name: Z-A",
2731
+ "Orders: higher to lower",
2732
+ "Price: lower to higher",
2733
+ "Price: higher to lower",
2734
+ "Release date: newer to older",
2735
+ "Relevance: higher to lower"
2736
+ ]
2737
+ },
2738
+ "term": {
2739
+ "type": "string",
2740
+ "title": "Search term"
2741
+ },
2742
+ "selectedFacets": {
2743
+ "title": "Facets",
2744
+ "type": "array",
2745
+ "items": {
2746
+ "title": "Facet",
2747
+ "type": "object",
2748
+ "required": ["key", "value"],
2749
+ "properties": {
2750
+ "key": {
2751
+ "title": "Key",
2752
+ "description": "For collections use: productClusterIds",
2753
+ "type": "string",
2754
+ "default": "productClusterIds"
2755
+ },
2756
+ "value": {
2757
+ "title": "Value",
2758
+ "description": "E.g. For 'Most Wanted' collection, use: 140. To consult your collection ids go to Collections page",
2759
+ "type": "string",
2760
+ "default": "140"
2761
+ }
2762
+ }
2763
+ }
2764
+ },
2765
+ "taxesConfiguration": {
2766
+ "title": "Taxes Configuration",
2767
+ "type": "object",
2768
+ "properties": {
2769
+ "usePriceWithTaxes": {
2770
+ "title": "Should use taxes to calculate the price?",
2771
+ "type": "boolean",
2772
+ "default": false
2773
+ },
2774
+ "taxesLabel": {
2775
+ "title": "Tax label to be displayed",
2776
+ "type": "string",
2777
+ "default": "Tax included"
2778
+ }
2779
+ }
2780
+ },
2781
+ "productCardConfiguration": {
2782
+ "title": "Product Card Configuration",
2783
+ "type": "object",
2784
+ "properties": {
2785
+ "showDiscountBadge": {
2786
+ "title": "Show discount badge?",
2787
+ "type": "boolean",
2788
+ "default": true
2789
+ },
2790
+ "bordered": {
2791
+ "title": "Cards should be bordered?",
2792
+ "type": "boolean",
2793
+ "default": true
2794
+ }
2795
+ }
2796
+ }
2797
+ }
2798
+ },
2799
+ "ProductTiles": {
2800
+ "$extends": ["#/$defs/base-component"],
2801
+ "$componentKey": "ProductTiles",
2802
+ "$componentTitle": "Product Tiles",
2803
+ "title": "Product Tiles",
2804
+ "description": "Add custom highlights to your store",
2805
+ "type": "object",
2806
+ "required": ["title", "first", "after", "sort"],
2807
+ "properties": {
2808
+ "title": {
2809
+ "title": "Title",
2810
+ "type": "string"
2811
+ },
2812
+ "first": {
2813
+ "title": "First",
2814
+ "type": "integer",
2815
+ "default": 3,
2816
+ "description": "Number of items to display"
2817
+ },
2818
+ "after": {
2819
+ "title": "After",
2820
+ "type": "integer",
2821
+ "default": 0,
2822
+ "description": "Initial pagination item"
2823
+ },
2824
+ "sort": {
2825
+ "title": "Sort",
2826
+ "description": "Items order",
2827
+ "default": "score_desc",
2828
+ "enum": [
2829
+ "discount_desc",
2830
+ "name_asc",
2831
+ "name_desc",
2832
+ "orders_desc",
2833
+ "price_asc",
2834
+ "price_desc",
2835
+ "release_desc",
2836
+ "score_desc"
2837
+ ],
2838
+ "enumNames": [
2839
+ "Discount: higher to lower",
2840
+ "Name: Z-A",
2841
+ "Name: A-Z",
2842
+ "Orders: higher to lower",
2843
+ "Price: lower to higher",
2844
+ "Price: higher to lower",
2845
+ "Release date: newer to older",
2846
+ "Relevance: higher to lower"
2847
+ ]
2848
+ },
2849
+ "term": {
2850
+ "title": "Search term",
2851
+ "type": "string"
2852
+ },
2853
+ "selectedFacets": {
2854
+ "title": "Facets",
2855
+ "type": "array",
2856
+ "items": {
2857
+ "title": "Facet",
2858
+ "type": "object",
2859
+ "required": ["key", "value"],
2860
+ "properties": {
2861
+ "key": {
2862
+ "title": "Key",
2863
+ "description": "Tip: For collections, use: productClusterIds",
2864
+ "type": "string",
2865
+ "default": "productClusterIds"
2866
+ },
2867
+ "value": {
2868
+ "title": "Value",
2869
+ "description": "Tip: For collection 140, use: 140",
2870
+ "type": "string",
2871
+ "default": "140"
2872
+ }
2873
+ }
2874
+ }
2875
+ },
2876
+ "taxesConfiguration": {
2877
+ "title": "Taxes Configuration",
2878
+ "type": "object",
2879
+ "properties": {
2880
+ "usePriceWithTaxes": {
2881
+ "title": "Should use taxes to calculate the price?",
2882
+ "type": "boolean",
2883
+ "default": false
2884
+ },
2885
+ "taxesLabel": {
2886
+ "title": "Tax label to be displayed",
2887
+ "type": "string",
2888
+ "default": "Tax included"
2889
+ }
2890
+ }
2891
+ }
2892
+ }
2893
+ },
2894
+ "RegionPopover": {
2895
+ "$extends": ["#/$defs/base-component"],
2896
+ "$componentKey": "RegionPopover",
2897
+ "$componentTitle": "Region Popover",
2898
+ "title": "Region Popover",
2899
+ "description": "Region Popover configuration",
2900
+ "type": "object",
2901
+ "properties": {
2902
+ "title": {
2903
+ "title": "Title",
2904
+ "type": "string",
2905
+ "default": "Set your location"
2906
+ },
2907
+ "closeButtonAriaLabel": {
2908
+ "title": "Close popover aria-label",
2909
+ "type": "string",
2910
+ "default": "Close Region Popover"
2911
+ },
2912
+ "inputField": {
2913
+ "title": "Input Field",
2914
+ "type": "object",
2915
+ "properties": {
2916
+ "label": {
2917
+ "title": "Input field label",
2918
+ "description": "[Deprecated] Use the fields from the Settings tab in Global Sections",
2919
+ "type": "string"
2920
+ },
2921
+ "errorMessage": {
2922
+ "title": "Input field error message",
2923
+ "description": "[Deprecated] Use the fields from the Settings tab in Global Sections",
2924
+ "type": "string"
2925
+ },
2926
+ "noProductsAvailableErrorMessage": {
2927
+ "title": "Input field error message for the scenario of no products available for a given location",
2928
+ "description": "[Deprecated] Use the fields from the Settings tab in Global Sections. The '%s' is replaced by the postal code value.",
2929
+ "type": "string"
2930
+ },
2931
+ "buttonActionText": {
2932
+ "title": "Input field action button label",
2933
+ "description": "[Deprecated] Use the fields from the Settings tab in Global Sections",
2934
+ "type": "string"
2935
+ }
2936
+ }
2937
+ },
2938
+ "textBeforeLocation": {
2939
+ "title": "Text before location",
2940
+ "type": "string",
2941
+ "default": "Your current location is",
2942
+ "description": "If location is available, this text will be shown before the location"
2943
+ },
2944
+ "textAfterLocation": {
2945
+ "title": "Text After location",
2946
+ "type": "string",
2947
+ "default": "Use the field below to change it.",
2948
+ "description": "If location is available, this text will be shown after the location"
2949
+ },
2950
+ "description": {
2951
+ "title": "Description",
2952
+ "type": "string",
2953
+ "default": "Offers and availability vary by location"
2954
+ },
2955
+ "idkPostalCodeLink": {
2956
+ "title": "I don't know my postal code link",
2957
+ "type": "object",
2958
+ "properties": {
2959
+ "text": {
2960
+ "title": "Link Text",
2961
+ "description": "[Deprecated] Use the fields from the Settings tab in Global Sections",
2962
+ "type": "string"
2963
+ },
2964
+ "to": {
2965
+ "type": "string",
2966
+ "title": "Action link",
2967
+ "description": "[Deprecated] Use the fields from the Settings tab in Global Sections"
2968
+ },
2969
+ "icon": {
2970
+ "title": "Icon",
2971
+ "type": "object",
2972
+ "properties": {
2973
+ "icon": {
2974
+ "title": "Icon",
2975
+ "description": "[Deprecated] Use the fields from the Settings tab in Global Sections",
2976
+ "type": "string",
2977
+ "enumNames": ["Arrow Square Out"],
2978
+ "enum": ["ArrowSquareOut"]
2979
+ },
2980
+ "alt": {
2981
+ "title": "Alternative Label",
2982
+ "description": "[Deprecated] Use the fields from the Settings tab in Global Sections",
2983
+ "type": "string"
2984
+ }
2985
+ }
2986
+ }
2987
+ }
2988
+ }
2989
+ }
2990
+ },
2991
+ "ProductDetails": {
2992
+ "$extends": ["#/$defs/base-component"],
2993
+ "$componentKey": "ProductDetails",
2994
+ "$componentTitle": "Product Details",
2995
+ "title": "Product Details",
2996
+ "description": "Display Product Details Section",
2997
+ "type": "object",
2998
+ "properties": {
2999
+ "productTitle": {
3000
+ "title": "Product Title",
3001
+ "type": "object",
3002
+ "properties": {
3003
+ "discountBadge": {
3004
+ "title": "Discount Badge",
3005
+ "type": "object",
3006
+ "properties": {
3007
+ "showDiscountBadge": {
3008
+ "title": "Show Discount Badge?",
3009
+ "type": "boolean",
3010
+ "default": false
3011
+ },
3012
+ "size": {
3013
+ "title": "Size",
3014
+ "type": "string",
3015
+ "enumNames": ["Big", "Small"],
3016
+ "enum": ["big", "small"]
3017
+ }
3018
+ }
3019
+ },
3020
+ "refNumber": {
3021
+ "title": "Show Reference Number?",
3022
+ "type": "boolean",
3023
+ "default": false
3024
+ }
3025
+ }
3026
+ },
3027
+ "buyButton": {
3028
+ "title": "Buy Button",
3029
+ "type": "object",
3030
+ "properties": {
3031
+ "title": {
3032
+ "title": "Title",
3033
+ "type": "string",
3034
+ "default": "Add to cart"
3035
+ },
3036
+ "icon": {
3037
+ "title": "Icon",
3038
+ "type": "object",
3039
+ "properties": {
3040
+ "icon": {
3041
+ "title": "Icon",
3042
+ "type": "string",
3043
+ "enumNames": ["Shopping Cart"],
3044
+ "enum": ["ShoppingCart"]
3045
+ },
3046
+ "alt": {
3047
+ "type": "string",
3048
+ "title": "Alternative Label",
3049
+ "default": "Shopping cart"
3050
+ }
3051
+ }
3052
+ }
3053
+ }
3054
+ },
3055
+ "notAvailableButton": {
3056
+ "title": "Not Available Button",
3057
+ "description": "Shown when a SKU is not available",
3058
+ "type": "object",
3059
+ "properties": {
3060
+ "title": {
3061
+ "title": "Title",
3062
+ "type": "string",
3063
+ "default": "Unavailable"
3064
+ }
3065
+ }
3066
+ },
3067
+ "shippingSimulator": {
3068
+ "title": "Shipping Simulation",
3069
+ "type": "object",
3070
+ "properties": {
3071
+ "title": {
3072
+ "title": "Title",
3073
+ "type": "string",
3074
+ "default": "Shipping"
3075
+ },
3076
+ "inputLabel": {
3077
+ "title": "Input Label",
3078
+ "type": "string",
3079
+ "default": "Postal code"
3080
+ },
3081
+ "link": {
3082
+ "title": "Postal Code Discovery",
3083
+ "type": "object",
3084
+ "properties": {
3085
+ "text": {
3086
+ "title": "Link Text",
3087
+ "type": "string",
3088
+ "default": "I don't know my postal code"
3089
+ },
3090
+ "to": {
3091
+ "title": "URL",
3092
+ "type": "string"
3093
+ }
3094
+ }
3095
+ },
3096
+ "shippingOptionsTableTitle": {
3097
+ "title": "Shipping Options Table Header",
3098
+ "type": "string"
3099
+ }
3100
+ }
3101
+ },
3102
+ "productDescription": {
3103
+ "title": "Product Description",
3104
+ "type": "object",
3105
+ "properties": {
3106
+ "initiallyExpanded": {
3107
+ "type": "string",
3108
+ "title": "Initially Expanded?",
3109
+ "enumNames": ["First", "All", "None"],
3110
+ "enum": ["first", "all", "none"]
3111
+ },
3112
+ "displayDescription": {
3113
+ "title": "Should display description?",
3114
+ "type": "boolean",
3115
+ "default": true
3116
+ },
3117
+ "title": {
3118
+ "title": "Description section title",
3119
+ "type": "string",
3120
+ "default": "Description"
3121
+ }
3122
+ }
3123
+ },
3124
+ "quantitySelector": {
3125
+ "title": "Quantity Selector",
3126
+ "type": "object",
3127
+ "properties": {
3128
+ "useUnitMultiplier": {
3129
+ "title": "Should use unit multiplier?",
3130
+ "type": "boolean",
3131
+ "default": false
3132
+ }
3133
+ }
3134
+ },
3135
+ "taxesConfiguration": {
3136
+ "title": "Taxes Configuration",
3137
+ "type": "object",
3138
+ "properties": {
3139
+ "usePriceWithTaxes": {
3140
+ "title": "Should use taxes to calculate the price?",
3141
+ "type": "boolean",
3142
+ "default": false
3143
+ },
3144
+ "taxesLabel": {
3145
+ "title": "Tax label to be displayed",
3146
+ "type": "string",
3147
+ "default": "Tax included"
3148
+ }
3149
+ }
3150
+ },
3151
+ "skuMatrix": {
3152
+ "title": "SKUMatrix Configuration",
3153
+ "type": "object",
3154
+ "properties": {
3155
+ "shouldDisplaySKUMatrix": {
3156
+ "title": "Should display SKUMatrix?",
3157
+ "type": "boolean",
3158
+ "default": false
3159
+ },
3160
+ "triggerButtonLabel": {
3161
+ "title": "SKU Matrix Trigger label to be displayed",
3162
+ "type": "string",
3163
+ "default": "Select multiple"
3164
+ },
3165
+ "separatorButtonsText": {
3166
+ "title": "Separator text",
3167
+ "description": "Text that separates the add to cart button from the SKU Matrix Trigger button.",
3168
+ "type": "string",
3169
+ "default": "Or"
3170
+ },
3171
+ "columns": {
3172
+ "title": "Columns",
3173
+ "type": "object",
3174
+ "properties": {
3175
+ "name": {
3176
+ "title": "SKU name column label",
3177
+ "type": "string",
3178
+ "default": "Name"
3179
+ },
3180
+ "additionalColumns": {
3181
+ "title": "Additional columns",
3182
+ "type": "array",
3183
+ "items": {
3184
+ "title": "Column",
3185
+ "type": "object",
3186
+ "required": ["label", "value"],
3187
+ "properties": {
3188
+ "label": {
3189
+ "title": "Label",
3190
+ "type": "string"
3191
+ },
3192
+ "value": {
3193
+ "title": "Value",
3194
+ "type": "string"
3195
+ }
3196
+ }
3197
+ }
3198
+ },
3199
+ "availability": {
3200
+ "title": "Availability column label",
3201
+ "type": "object",
3202
+ "properties": {
3203
+ "label": {
3204
+ "title": "Label",
3205
+ "type": "string",
3206
+ "default": "Availability"
3207
+ },
3208
+ "stockDisplaySettings": {
3209
+ "title": "Stock display settings",
3210
+ "description": "Control how the stock status of your products is displayed to customers on your online store.",
3211
+ "type": "string",
3212
+ "enum": ["showAvailability", "showStockQuantity"],
3213
+ "enumNames": [
3214
+ "Show availability (Available/Out of Stock)",
3215
+ "Show stock quantity"
3216
+ ],
3217
+ "default": "showAvailability"
3218
+ }
3219
+ }
3220
+ },
3221
+ "price": {
3222
+ "title": "Price column label",
3223
+ "type": "string",
3224
+ "default": "Price"
3225
+ },
3226
+ "quantitySelector": {
3227
+ "title": "Quantity selector column label",
3228
+ "type": "string",
3229
+ "default": "Quantity"
3230
+ }
3231
+ }
3232
+ }
3233
+ }
3234
+ }
3235
+ }
3236
+ },
3237
+ "ProductGallery": {
3238
+ "$extends": ["#/$defs/base-component"],
3239
+ "$componentKey": "ProductGallery",
3240
+ "$componentTitle": "Product Gallery",
3241
+ "title": "Product Gallery",
3242
+ "description": "Product Gallery configuration",
3243
+ "type": "object",
3244
+ "required": ["filter"],
3245
+ "properties": {
3246
+ "searchTermLabel": {
3247
+ "title": "Search page term label",
3248
+ "type": "string",
3249
+ "default": "Showing results for:"
3250
+ },
3251
+ "totalCountLabel": {
3252
+ "title": "Total count label",
3253
+ "type": "string",
3254
+ "default": "Results"
3255
+ },
3256
+ "previousPageButton": {
3257
+ "title": "Previous page button",
3258
+ "type": "object",
3259
+ "required": ["icon", "label"],
3260
+ "properties": {
3261
+ "icon": {
3262
+ "title": "Icon",
3263
+ "type": "object",
3264
+ "properties": {
3265
+ "icon": {
3266
+ "title": "Icon",
3267
+ "type": "string",
3268
+ "enumNames": ["ArrowLeft"],
3269
+ "enum": ["ArrowLeft"],
3270
+ "default": "ArrowLeft"
3271
+ },
3272
+ "alt": {
3273
+ "title": "Alternative label",
3274
+ "type": "string",
3275
+ "default": "Arrow Left icon"
3276
+ }
3277
+ }
3278
+ },
3279
+ "label": {
3280
+ "title": "Previous page button",
3281
+ "type": "string",
3282
+ "default": "Previous page"
3283
+ }
3284
+ }
3285
+ },
3286
+ "loadMorePageButton": {
3287
+ "title": "Load more products Button",
3288
+ "type": "object",
3289
+ "required": ["label"],
3290
+ "properties": {
3291
+ "label": {
3292
+ "title": "Load more products label",
3293
+ "type": "string",
3294
+ "default": "Load more products"
3295
+ }
3296
+ }
3297
+ },
3298
+ "filter": {
3299
+ "title": "Filter",
3300
+ "type": "object",
3301
+ "required": ["title", "mobileOnly"],
3302
+ "properties": {
3303
+ "title": {
3304
+ "title": "Filter title",
3305
+ "type": "string",
3306
+ "default": "Filters"
3307
+ },
3308
+ "mobileOnly": {
3309
+ "title": "Mobile Only",
3310
+ "type": "object",
3311
+ "required": [
3312
+ "filterButton",
3313
+ "clearButtonLabel",
3314
+ "applyButtonLabel"
3315
+ ],
3316
+ "properties": {
3317
+ "filterButton": {
3318
+ "title": "Show filter button",
3319
+ "type": "object",
3320
+ "required": ["label", "icon"],
3321
+ "properties": {
3322
+ "label": {
3323
+ "title": "Label",
3324
+ "type": "string",
3325
+ "default": "Filters"
3326
+ },
3327
+ "icon": {
3328
+ "title": "Icon",
3329
+ "type": "object",
3330
+ "required": ["icon", "alt"],
3331
+ "properties": {
3332
+ "icon": {
3333
+ "title": "Icon",
3334
+ "type": "string",
3335
+ "enumNames": ["FadersHorizontal"],
3336
+ "enum": ["FadersHorizontal"],
3337
+ "default": "FadersHorizontal"
3338
+ },
3339
+ "alt": {
3340
+ "title": "Alternative label",
3341
+ "type": "string",
3342
+ "default": "Open filters"
3343
+ }
3344
+ }
3345
+ }
3346
+ }
3347
+ },
3348
+ "clearButtonLabel": {
3349
+ "title": "Clear button label",
3350
+ "type": "string",
3351
+ "default": "Clear all"
3352
+ },
3353
+ "applyButtonLabel": {
3354
+ "title": "Apply button label",
3355
+ "type": "string",
3356
+ "default": "Apply"
3357
+ }
3358
+ }
3359
+ }
3360
+ }
3361
+ },
3362
+ "productCard": {
3363
+ "title": "Product Card Configuration",
3364
+ "type": "object",
3365
+ "properties": {
3366
+ "showDiscountBadge": {
3367
+ "title": "Show discount badge?",
3368
+ "type": "boolean",
3369
+ "default": true
3370
+ },
3371
+ "bordered": {
3372
+ "title": "Cards should be bordered?",
3373
+ "type": "boolean",
3374
+ "default": true
3375
+ },
3376
+ "taxesConfiguration": {
3377
+ "title": "Taxes Configuration",
3378
+ "type": "object",
3379
+ "properties": {
3380
+ "usePriceWithTaxes": {
3381
+ "title": "Should use taxes to calculate the price?",
3382
+ "type": "boolean",
3383
+ "default": false
3384
+ },
3385
+ "taxesLabel": {
3386
+ "title": "Tax label to be displayed",
3387
+ "type": "string",
3388
+ "default": "Tax included"
3389
+ }
3390
+ }
3391
+ },
3392
+ "sponsoredLabel": {
3393
+ "title": "Sponsored Label",
3394
+ "type": "string",
3395
+ "default": "Sponsored"
3396
+ }
3397
+ }
3398
+ },
3399
+ "emptyGallery": {
3400
+ "title": "Empty Gallery",
3401
+ "type": "object",
3402
+ "properties": {
3403
+ "title": {
3404
+ "title": "Title",
3405
+ "type": "string",
3406
+ "default": "Nothing matches your search"
3407
+ },
3408
+ "firstButton": {
3409
+ "title": "First Button",
3410
+ "type": "object",
3411
+ "properties": {
3412
+ "label": {
3413
+ "type": "string",
3414
+ "title": "Label",
3415
+ "default": "Browse offers"
3416
+ },
3417
+ "url": {
3418
+ "type": "string",
3419
+ "title": "URL",
3420
+ "default": "/office"
3421
+ },
3422
+ "icon": {
3423
+ "title": "Icon",
3424
+ "type": "string",
3425
+ "default": "CircleWavyWarning"
3426
+ }
3427
+ }
3428
+ },
3429
+ "secondButton": {
3430
+ "title": "Second Button",
3431
+ "type": "object",
3432
+ "properties": {
3433
+ "label": {
3434
+ "type": "string",
3435
+ "title": "Label",
3436
+ "default": "Just arrived"
3437
+ },
3438
+ "url": {
3439
+ "type": "string",
3440
+ "title": "URL",
3441
+ "default": "/technology"
3442
+ },
3443
+ "icon": {
3444
+ "title": "Icon",
3445
+ "type": "string",
3446
+ "default": "RocketLaunch"
3447
+ }
3448
+ }
3449
+ }
3450
+ }
3451
+ },
3452
+ "productComparison": {
3453
+ "title": "Product Comparison",
3454
+ "type": "object",
3455
+ "properties": {
3456
+ "enabled": {
3457
+ "title": "Enable Product Comparison",
3458
+ "type": "boolean",
3459
+ "default": false
3460
+ },
3461
+ "labels": {
3462
+ "title": "Labels",
3463
+ "type": "object",
3464
+ "properties": {
3465
+ "compareButton": {
3466
+ "title": "Compare Button",
3467
+ "type": "string",
3468
+ "default": "Compare"
3469
+ },
3470
+ "clearSelectionButton": {
3471
+ "title": "Clear Selection Button",
3472
+ "type": "string",
3473
+ "default": "Clear Selection"
3474
+ },
3475
+ "selectionWarning": {
3476
+ "title": "Selection Warning",
3477
+ "type": "string",
3478
+ "default": "Select at least 2"
3479
+ },
3480
+ "sidebarComponent": {
3481
+ "title": "Sidebar component",
3482
+ "type": "object",
3483
+ "properties": {
3484
+ "title": {
3485
+ "title": "Title",
3486
+ "type": "string",
3487
+ "default": "Compare Products"
3488
+ },
3489
+ "filterLabel": {
3490
+ "title": "Filter text",
3491
+ "type": "string",
3492
+ "default": "Filters"
3493
+ },
3494
+ "productNameFilterLabel": {
3495
+ "title": "Filter by product name text",
3496
+ "type": "string",
3497
+ "default": "Product name"
3498
+ },
3499
+ "sortLabel": {
3500
+ "title": "Sort filter text",
3501
+ "type": "string",
3502
+ "default": "Sort by"
3503
+ },
3504
+ "toggleFieldLabel": {
3505
+ "title": "Toggle filter text",
3506
+ "type": "string",
3507
+ "default": "Show only differences"
3508
+ },
3509
+ "preferencesLabel": {
3510
+ "title": "Preferences text",
3511
+ "type": "string",
3512
+ "default": "Preferences"
3513
+ },
3514
+ "cartButtonLabel": {
3515
+ "title": "Add to cart button",
3516
+ "type": "string",
3517
+ "default": "Add to cart"
3518
+ },
3519
+ "priceLabel": {
3520
+ "title": "Price text",
3521
+ "type": "string",
3522
+ "default": "Price"
3523
+ },
3524
+ "priceWithTaxLabel": {
3525
+ "title": "Price with taxes text",
3526
+ "type": "string",
3527
+ "default": "Price with taxes"
3528
+ }
3529
+ }
3530
+ },
3531
+ "technicalInformation": {
3532
+ "title": "Technical Information",
3533
+ "type": "object",
3534
+ "properties": {
3535
+ "title": {
3536
+ "title": "Title",
3537
+ "type": "string",
3538
+ "default": "Technical Information"
3539
+ },
3540
+ "description": {
3541
+ "title": "Description",
3542
+ "type": "string",
3543
+ "default": "Technical facts and information about the product."
3544
+ }
3545
+ }
3546
+ }
3547
+ }
3548
+ }
3549
+ }
3550
+ }
3551
+ }
3552
+ },
3553
+ "BannerNewsletter": {
3554
+ "$extends": ["#/$defs/base-component"],
3555
+ "$componentKey": "BannerNewsletter",
3556
+ "$componentTitle": "Banner Newsletter",
3557
+ "title": "Banner Newsletter",
3558
+ "description": "Add newsletter with a banner",
3559
+ "type": "object",
3560
+ "required": ["banner", "newsletter"],
3561
+ "properties": {
3562
+ "banner": {
3563
+ "title": "Banner",
3564
+ "type": "object",
3565
+ "required": ["title", "link"],
3566
+ "properties": {
3567
+ "title": {
3568
+ "title": "Title",
3569
+ "type": "string",
3570
+ "default": "Check out our next release"
3571
+ },
3572
+ "caption": {
3573
+ "title": "Caption",
3574
+ "type": "string",
3575
+ "default": "Discover cutting-edge tech, advanced features, and a seamless user experience. Get ready for the future!"
3576
+ },
3577
+ "link": {
3578
+ "title": "Call to Action",
3579
+ "type": "object",
3580
+ "required": ["text", "url"],
3581
+ "properties": {
3582
+ "text": {
3583
+ "title": "Text",
3584
+ "type": "string",
3585
+ "default": "Shop now"
3586
+ },
3587
+ "url": {
3588
+ "title": "URL",
3589
+ "type": "string",
3590
+ "default": "/"
3591
+ }
3592
+ }
3593
+ },
3594
+ "colorVariant": {
3595
+ "title": "Color variant",
3596
+ "type": "string",
3597
+ "enumNames": ["Main", "Light", "Accent"],
3598
+ "enum": ["main", "light", "accent"],
3599
+ "default": "light"
3600
+ },
3601
+ "variant": {
3602
+ "title": "Variant",
3603
+ "type": "string",
3604
+ "enumNames": ["Primary", "Secondary"],
3605
+ "enum": ["primary", "secondary"],
3606
+ "default": "secondary"
3607
+ }
3608
+ }
3609
+ },
3610
+ "newsletter": {
3611
+ "title": "Newsletter",
3612
+ "type": "object",
3613
+ "required": ["title", "description"],
3614
+ "properties": {
3615
+ "icon": {
3616
+ "title": "Icon",
3617
+ "type": "object",
3618
+ "properties": {
3619
+ "icon": {
3620
+ "title": "Icon",
3621
+ "type": "string",
3622
+ "enumNames": ["Envelope"],
3623
+ "enum": ["Envelope"],
3624
+ "default": "Envelope"
3625
+ },
3626
+ "alt": {
3627
+ "type": "string",
3628
+ "title": "Alternative Label",
3629
+ "default": "Envelope"
3630
+ }
3631
+ }
3632
+ },
3633
+ "title": {
3634
+ "title": "Title",
3635
+ "type": "string",
3636
+ "default": "Subscribe to the newsletter"
3637
+ },
3638
+ "description": {
3639
+ "title": "Description",
3640
+ "type": "string",
3641
+ "default": "Get news and special offers!"
3642
+ },
3643
+ "privacyPolicy": {
3644
+ "title": "Privacy Policy Disclaimer",
3645
+ "type": "string",
3646
+ "widget": {
3647
+ "ui:widget": "draftjs-rich-text"
3648
+ }
3649
+ },
3650
+ "emailInputLabel": {
3651
+ "title": "Email input label",
3652
+ "type": "string",
3653
+ "default": "Email"
3654
+ },
3655
+ "displayNameInput": {
3656
+ "title": "Request name?",
3657
+ "type": "boolean",
3658
+ "default": true
3659
+ },
3660
+ "nameInputLabel": {
3661
+ "title": "Name input label",
3662
+ "type": "string",
3663
+ "default": "Name"
3664
+ },
3665
+ "subscribeButtonLabel": {
3666
+ "title": "Subscribe button label",
3667
+ "type": "string",
3668
+ "default": "Subscribe"
3669
+ },
3670
+ "subscribeButtonLoadingLabel": {
3671
+ "title": "Subscribe button loading label",
3672
+ "type": "string",
3673
+ "default": "Loading..."
3674
+ },
3675
+ "colorVariant": {
3676
+ "title": "Color variant",
3677
+ "type": "string",
3678
+ "enumNames": ["Main", "Light", "Accent"],
3679
+ "enum": ["main", "light", "accent"],
3680
+ "default": "main"
3681
+ },
3682
+ "toastSubscribe": {
3683
+ "title": "Toast Subscribe",
3684
+ "type": "object",
3685
+ "properties": {
3686
+ "title": {
3687
+ "title": "Title",
3688
+ "description": "Message Title",
3689
+ "type": "string",
3690
+ "default": "Hooray!"
3691
+ },
3692
+ "message": {
3693
+ "title": "Message",
3694
+ "description": "Message",
3695
+ "type": "string",
3696
+ "default": "Thanks for your subscription."
3697
+ },
3698
+ "icon": {
3699
+ "title": "Icon",
3700
+ "type": "string",
3701
+ "enumNames": ["CircleWavyCheck"],
3702
+ "enum": ["CircleWavyCheck"],
3703
+ "default": "CircleWavyCheck"
3704
+ }
3705
+ }
3706
+ },
3707
+ "toastSubscribeError": {
3708
+ "title": "Toast Subscribe Error",
3709
+ "type": "object",
3710
+ "properties": {
3711
+ "title": {
3712
+ "title": "Title",
3713
+ "description": "Message Title",
3714
+ "type": "string",
3715
+ "default": "Oops!"
3716
+ },
3717
+ "message": {
3718
+ "title": "Message",
3719
+ "description": "Message",
3720
+ "type": "string",
3721
+ "default": "Something went wrong. Please try again."
3722
+ },
3723
+ "icon": {
3724
+ "title": "Icon",
3725
+ "type": "string",
3726
+ "enumNames": ["CircleWavyWarning"],
3727
+ "enum": ["CircleWavyWarning"],
3728
+ "default": "CircleWavyWarning"
3729
+ }
3730
+ }
3731
+ }
3732
+ }
3733
+ }
3734
+ }
3735
+ },
3736
+ "CrossSellingShelf": {
3737
+ "$extends": ["#/$defs/base-component"],
3738
+ "$componentKey": "CrossSellingShelf",
3739
+ "$componentTitle": "Cross Selling Shelf",
3740
+ "title": "Cross Selling Shelf",
3741
+ "description": "Add cross selling product data to your users",
3742
+ "type": "object",
3743
+ "required": ["title", "numberOfItems", "kind"],
3744
+ "properties": {
3745
+ "title": {
3746
+ "title": "Title",
3747
+ "type": "string"
3748
+ },
3749
+ "numberOfItems": {
3750
+ "title": "Total number of items",
3751
+ "type": "integer",
3752
+ "default": 5,
3753
+ "description": "Total number of items. The quantity may be smaller if the query returns fewer products."
3754
+ },
3755
+ "itemsPerPage": {
3756
+ "type": "integer",
3757
+ "title": "Number of items per page",
3758
+ "default": 5,
3759
+ "description": "Number of items to display per page in carousel"
3760
+ },
3761
+ "kind": {
3762
+ "title": "Kind",
3763
+ "description": "Change cross selling types",
3764
+ "default": "buy",
3765
+ "enum": ["buy", "view"],
3766
+ "enumNames": ["Who bought also bought", "Who saw also saw"]
3767
+ },
3768
+ "taxesConfiguration": {
3769
+ "title": "Taxes Configuration",
3770
+ "type": "object",
3771
+ "properties": {
3772
+ "usePriceWithTaxes": {
3773
+ "title": "Should use taxes to calculate the price?",
3774
+ "type": "boolean",
3775
+ "default": false
3776
+ },
3777
+ "taxesLabel": {
3778
+ "title": "Tax label to be displayed",
3779
+ "type": "string",
3780
+ "default": "Tax included"
3781
+ }
3782
+ }
3783
+ }
3784
+ }
3785
+ }
3786
+ },
3787
+ "$defs": {
3788
+ "$ALLOW_ALL_COMPONENTS": {
3789
+ "type": "array",
3790
+ "items": {
3791
+ "anyOf": [
3792
+ {
3793
+ "$ref": "#/components/Hero"
3794
+ },
3795
+ {
3796
+ "$ref": "#/components/Alert"
3797
+ },
3798
+ {
3799
+ "$ref": "#/components/Footer"
3800
+ },
3801
+ {
3802
+ "$ref": "#/components/Navbar"
3803
+ },
3804
+ {
3805
+ "$ref": "#/components/Search"
3806
+ },
3807
+ {
3808
+ "$ref": "#/components/Children"
3809
+ },
3810
+ {
3811
+ "$ref": "#/components/RegionBar"
3812
+ },
3813
+ {
3814
+ "$ref": "#/components/BannerText"
3815
+ },
3816
+ {
3817
+ "$ref": "#/components/Breadcrumb"
3818
+ },
3819
+ {
3820
+ "$ref": "#/components/EmptyState"
3821
+ },
3822
+ {
3823
+ "$ref": "#/components/Incentives"
3824
+ },
3825
+ {
3826
+ "$ref": "#/components/Newsletter"
3827
+ },
3828
+ {
3829
+ "$ref": "#/components/CartSidebar"
3830
+ },
3831
+ {
3832
+ "$ref": "#/components/RegionModal"
3833
+ },
3834
+ {
3835
+ "$ref": "#/components/ProductShelf"
3836
+ },
3837
+ {
3838
+ "$ref": "#/components/ProductTiles"
3839
+ },
3840
+ {
3841
+ "$ref": "#/components/RegionPopover"
3842
+ },
3843
+ {
3844
+ "$ref": "#/components/ProductDetails"
3845
+ },
3846
+ {
3847
+ "$ref": "#/components/ProductGallery"
3848
+ },
3849
+ {
3850
+ "$ref": "#/components/BannerNewsletter"
3851
+ },
3852
+ {
3853
+ "$ref": "#/components/CrossSellingShelf"
3854
+ }
3855
+ ]
3856
+ }
3857
+ }
3858
+ }
3859
+ }