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"