fix: export ProductImage to allow for custom links to add alt text (#12357)

This commit is contained in:
Harminder Virk
2025-05-05 14:24:25 +05:30
committed by GitHub
parent c35e9e5104
commit e4d853185f
6 changed files with 33 additions and 2 deletions

View File

@@ -9,7 +9,8 @@ const eventBaseNames: [
"productType",
"productTag",
"productCategory",
"productCollection"
"productCollection",
"productImage"
] = [
"product",
"productVariant",
@@ -19,6 +20,7 @@ const eventBaseNames: [
"productTag",
"productCategory",
"productCollection",
"productImage",
]
export const ProductEvents = buildEventNamesFromEntityName(