strapi-plugin-email-designer-fix
Version:
Strapi Email designer plugin.
35 lines (34 loc) • 567 B
JSON
{
"kind": "collectionType",
"collectionName": "email_templates",
"info": {
"name": "emailTemplate"
},
"options": {
"draftAndPublish": false,
"timestamps": true,
"increments": true,
"comment": ""
},
"attributes": {
"design": {
"type": "json"
},
"name": {
"type": "string",
"default": ""
},
"bodyHtml": {
"type": "text",
"default": ""
},
"bodyText": {
"type": "text",
"default": ""
},
"enabled": {
"type": "boolean",
"default": true
}
}
}