Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jay Mehta
/
strapi-setup-file
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 3a50409b
authored
2022-09-06 13:14:36 +0530
by
Harish Patel
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
changs
1 parent
d378c8f6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
src/api/banking-partner/content-types/banking-partner/schema.json
src/api/banking-partner/content-types/banking-partner/schema.json
View file @
3a50409
...
...
@@ -4,24 +4,29 @@
"info"
:
{
"singularName"
:
"banking-partner"
,
"pluralName"
:
"banking-partners"
,
"displayName"
:
"Banking Partner"
"displayName"
:
"Banking Partner"
,
"description"
:
""
},
"options"
:
{
"draftAndPublish"
:
fals
e
"draftAndPublish"
:
tru
e
},
"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
}
}
}
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment