Commit 9080bc29 by kashif ansari

added comment and project field into lead schema

1 parent 216d3d24
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
"info": { "info": {
"singularName": "lead", "singularName": "lead",
"pluralName": "leads", "pluralName": "leads",
"displayName": "Leads" "displayName": "Leads",
"description": ""
}, },
"options": { "options": {
"draftAndPublish": true "draftAndPublish": true
...@@ -19,6 +20,12 @@ ...@@ -19,6 +20,12 @@
}, },
"email": { "email": {
"type": "email" "type": "email"
},
"project": {
"type": "string"
},
"Comments": {
"type": "text"
} }
} }
} }
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!