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