Commit 1ccfe47c by Harish Patel

Changes

1 parent b0d015d4
......@@ -14,7 +14,8 @@
"attributes": {
"projectName": {
"type": "string",
"required": true
"required": true,
"unique": true
},
"address": {
"type": "text",
......@@ -125,6 +126,11 @@
},
"offersText": {
"type": "richtext"
},
"slug": {
"type": "uid",
"targetField": "projectName",
"required": true
}
}
}
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!