Product Share
Social share buttons (WhatsApp/Facebook/Twitter/Copy link) for current product. single_product only.
Type: "productShare"
Social share buttons (WhatsApp/Facebook/Twitter/Copy link) for current product. single_product only.
Catatan: Element template-only. Berlaku di template:
single_product.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
label | string | "Bagikan:" | Label |
variant | 'icons'|'labeled'|'compact' | "icons" | Gaya |
iconSize | number (12–48) | 18 | Ukuran Ikon (px) |
shareText | string | "Cek {name} di sini: {url}" | Teks Share ({name}, {url}) |
alignment | enum | "left" | Alignment |
Contoh
{
"id": "pro01abc",
"type": "productShare",
"props": {
"label": "Bagikan:",
"platforms": [
"whatsapp",
"facebook",
"twitter",
"copy"
],
"variant": "icons",
"iconSize": 18,
"shareText": "Cek {name} di sini: {url}",
"alignment": "left"
}
}