Files

7 lines
282 B
JSON

[
{ "name": "name", "type": "text", "label": "Name", "required": true },
{ "name": "subject", "type": "text", "label": "Subject" },
{ "name": "body_html", "type": "text", "label": "HTML body" },
{ "name": "body_plain", "type": "text", "label": "Plain-text body" }
]