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 f99beaf9
authored
2022-09-19 17:02:40 +0530
by
Harish Patel
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Changes
1 parent
58157aa2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
16 deletions
src/api/referral/content-types/referral/schema.json
src/api/referral/content-types/referral/schema.json
View file @
f99beaf
...
@@ -25,14 +25,6 @@
...
@@ -25,14 +25,6 @@
}
}
}
}
},
},
"township"
:
{
"type"
:
"string"
,
"pluginOptions"
:
{
"i18n"
:
{
"localized"
:
true
}
}
},
"mobileNumber"
:
{
"mobileNumber"
:
{
"type"
:
"string"
,
"type"
:
"string"
,
"pluginOptions"
:
{
"pluginOptions"
:
{
...
@@ -41,14 +33,6 @@
...
@@ -41,14 +33,6 @@
}
}
}
}
},
},
"building"
:
{
"type"
:
"string"
,
"pluginOptions"
:
{
"i18n"
:
{
"localized"
:
true
}
}
},
"email"
:
{
"email"
:
{
"type"
:
"email"
,
"type"
:
"email"
,
"pluginOptions"
:
{
"pluginOptions"
:
{
...
@@ -128,6 +112,16 @@
...
@@ -128,6 +112,16 @@
"localized"
:
true
"localized"
:
true
}
}
}
}
},
"project"
:
{
"type"
:
"relation"
,
"relation"
:
"oneToOne"
,
"target"
:
"api::project.project"
},
"township"
:
{
"type"
:
"relation"
,
"relation"
:
"oneToOne"
,
"target"
:
"api::township.township"
}
}
}
}
}
}
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