Product Title
Auto-renders the product name. single_product / shop_catalog.
Type: "productTitle"
Auto-renders the product name. single_product / shop_catalog.
Note: Template-only element. Valid in templates:
single_product,shop_catalog,product_category,search.
Props
| Field | Type | Default | Description |
|---|---|---|---|
level | 'h1'|'h2'|'h3'|'h4'|'h5'|'h6' | "h1" | h6 |
alignment | enum | "left" | Alignment |
linkToProduct | boolean | false | Link ke product page |
Example
{
"id": "pro01abc",
"type": "productTitle",
"props": {
"level": "h1",
"alignment": "left",
"linkToProduct": false
}
}