UNPKG

strapi-plugin-email-designer

Version:
54 lines (53 loc) 953 B
{ "kind": "collectionType", "collectionName": "email_templates", "info": { "singularName": "email-template", "pluralName": "email-templates", "displayName": "Email-template", "name": "email-template" }, "pluginOptions": { "content-manager": { "visible": false }, "content-type-builder": { "visible": false } }, "options": { "draftAndPublish": false, "timestamps": true, "increments": true, "comment": "" }, "attributes": { "templateReferenceId": { "type": "integer", "required": false, "unique": true }, "design": { "type": "json" }, "name": { "type": "string" }, "subject": { "type": "string" }, "bodyHtml": { "type": "text" }, "bodyText": { "type": "text" }, "enabled": { "type": "boolean", "default": true }, "tags": { "type": "json" } } }