Template:Email
Appearance
Title: Unknown
To: Unknown
From: Unknown
Email:
<templatedata>
{
"params": {
"title": {
"label": "Subject",
"description": "The subject of the email",
"type": "string",
"required": false
},
"to": {
"label": "To",
"description": "The addressee of the email.",
"type": "string"
},
"from": {
"label": "Sender",
"description": "The sender of the email.",
"type": "string"
}
}
}
</templatedata>