store-components
store-components copied to clipboard
Brand Name HTML Tag
Is your feature request related to a problem? Please describe.
We want to be able to make an improvement to SEO allowing to change the HTML tag containing the brand name, as it works with the "tag" property in the "product-name" component.
Describe the solution you'd like pass the html element as a parameter
Describe alternatives you've considered pass the html element as a parameter
Additional context product-summary-brand
You can accomplish this by using the "tag" property:
"props": {
"tag": "div
}