Commit 3a50409b by Harish Patel

changs

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