HTML & Markdown Fields
#
HTML Field
Stores HTML content.
Common use-cases: Email templates, rich text messages, and custom HTML content.
Add Field → Select HTML Field
#
Markdown Field
Stores Markdown content.
Common use-cases: Documentation, release notes, formatted comments, and structured logs.
Add Field → Select Markdown Field
// Example JSON
{
"key": "field_key",
"label": "Display Label",
"placeholder": "Enter your content here...",
"type": "markdown", // Or "html"
"required": true
}Available Properties: key, label, placeholder and required.
Additionally, help, defaultValue, visibilityCondition can be configured.
#
Previewing Content
Enable Show Preview to see how the HTML or Markdown content will be rendered.
Was this helpful?