Commit 3a50409b by Harish Patel

changs

1 parent d378c8f6
......@@ -4,24 +4,29 @@
"info": {
"singularName": "banking-partner",
"pluralName": "banking-partners",
"displayName": "Banking Partner"
"displayName": "Banking Partner",
"description": ""
},
"options": {
"draftAndPublish": false
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"logo": {
"allowedTypes": [
"images"
],
"type": "media",
"multiple": false,
"required": true
"required": true,
"allowedTypes": [
"images"
]
},
"title": {
"type": "string",
"required": false
"type": "string"
},
"serialNumber": {
"type": "integer",
"default": 1,
"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!