Commit 1ccfe47c by Harish Patel

Changes

1 parent b0d015d4
...@@ -14,7 +14,8 @@ ...@@ -14,7 +14,8 @@
"attributes": { "attributes": {
"projectName": { "projectName": {
"type": "string", "type": "string",
"required": true "required": true,
"unique": true
}, },
"address": { "address": {
"type": "text", "type": "text",
...@@ -125,6 +126,11 @@ ...@@ -125,6 +126,11 @@
}, },
"offersText": { "offersText": {
"type": "richtext" "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!