Skip to content

Commit

Permalink
Add app path to definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucis committed May 27, 2019
1 parent c57dbdc commit 989cbc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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
- Use absolute path for definitions in `interfaces.json`.

## [2.23.0] - 2019-05-27
### Added
Expand Down
6 changes: 3 additions & 3 deletions store/interfaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"product-summary": {
"component": "ProductSummaryLegacy",
"content": {
"$ref": "#/definitions/ProductSummary"
"$ref": "app:vtex.product-summary#/definitions/ProductSummary"
},
"allowed": ["addon-summary-btn"]
},
Expand Down Expand Up @@ -73,7 +73,7 @@
"content": {
"properties": {
"buyButtonText": {
"$ref": "#/definitions/ProductSummary/properties/buyButtonText"
"$ref": "app:vtex.product-summary#/definitions/ProductSummary/properties/buyButtonText"
}
}
}
Expand All @@ -86,7 +86,7 @@
"content": {
"properties": {
"badgeText": {
"$ref": "#/definitions/ProductSummary/properties/badgeText"
"$ref": "app:vtex.product-summary#/definitions/ProductSummary/properties/badgeText"
}
}
}
Expand Down

0 comments on commit 989cbc0

Please sign in to comment.