From 9fb29c22e2049c10c8712c912721f7e35d5800cd Mon Sep 17 00:00:00 2001 From: Hiago Lucas Cardeal de Melo Silva Date: Wed, 6 Nov 2024 10:45:21 -0300 Subject: [PATCH] change product-list from required to allowed --- CHANGELOG.md | 3 +++ store/interfaces.json | 5 +---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dbd343..161edf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Changed +`list-context.product-list` and `list-context.product-list-static` to `allowed` instead of `required`. + ## [0.10.0] - 2021-11-04 ### Added diff --git a/store/interfaces.json b/store/interfaces.json index aafddf5..88f872e 100644 --- a/store/interfaces.json +++ b/store/interfaces.json @@ -16,10 +16,7 @@ } }, "default-shelf": { - "required": [ - "list-context.product-list", - "list-context.product-list-static" - ], + "allowed": ["list-context.product-list", "list-context.product-list-static"], "component": "Shelf", "content": { "$ref": "#/definitions/Shelf"