Commit a591cf87 by Harish Patel

changes

1 parent 1ccfe47c
......@@ -65,6 +65,28 @@
"type": "relation",
"relation": "oneToMany",
"target": "api::amenity.amenity"
},
"townshipContactEmail": {
"type": "string",
"required": true
},
"townshipContactNumber": {
"type": "string",
"required": true
},
"cpSubmitLeadEnabled": {
"type": "boolean",
"default": false
},
"cpGuidelines": {
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": false
}
}
}
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!