Custom HTML
Raw HTML block.
Type: "customHtml"
Raw HTML block.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
html | string | "<p>Custom HTML here...</p>" | HTML |
Contoh
{
"id": "cus01abc",
"type": "customHtml",
"props": {
"html": "<p>Custom HTML here...</p>"
}
}