Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jay Mehta
/
ucc-backend
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 b210b3eb
authored
2023-12-18 13:56:17 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated
1 parent
870913bb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
src/api/family-history/content-types/family-history/schema.json
src/components/question1/question-1.json
src/api/family-history/content-types/family-history/schema.json
View file @
b210b3e
...
...
@@ -14,6 +14,11 @@
"attributes"
:
{
"title"
:
{
"type"
:
"string"
},
"question1"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"question1.question-1"
}
}
}
src/components/question1/question-1.json
View file @
b210b3e
...
...
@@ -22,6 +22,14 @@
"type"
:
"component"
,
"repeatable"
:
true
,
"component"
:
"options2.options2"
},
"question03"
:
{
"type"
:
"text"
},
"options03"
:
{
"type"
:
"component"
,
"repeatable"
:
true
,
"component"
:
"options3.options3"
}
}
}
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