Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jay Mehta
/
zango-strapi
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 5598e022
authored
2024-05-09 20:57:38 +0530
by
jaymehta
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
.
1 parent
6265f250
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
9 deletions
src/api/end-user/content-types/end-user/schema.json
src/api/enquiry/content-types/enquiry/schema.json
src/api/end-user/content-types/end-user/schema.json
View file @
5598e02
...
...
@@ -23,12 +23,6 @@
},
"email"
:
{
"type"
:
"string"
},
"enquiries"
:
{
"type"
:
"relation"
,
"relation"
:
"oneToOne"
,
"target"
:
"api::enquiry.enquiry"
,
"mappedBy"
:
"endUser"
}
}
}
src/api/enquiry/content-types/enquiry/schema.json
View file @
5598e02
...
...
@@ -18,11 +18,10 @@
"target"
:
"api::experience.experience"
,
"inversedBy"
:
"enquiries"
},
"end
U
ser"
:
{
"end
_u
ser"
:
{
"type"
:
"relation"
,
"relation"
:
"oneToOne"
,
"target"
:
"api::end-user.end-user"
,
"inversedBy"
:
"enquiries"
"target"
:
"api::end-user.end-user"
},
"status"
:
{
"type"
:
"enumeration"
,
...
...
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