Commit 41cb4c7e by jaymehta

fields

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