Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jay Mehta
/
strapi-setup-file
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 9080bc29
authored
2022-10-10 15:31:19 +0530
by
kashif ansari
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
added comment and project field into lead schema
1 parent
216d3d24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
src/api/lead/content-types/lead/schema.json
src/api/lead/content-types/lead/schema.json
View file @
9080bc2
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
"info"
:
{
"info"
:
{
"singularName"
:
"lead"
,
"singularName"
:
"lead"
,
"pluralName"
:
"leads"
,
"pluralName"
:
"leads"
,
"displayName"
:
"Leads"
"displayName"
:
"Leads"
,
"description"
:
""
},
},
"options"
:
{
"options"
:
{
"draftAndPublish"
:
true
"draftAndPublish"
:
true
...
@@ -19,6 +20,12 @@
...
@@ -19,6 +20,12 @@
},
},
"email"
:
{
"email"
:
{
"type"
:
"email"
"type"
:
"email"
},
"project"
:
{
"type"
:
"string"
},
"Comments"
:
{
"type"
:
"text"
}
}
}
}
}
}
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