Product Title
Auto-renders the product name. single_product / shop_catalog.
Type: "productTitle"
Auto-renders the product name. single_product / shop_catalog.
Catatan: Element template-only. Berlaku di template:
single_product,shop_catalog,product_category,search.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
level | 'h1'|'h2'|'h3'|'h4'|'h5'|'h6' | "h1" | HTML Tag |
alignment | enum | "left" | Alignment |
linkToProduct | boolean | false | Link ke product page |
Contoh
{
"id": "pro01abc",
"type": "productTitle",
"props": {
"level": "h1",
"alignment": "left",
"linkToProduct": false
}
}