mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 00:01:14 +00:00
9 lines
396 B
JSON
9 lines
396 B
JSON
[
|
|
{ "name": "id", "type": "text", "label": "Template ID" },
|
|
{ "name": "name", "type": "text", "label": "Name" },
|
|
{ "name": "subject", "type": "text", "label": "Subject" },
|
|
{ "name": "body_plain", "type": "text", "label": "Plain-text body" },
|
|
{ "name": "position", "type": "integer", "label": "Position" },
|
|
{ "name": "created_at", "type": "date", "label": "Created at" }
|
|
]
|