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 4bc23d2c
authored
2024-05-21 11:23:02 +0530
by
jaymehta
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
.
1 parent
972068a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
src/api/experience/content-types/experience/schema.json
src/api/sub-categorie/content-types/sub-categorie/schema.json
src/api/experience/content-types/experience/schema.json
View file @
4bc23d2
...
@@ -27,12 +27,6 @@
...
@@ -27,12 +27,6 @@
"phoneNumber"
:
{
"phoneNumber"
:
{
"type"
:
"string"
"type"
:
"string"
},
},
"subCategory"
:
{
"type"
:
"relation"
,
"relation"
:
"oneToOne"
,
"target"
:
"api::sub-categorie.sub-categorie"
,
"inversedBy"
:
"experience"
},
"link"
:
{
"link"
:
{
"type"
:
"string"
"type"
:
"string"
},
},
...
@@ -160,6 +154,12 @@
...
@@ -160,6 +154,12 @@
"relation"
:
"oneToMany"
,
"relation"
:
"oneToMany"
,
"target"
:
"api::wishlist.wishlist"
,
"target"
:
"api::wishlist.wishlist"
,
"mappedBy"
:
"experience"
"mappedBy"
:
"experience"
},
"subCategory"
:
{
"type"
:
"relation"
,
"relation"
:
"manyToOne"
,
"target"
:
"api::sub-categorie.sub-categorie"
,
"inversedBy"
:
"experience"
}
}
}
}
}
}
src/api/sub-categorie/content-types/sub-categorie/schema.json
View file @
4bc23d2
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
},
},
"experience"
:
{
"experience"
:
{
"type"
:
"relation"
,
"type"
:
"relation"
,
"relation"
:
"oneTo
One
"
,
"relation"
:
"oneTo
Many
"
,
"target"
:
"api::experience.experience"
,
"target"
:
"api::experience.experience"
,
"mappedBy"
:
"subCategory"
"mappedBy"
:
"subCategory"
}
}
...
...
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