fix: export ProductImage to allow for custom links to add alt text (#12357)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user