@commercetools-frontend/application-config 22.37.0 → 22.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-application.schema.json +33 -33
- package/custom-view.schema.json +28 -28
- package/dist/commercetools-frontend-application-config.cjs.dev.js +61 -61
- package/dist/commercetools-frontend-application-config.cjs.prod.js +61 -61
- package/dist/commercetools-frontend-application-config.esm.js +61 -61
- package/dist/declarations/src/schemas/generated/custom-application.schema.d.ts +32 -32
- package/dist/declarations/src/schemas/generated/custom-view.schema.d.ts +27 -27
- package/package.json +5 -5
|
@@ -309,31 +309,31 @@ var customApplicationSchemaJson = {
|
|
|
309
309
|
},
|
|
310
310
|
properties: {
|
|
311
311
|
name: {
|
|
312
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
312
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#name",
|
|
313
313
|
type: "string"
|
|
314
314
|
},
|
|
315
315
|
description: {
|
|
316
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
316
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#description",
|
|
317
317
|
type: "string"
|
|
318
318
|
},
|
|
319
319
|
entryPointUriPath: {
|
|
320
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
320
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#entrypointuripath",
|
|
321
321
|
type: "string"
|
|
322
322
|
},
|
|
323
323
|
cloudIdentifier: {
|
|
324
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
324
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#cloudidentifier",
|
|
325
325
|
type: "string"
|
|
326
326
|
},
|
|
327
327
|
mcApiUrl: {
|
|
328
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
328
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#mcapiurl",
|
|
329
329
|
type: "string"
|
|
330
330
|
},
|
|
331
331
|
oAuthScopes: {
|
|
332
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
332
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#oauthscopes",
|
|
333
333
|
type: "object",
|
|
334
334
|
properties: {
|
|
335
335
|
view: {
|
|
336
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
336
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#oauthscopesview",
|
|
337
337
|
type: "array",
|
|
338
338
|
"default": [
|
|
339
339
|
],
|
|
@@ -344,7 +344,7 @@ var customApplicationSchemaJson = {
|
|
|
344
344
|
uniqueItems: true
|
|
345
345
|
},
|
|
346
346
|
manage: {
|
|
347
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
347
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#oauthscopesmanage",
|
|
348
348
|
type: "array",
|
|
349
349
|
"default": [
|
|
350
350
|
],
|
|
@@ -362,7 +362,7 @@ var customApplicationSchemaJson = {
|
|
|
362
362
|
]
|
|
363
363
|
},
|
|
364
364
|
additionalOAuthScopes: {
|
|
365
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
365
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#additionaloauthscopes",
|
|
366
366
|
type: "array",
|
|
367
367
|
"default": [
|
|
368
368
|
],
|
|
@@ -371,11 +371,11 @@ var customApplicationSchemaJson = {
|
|
|
371
371
|
type: "object",
|
|
372
372
|
properties: {
|
|
373
373
|
name: {
|
|
374
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
374
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#additionaloauthscopesname",
|
|
375
375
|
type: "string"
|
|
376
376
|
},
|
|
377
377
|
view: {
|
|
378
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
378
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#additionaloauthscopesview",
|
|
379
379
|
type: "array",
|
|
380
380
|
"default": [
|
|
381
381
|
],
|
|
@@ -386,7 +386,7 @@ var customApplicationSchemaJson = {
|
|
|
386
386
|
uniqueItems: true
|
|
387
387
|
},
|
|
388
388
|
manage: {
|
|
389
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
389
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#additionaloauthscopesmanage",
|
|
390
390
|
type: "array",
|
|
391
391
|
"default": [
|
|
392
392
|
],
|
|
@@ -406,14 +406,14 @@ var customApplicationSchemaJson = {
|
|
|
406
406
|
}
|
|
407
407
|
},
|
|
408
408
|
env: {
|
|
409
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
409
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#env",
|
|
410
410
|
type: "object",
|
|
411
411
|
properties: {
|
|
412
412
|
development: {
|
|
413
413
|
type: "object",
|
|
414
414
|
properties: {
|
|
415
415
|
initialProjectKey: {
|
|
416
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
416
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#envdevelopmentinitialprojectkey",
|
|
417
417
|
type: "string"
|
|
418
418
|
},
|
|
419
419
|
teamId: {
|
|
@@ -429,15 +429,15 @@ var customApplicationSchemaJson = {
|
|
|
429
429
|
type: "object",
|
|
430
430
|
properties: {
|
|
431
431
|
applicationId: {
|
|
432
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
432
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#envproductionapplicationid",
|
|
433
433
|
type: "string"
|
|
434
434
|
},
|
|
435
435
|
url: {
|
|
436
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
436
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#envproductionurl",
|
|
437
437
|
type: "string"
|
|
438
438
|
},
|
|
439
439
|
cdnUrl: {
|
|
440
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
440
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#envproductioncdnurl",
|
|
441
441
|
type: "string"
|
|
442
442
|
}
|
|
443
443
|
},
|
|
@@ -455,15 +455,15 @@ var customApplicationSchemaJson = {
|
|
|
455
455
|
]
|
|
456
456
|
},
|
|
457
457
|
additionalEnv: {
|
|
458
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
458
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#additionalenv",
|
|
459
459
|
type: "object"
|
|
460
460
|
},
|
|
461
461
|
headers: {
|
|
462
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
462
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#headers",
|
|
463
463
|
type: "object",
|
|
464
464
|
properties: {
|
|
465
465
|
csp: {
|
|
466
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
466
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#headerscsp",
|
|
467
467
|
type: "object",
|
|
468
468
|
properties: {
|
|
469
469
|
"connect-src": {
|
|
@@ -491,11 +491,10 @@ var customApplicationSchemaJson = {
|
|
|
491
491
|
]
|
|
492
492
|
},
|
|
493
493
|
permissionsPolicies: {
|
|
494
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
494
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#headerspermissionspolicies",
|
|
495
495
|
type: "object"
|
|
496
496
|
},
|
|
497
497
|
strictTransportSecurity: {
|
|
498
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/api-reference/custom-application-config#headersstricttransportsecurity",
|
|
499
498
|
type: "array",
|
|
500
499
|
items: {
|
|
501
500
|
"enum": [
|
|
@@ -503,25 +502,26 @@ var customApplicationSchemaJson = {
|
|
|
503
502
|
"preload"
|
|
504
503
|
]
|
|
505
504
|
},
|
|
506
|
-
uniqueItems: true
|
|
505
|
+
uniqueItems: true,
|
|
506
|
+
deprecated: true
|
|
507
507
|
}
|
|
508
508
|
},
|
|
509
509
|
additionalProperties: false
|
|
510
510
|
},
|
|
511
511
|
icon: {
|
|
512
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
512
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#icon",
|
|
513
513
|
type: "string"
|
|
514
514
|
},
|
|
515
515
|
mainMenuLink: {
|
|
516
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
516
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#mainmenulink",
|
|
517
517
|
type: "object",
|
|
518
518
|
properties: {
|
|
519
519
|
defaultLabel: {
|
|
520
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
520
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#mainmenulinkdefaultlabel",
|
|
521
521
|
type: "string"
|
|
522
522
|
},
|
|
523
523
|
labelAllLocales: {
|
|
524
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
524
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#mainmenulinklabelalllocales",
|
|
525
525
|
type: "array",
|
|
526
526
|
"default": [
|
|
527
527
|
],
|
|
@@ -550,7 +550,7 @@ var customApplicationSchemaJson = {
|
|
|
550
550
|
}
|
|
551
551
|
},
|
|
552
552
|
permissions: {
|
|
553
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
553
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#mainmenulinkpermissions",
|
|
554
554
|
type: "array",
|
|
555
555
|
"default": [
|
|
556
556
|
],
|
|
@@ -567,7 +567,7 @@ var customApplicationSchemaJson = {
|
|
|
567
567
|
]
|
|
568
568
|
},
|
|
569
569
|
submenuLinks: {
|
|
570
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
570
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#submenulinks",
|
|
571
571
|
"default": [
|
|
572
572
|
],
|
|
573
573
|
type: "array",
|
|
@@ -575,15 +575,15 @@ var customApplicationSchemaJson = {
|
|
|
575
575
|
type: "object",
|
|
576
576
|
properties: {
|
|
577
577
|
uriPath: {
|
|
578
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
578
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#submenulinksuripath",
|
|
579
579
|
type: "string"
|
|
580
580
|
},
|
|
581
581
|
defaultLabel: {
|
|
582
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
582
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#submenulinksdefaultlabel",
|
|
583
583
|
type: "string"
|
|
584
584
|
},
|
|
585
585
|
labelAllLocales: {
|
|
586
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
586
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#submenulinkslabelalllocales",
|
|
587
587
|
type: "array",
|
|
588
588
|
"default": [
|
|
589
589
|
],
|
|
@@ -612,7 +612,7 @@ var customApplicationSchemaJson = {
|
|
|
612
612
|
}
|
|
613
613
|
},
|
|
614
614
|
permissions: {
|
|
615
|
-
description: "See https://docs.commercetools.com/merchant-center-customizations/
|
|
615
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-application-config#submenulinkspermissions",
|
|
616
616
|
type: "array",
|
|
617
617
|
"default": [
|
|
618
618
|
],
|
|
@@ -660,27 +660,27 @@ var customViewSchemaJson = {
|
|
|
660
660
|
},
|
|
661
661
|
properties: {
|
|
662
662
|
name: {
|
|
663
|
-
description: "See https://docs.commercetools.com/
|
|
663
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#name",
|
|
664
664
|
type: "string"
|
|
665
665
|
},
|
|
666
666
|
description: {
|
|
667
|
-
description: "See https://docs.commercetools.com/
|
|
667
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#description",
|
|
668
668
|
type: "string"
|
|
669
669
|
},
|
|
670
670
|
cloudIdentifier: {
|
|
671
|
-
description: "See https://docs.commercetools.com/
|
|
671
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#cloudidentifier",
|
|
672
672
|
type: "string"
|
|
673
673
|
},
|
|
674
674
|
mcApiUrl: {
|
|
675
|
-
description: "See https://docs.commercetools.com/
|
|
675
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#mcapiurl",
|
|
676
676
|
type: "string"
|
|
677
677
|
},
|
|
678
678
|
oAuthScopes: {
|
|
679
|
-
description: "See https://docs.commercetools.com/
|
|
679
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#oauthscopes",
|
|
680
680
|
type: "object",
|
|
681
681
|
properties: {
|
|
682
682
|
view: {
|
|
683
|
-
description: "See https://docs.commercetools.com/
|
|
683
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#oauthscopesview",
|
|
684
684
|
type: "array",
|
|
685
685
|
"default": [
|
|
686
686
|
],
|
|
@@ -691,7 +691,7 @@ var customViewSchemaJson = {
|
|
|
691
691
|
uniqueItems: true
|
|
692
692
|
},
|
|
693
693
|
manage: {
|
|
694
|
-
description: "See https://docs.commercetools.com/
|
|
694
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#oauthscopesmanage",
|
|
695
695
|
type: "array",
|
|
696
696
|
"default": [
|
|
697
697
|
],
|
|
@@ -709,7 +709,7 @@ var customViewSchemaJson = {
|
|
|
709
709
|
]
|
|
710
710
|
},
|
|
711
711
|
additionalOAuthScopes: {
|
|
712
|
-
description: "See https://docs.commercetools.com/
|
|
712
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#additionaloauthscopes",
|
|
713
713
|
type: "array",
|
|
714
714
|
"default": [
|
|
715
715
|
],
|
|
@@ -718,11 +718,11 @@ var customViewSchemaJson = {
|
|
|
718
718
|
type: "object",
|
|
719
719
|
properties: {
|
|
720
720
|
name: {
|
|
721
|
-
description: "See https://docs.commercetools.com/
|
|
721
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#additionaloauthscopesname",
|
|
722
722
|
type: "string"
|
|
723
723
|
},
|
|
724
724
|
view: {
|
|
725
|
-
description: "See https://docs.commercetools.com/
|
|
725
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#additionaloauthscopesview",
|
|
726
726
|
type: "array",
|
|
727
727
|
"default": [
|
|
728
728
|
],
|
|
@@ -733,7 +733,7 @@ var customViewSchemaJson = {
|
|
|
733
733
|
uniqueItems: true
|
|
734
734
|
},
|
|
735
735
|
manage: {
|
|
736
|
-
description: "See https://docs.commercetools.com/
|
|
736
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#additionaloauthscopesmanage",
|
|
737
737
|
type: "array",
|
|
738
738
|
"default": [
|
|
739
739
|
],
|
|
@@ -753,21 +753,21 @@ var customViewSchemaJson = {
|
|
|
753
753
|
}
|
|
754
754
|
},
|
|
755
755
|
env: {
|
|
756
|
-
description: "See https://docs.commercetools.com/
|
|
756
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#env",
|
|
757
757
|
type: "object",
|
|
758
758
|
properties: {
|
|
759
759
|
development: {
|
|
760
760
|
type: "object",
|
|
761
761
|
properties: {
|
|
762
762
|
initialProjectKey: {
|
|
763
|
-
description: "See https://docs.commercetools.com/
|
|
763
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#envdevelopmentinitialprojectkey",
|
|
764
764
|
type: "string"
|
|
765
765
|
},
|
|
766
766
|
teamId: {
|
|
767
767
|
type: "string"
|
|
768
768
|
},
|
|
769
769
|
hostUriPath: {
|
|
770
|
-
description: "See https://docs.commercetools.com/
|
|
770
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#envdevelopmenthosturipath",
|
|
771
771
|
type: "string"
|
|
772
772
|
}
|
|
773
773
|
},
|
|
@@ -780,15 +780,15 @@ var customViewSchemaJson = {
|
|
|
780
780
|
type: "object",
|
|
781
781
|
properties: {
|
|
782
782
|
customViewId: {
|
|
783
|
-
description: "See https://docs.commercetools.com/
|
|
783
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#envproductioncustomviewid",
|
|
784
784
|
type: "string"
|
|
785
785
|
},
|
|
786
786
|
url: {
|
|
787
|
-
description: "See https://docs.commercetools.com/
|
|
787
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#envproductionurl",
|
|
788
788
|
type: "string"
|
|
789
789
|
},
|
|
790
790
|
cdnUrl: {
|
|
791
|
-
description: "See https://docs.commercetools.com/
|
|
791
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#envproductioncdnurl",
|
|
792
792
|
type: "string"
|
|
793
793
|
}
|
|
794
794
|
},
|
|
@@ -806,15 +806,15 @@ var customViewSchemaJson = {
|
|
|
806
806
|
]
|
|
807
807
|
},
|
|
808
808
|
additionalEnv: {
|
|
809
|
-
description: "See https://docs.commercetools.com/
|
|
809
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#additionalenv",
|
|
810
810
|
type: "object"
|
|
811
811
|
},
|
|
812
812
|
headers: {
|
|
813
|
-
description: "See https://docs.commercetools.com/
|
|
813
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#headers",
|
|
814
814
|
type: "object",
|
|
815
815
|
properties: {
|
|
816
816
|
csp: {
|
|
817
|
-
description: "See https://docs.commercetools.com/
|
|
817
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#headerscsp",
|
|
818
818
|
type: "object",
|
|
819
819
|
properties: {
|
|
820
820
|
"connect-src": {
|
|
@@ -842,11 +842,10 @@ var customViewSchemaJson = {
|
|
|
842
842
|
]
|
|
843
843
|
},
|
|
844
844
|
permissionsPolicies: {
|
|
845
|
-
description: "See https://docs.commercetools.com/
|
|
845
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#headerspermissionspolicies",
|
|
846
846
|
type: "object"
|
|
847
847
|
},
|
|
848
848
|
strictTransportSecurity: {
|
|
849
|
-
description: "See https://docs.commercetools.com/TODO",
|
|
850
849
|
type: "array",
|
|
851
850
|
items: {
|
|
852
851
|
"enum": [
|
|
@@ -854,13 +853,14 @@ var customViewSchemaJson = {
|
|
|
854
853
|
"preload"
|
|
855
854
|
]
|
|
856
855
|
},
|
|
857
|
-
uniqueItems: true
|
|
856
|
+
uniqueItems: true,
|
|
857
|
+
deprecated: true
|
|
858
858
|
}
|
|
859
859
|
},
|
|
860
860
|
additionalProperties: false
|
|
861
861
|
},
|
|
862
862
|
labelAllLocales: {
|
|
863
|
-
description: "See https://docs.commercetools.com/
|
|
863
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#labelalllocales",
|
|
864
864
|
type: "array",
|
|
865
865
|
"default": [
|
|
866
866
|
],
|
|
@@ -889,18 +889,18 @@ var customViewSchemaJson = {
|
|
|
889
889
|
}
|
|
890
890
|
},
|
|
891
891
|
type: {
|
|
892
|
-
description: "See https://docs.commercetools.com/
|
|
892
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#type",
|
|
893
893
|
type: "string",
|
|
894
894
|
"enum": [
|
|
895
895
|
"CustomPanel"
|
|
896
896
|
]
|
|
897
897
|
},
|
|
898
898
|
typeSettings: {
|
|
899
|
-
description: "See https://docs.commercetools.com/
|
|
899
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#typesettings",
|
|
900
900
|
type: "object",
|
|
901
901
|
properties: {
|
|
902
902
|
size: {
|
|
903
|
-
description: "See https://docs.commercetools.com/
|
|
903
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#typesettingssize",
|
|
904
904
|
type: "string",
|
|
905
905
|
"enum": [
|
|
906
906
|
"SMALL",
|
|
@@ -910,7 +910,7 @@ var customViewSchemaJson = {
|
|
|
910
910
|
}
|
|
911
911
|
},
|
|
912
912
|
locators: {
|
|
913
|
-
description: "See https://docs.commercetools.com/
|
|
913
|
+
description: "See https://docs.commercetools.com/merchant-center-customizations/tooling-and-configuration/custom-view-config#locators",
|
|
914
914
|
type: "array",
|
|
915
915
|
"default": [
|
|
916
916
|
],
|