lemail2
Version:
Strapi Email designer plugin.
39 lines (38 loc) • 616 B
JSON
{
"kind": "collectionType",
"collectionName": "email_templates",
"info": {
"name": "emailTemplate",
"description": ""
},
"options": {
"draftAndPublish": false,
"timestamps": true,
"increments": true,
"comment": ""
},
"attributes": {
"design": {
"type": "json"
},
"name": {
"type": "string"
},
"subject": {
"type": "string"
},
"bodyHtml": {
"type": "text"
},
"bodyText": {
"type": "text"
},
"enabled": {
"type": "boolean",
"default": true
},
"tags": {
"type": "json"
}
}
}