mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 16:01:16 +00:00
8 lines
385 B
JSON
8 lines
385 B
JSON
[
|
|
{ "name": "template_id", "type": "select", "label": "Template", "required": true, "options": "rpc://templateList" },
|
|
{ "name": "name", "type": "text", "label": "Name" },
|
|
{ "name": "subject", "type": "text", "label": "Subject" },
|
|
{ "name": "body_html", "type": "text", "label": "HTML body" },
|
|
{ "name": "body_plain", "type": "text", "label": "Plain-text body" }
|
|
]
|