Skip to content

Commit

Permalink
Merge pull request #27 from vtex-apps/fix/product-metatag
Browse files Browse the repository at this point in the history
Fix/product metatag
  • Loading branch information
filafb authored Oct 18, 2022
2 parents af47e7e + d0e5b26 commit 8cd277b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 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]
### Fixed
- Add product meta tag description into entry header to enable this field into the bulk import for products

## [2.1.0] - 2022-06-07

Expand Down
1 change: 1 addition & 0 deletions react/components/ProductTranslation/ProductImportModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const entryHeaders: EntryHeadersProduct[] = [
'description',
'shortDescription',
'linkId',
'metaTagDescription',
]
const entryQueryName = 'productTranslationsUploadRequests'
const entryName = 'Product'
Expand Down

0 comments on commit 8cd277b

Please sign in to comment.