Commit 23a030e0 by jaymehta

terms

1 parent 4adbfccc
......@@ -30,9 +30,6 @@
"link": {
"type": "string"
},
"cancellationPolicy": {
"type": "text"
},
"vendor": {
"type": "relation",
"relation": "manyToOne",
......@@ -176,6 +173,27 @@
"relation": "oneToMany",
"target": "api::review.review",
"mappedBy": "experience"
},
"cancellationPolicy": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
]
},
"termsConditions": {
"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!