Skip to content

Commit

Permalink
Merge 5883738 into eb21863
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeymisson committed Jul 4, 2019
2 parents eb21863 + 5883738 commit 8703895
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Expand Up @@ -8,8 +8,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]

## [1.20.3] - 2019-07-03
### Fixed
- Hotfix for issue with title schema, which was saving the ID instead of the value. Should be undone once the root issue is fixed.

## [1.20.2] - 2019-07-03
### Fixed
Expand Down
7 changes: 1 addition & 6 deletions react/components/ProductList.js
Expand Up @@ -108,12 +108,7 @@ ProductList.getSchema = props => {
type: 'boolean',
default: ProductList.defaultProps.showTitle,
isLayout: true,
},
titleText: {
title: "admin/editor.shelf.titleText.title",
type: 'string',
default: "store/shelf.title"
},
}
},
}
}
Expand Down
5 changes: 5 additions & 0 deletions store/interfaces.json
Expand Up @@ -10,6 +10,11 @@
"preview": {
"type": "grid",
"height": 550
},
"content": {
"properties": {
"productList": { "$ref": "#/definitions/ProductList"}
}
}
},
"shelf.relatedProducts": {
Expand Down

0 comments on commit 8703895

Please sign in to comment.