Skip to content

Commit

Permalink
Merge 76262ae into fe8c39f
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavorosolem committed Apr 26, 2019
2 parents fe8c39f + 76262ae commit 0d64768
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Rename `product-summary.unstable--flex` to `product-summary.shelf`

## [2.18.0] - 2019-04-25

Expand Down
15 changes: 15 additions & 0 deletions store/blocks.json
@@ -1,4 +1,19 @@
{
"product-summary.shelf": {
"children": [
"product-summary-image",
"product-summary-name",
"product-summary-attachment-list",
"product-summary-space",
"product-summary-column#1"
]
},
"product-summary-column#1": {
"children": [
"product-summary-price",
"product-summary-buy-button"
]
},
"product-summary.unstable--flex": {
"children": [
"product-summary-image",
Expand Down
28 changes: 28 additions & 0 deletions store/interfaces.json
Expand Up @@ -3,6 +3,34 @@
"component": "ProductSummaryLegacy",
"allowed": ["add-to-list-btn#product-summary"]
},
"product-summary.shelf": {
"allowed": [
"product-summary-column",
"product-summary-attachment-list",
"product-summary-buy-button",
"product-summary-description",
"product-summary-image",
"product-summary-name",
"product-summary-price",
"product-summary-space",
"product-rating-inline"
],
"component": "ProductSummaryCustom",
"composition": "children"
},
"product-summary-column": {
"allowed": [
"product-summary-attachment-list",
"product-summary-buy-button",
"product-summary-description",
"product-summary-image",
"product-summary-name",
"product-summary-price",
"product-summary-space"
],
"component": "Column",
"composition": "children"
},
"product-summary.unstable--flex": {
"allowed": [
"unstable--product-summary-column",
Expand Down

0 comments on commit 0d64768

Please sign in to comment.