UNPKG

strapi-plugin-email-designer-fix

Version:
35 lines (34 loc) 567 B
{ "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 } } }