|
- {
- "kind": "collectionType",
- "collectionName": "message_templates",
- "info": {
- "name": "Message_Template",
- "description": ""
- },
- "options": {
- "increments": true,
- "timestamps": true,
- "draftAndPublish": true
- },
- "attributes": {
- "body": {
- "type": "text",
- "required": true
- },
- "state": {
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "body_vars": {
- "type": "string"
- },
- "message": {
- "via": "template_key",
- "model": "message"
- },
- "bot": {
- "via": "message_template_key",
- "model": "bot"
- }
- }
- }
|