Skip to content

Commit

Permalink
Merge pull request #39 from vtex-apps/feature/change-product-lists-fr…
Browse files Browse the repository at this point in the history
…om-required-to-allowed

change product-list from required to allowed
  • Loading branch information
hiagolcm authored Nov 6, 2024
2 parents 4d3e897 + 9fb29c2 commit 313c2a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions store/interfaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 313c2a1

Please sign in to comment.