Commit 9080bc29 by kashif ansari

added comment and project field into lead schema

1 parent 216d3d24
......@@ -4,7 +4,8 @@
"info": {
"singularName": "lead",
"pluralName": "leads",
"displayName": "Leads"
"displayName": "Leads",
"description": ""
},
"options": {
"draftAndPublish": true
......@@ -19,6 +20,12 @@
},
"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!