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 53279720
authored
2023-12-27 12:21:33 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated langauge
1 parent
e6306972
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
3 deletions
src/api/question/content-types/question/schema.json
src/api/question/content-types/question/schema.json
View file @
5327972
...
@@ -10,13 +10,27 @@
...
@@ -10,13 +10,27 @@
"options"
:
{
"options"
:
{
"draftAndPublish"
:
false
"draftAndPublish"
:
false
},
},
"pluginOptions"
:
{},
"pluginOptions"
:
{
"i18n"
:
{
"localized"
:
true
}
},
"attributes"
:
{
"attributes"
:
{
"question"
:
{
"question"
:
{
"type"
:
"text"
"type"
:
"text"
,
"pluginOptions"
:
{
"i18n"
:
{
"localized"
:
true
}
}
},
},
"answer"
:
{
"answer"
:
{
"type"
:
"text"
"type"
:
"text"
,
"pluginOptions"
:
{
"i18n"
:
{
"localized"
:
true
}
}
},
},
"user"
:
{
"user"
:
{
"type"
:
"relation"
,
"type"
:
"relation"
,
...
...
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