declare const _default: { "kind": "collectionType", "collectionName": "easyemail_templates", "info": { "singularName": "email-template", "pluralName": "email-templates", "displayName": "Email Template", "description": "Templates designed with the EasyEmail Pro drag-and-drop editor." }, "options": { "draftAndPublish": false, "comment": "" }, "pluginOptions": { "content-manager": { "visible": false }, "content-type-builder": { "visible": false } }, "attributes": { "name": { "type": "string", "required": true, "unique": true, "minLength": 1, "maxLength": 255 }, "subject": { "type": "string", "required": true, "maxLength": 998 }, "designJson": { "type": "json" }, "htmlBody": { "type": "text", "maxLength": 4000000 } } } ; export default _default;