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 a591cf87
authored
2022-09-14 12:45:06 +0530
by
Harish Patel
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
changes
1 parent
1ccfe47c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
src/api/township/content-types/township/schema.json
src/api/township/content-types/township/schema.json
View file @
a591cf8
...
...
@@ -65,6 +65,28 @@
"type"
:
"relation"
,
"relation"
:
"oneToMany"
,
"target"
:
"api::amenity.amenity"
},
"townshipContactEmail"
:
{
"type"
:
"string"
,
"required"
:
true
},
"townshipContactNumber"
:
{
"type"
:
"string"
,
"required"
:
true
},
"cpSubmitLeadEnabled"
:
{
"type"
:
"boolean"
,
"default"
:
false
},
"cpGuidelines"
:
{
"allowedTypes"
:
[
"images"
,
"files"
,
"videos"
,
"audios"
],
"type"
:
"media"
,
"multiple"
:
false
}
}
}
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