mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 08:01:16 +00:00
7 lines
282 B
JSON
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" }
|
|
]
|