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 7e83fdb3
authored
2024-04-12 15:27:21 +0530
by
jaymehta
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
.
1 parent
a1f474d3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
12 deletions
src/api/experience/content-types/experience/schema.json
src/api/time-slot/content-types/time-slot/schema.json
src/api/experience/content-types/experience/schema.json
View file @
7e83fdb
...
...
@@ -72,12 +72,6 @@
"target"
:
"api::course-detail.course-detail"
,
"inversedBy"
:
"experience"
},
"timeSlots"
:
{
"type"
:
"relation"
,
"relation"
:
"oneToMany"
,
"target"
:
"api::time-slot.time-slot"
,
"mappedBy"
:
"experience"
},
"masterMonths"
:
{
"type"
:
"relation"
,
"relation"
:
"oneToMany"
,
...
...
@@ -98,6 +92,39 @@
},
"giftSomeone"
:
{
"type"
:
"boolean"
},
"availableOnMonday"
:
{
"type"
:
"boolean"
},
"availableOnTuesday"
:
{
"type"
:
"boolean"
},
"availableOnWednesday"
:
{
"type"
:
"boolean"
},
"availableOnThursday"
:
{
"type"
:
"boolean"
},
"availableOnFriday"
:
{
"type"
:
"boolean"
},
"availableOnSaturday"
:
{
"type"
:
"boolean"
},
"availableOnSunday"
:
{
"type"
:
"boolean"
},
"fromTime"
:
{
"type"
:
"time"
},
"toTime"
:
{
"type"
:
"time"
},
"fromDate"
:
{
"type"
:
"time"
},
"toDate"
:
{
"type"
:
"time"
}
}
}
src/api/time-slot/content-types/time-slot/schema.json
View file @
7e83fdb
...
...
@@ -22,12 +22,6 @@
"type"
:
"relation"
,
"relation"
:
"oneToOne"
,
"target"
:
"api::master-day.master-day"
},
"experience"
:
{
"type"
:
"relation"
,
"relation"
:
"manyToOne"
,
"target"
:
"api::experience.experience"
,
"inversedBy"
:
"timeSlots"
}
}
}
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