We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d32ab3 commit 338cfdeCopy full SHA for 338cfde
dotcom-rendering/src/types/content.ts
@@ -478,7 +478,7 @@ export interface ProductBlockElement {
478
image?: ProductImage;
479
secondaryHeading: string;
480
primaryHeading: string;
481
- customAttributes: { name: string; value: string }[];
+ customAttributes: ProductCustomAttribute[];
482
content: FEElement[];
483
h2Id?: string;
484
displayType: ProductDisplayType;
0 commit comments