Commit 41cb4c7e by jaymehta

fields

1 parent 409f9fb0
......@@ -27,18 +27,6 @@
"phone": {
"type": "string"
},
"pan": {
"type": "string"
},
"panImage": {
"type": "string"
},
"gst": {
"type": "string"
},
"gstImage": {
"type": "string"
},
"businessName": {
"type": "string"
},
......@@ -73,6 +61,19 @@
"relation": "oneToMany",
"target": "api::enquiry.enquiry",
"mappedBy": "vendor"
},
"einNumber": {
"type": "string"
},
"brandLogo": {
"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!