diff --git a/CHANGELOG.md b/CHANGELOG.md index 1167545..662375c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/react/components/ProductTranslation/ProductImportModal.tsx b/react/components/ProductTranslation/ProductImportModal.tsx index eb84474..64a88ad 100644 --- a/react/components/ProductTranslation/ProductImportModal.tsx +++ b/react/components/ProductTranslation/ProductImportModal.tsx @@ -12,6 +12,7 @@ const entryHeaders: EntryHeadersProduct[] = [ 'description', 'shortDescription', 'linkId', + 'metaTagDescription', ] const entryQueryName = 'productTranslationsUploadRequests' const entryName = 'Product'