Skip to content

Commit

Permalink
Merge pull request #98 from vtex-apps/fix/add-originalName-to-properties
Browse files Browse the repository at this point in the history
Fix/add original name to properties
  • Loading branch information
kaisermann authored Dec 10, 2020
2 parents 1985c79 + 1f33095 commit 392c1f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ 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]
### Added
- Add `originalName` to `Properties` schema.

## [0.36.2-beta] - 2020-12-07

## [0.36.1] - 2020-12-03
### Fixed
Expand Down
1 change: 1 addition & 0 deletions graphql/types/Product.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ type SpecificationGroupProperty {
}

type Property {
originalName: String
name: String @translatableV2
values: [String] @translatableV2
}
Expand Down

0 comments on commit 392c1f9

Please sign in to comment.