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 f28c1a3b
authored
2024-05-04 15:40:16 +0530
by
jaymehta
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
.
1 parent
638bae94
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/api/categorie/content-types/categorie/schema.json
src/api/experience/content-types/experience/schema.json
src/api/categorie/content-types/categorie/schema.json
View file @
f28c1a3
...
@@ -31,9 +31,9 @@
...
@@ -31,9 +31,9 @@
"type"
:
"media"
,
"type"
:
"media"
,
"multiple"
:
false
"multiple"
:
false
},
},
"experience"
:
{
"experience
s
"
:
{
"type"
:
"relation"
,
"type"
:
"relation"
,
"relation"
:
"oneTo
One
"
,
"relation"
:
"oneTo
Many
"
,
"target"
:
"api::experience.experience"
,
"target"
:
"api::experience.experience"
,
"mappedBy"
:
"category"
"mappedBy"
:
"category"
}
}
...
...
src/api/experience/content-types/experience/schema.json
View file @
f28c1a3
...
@@ -137,9 +137,9 @@
...
@@ -137,9 +137,9 @@
},
},
"category"
:
{
"category"
:
{
"type"
:
"relation"
,
"type"
:
"relation"
,
"relation"
:
"
one
ToOne"
,
"relation"
:
"
many
ToOne"
,
"target"
:
"api::categorie.categorie"
,
"target"
:
"api::categorie.categorie"
,
"inversedBy"
:
"experience"
"inversedBy"
:
"experience
s
"
},
},
"approved"
:
{
"approved"
:
{
"type"
:
"boolean"
,
"type"
:
"boolean"
,
...
...
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