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 6265f250
authored
2024-05-09 20:08:23 +0530
by
jaymehta
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
comments enquires
1 parent
05edab9e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
src/api/enquiry/content-types/enquiry/schema.json
src/api/vendor/content-types/vendor/schema.json
src/api/enquiry/content-types/enquiry/schema.json
View file @
6265f25
...
...
@@ -39,6 +39,9 @@
"relation"
:
"oneToOne"
,
"target"
:
"api::vendor.vendor"
,
"inversedBy"
:
"enquiries"
},
"comments"
:
{
"type"
:
"text"
}
}
}
src/api/vendor/content-types/vendor/schema.json
View file @
6265f25
...
...
@@ -72,7 +72,7 @@
"type"
:
"relation"
,
"relation"
:
"oneToOne"
,
"target"
:
"api::enquiry.enquiry"
,
"
invers
edBy"
:
"vendor"
"
mapp
edBy"
:
"vendor"
}
}
}
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