Skip to content

Commit

Permalink
Merge pull request #26 from vtex-apps/fix/update-image-interface-name
Browse files Browse the repository at this point in the history
Update `image` interface name to `product-list-image`
  • Loading branch information
victorhmp authored Nov 5, 2019
2 parents 9c8f4d5 + 3951b05 commit 2dbe4ed
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Changed

- `image` interface name to `product-list-image`.

## [0.13.0] - 2019-11-01

### Changed
Expand Down
2 changes: 1 addition & 1 deletion store/blocks/desktop.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
},
"flex-layout.col#image.desktop": {
"children": ["image"],
"children": ["product-list-image"],
"props": {
"marginRight": "6"
}
Expand Down
2 changes: 1 addition & 1 deletion store/blocks/mobile.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
},
"flex-layout.col#image.mobile": {
"children": ["image"],
"children": ["product-list-image"],
"props": {
"marginRight": "5"
}
Expand Down
2 changes: 1 addition & 1 deletion store/interfaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"composition": "children",
"allowed": "*"
},
"image": {
"product-list-image": {
"component": "Image",
"preview": {
"type": "box",
Expand Down

0 comments on commit 2dbe4ed

Please sign in to comment.