Commit 53279720 by Ravindra Kanojiya

updated langauge

1 parent e6306972
......@@ -10,13 +10,27 @@
"options": {
"draftAndPublish": false
},
"pluginOptions": {},
"pluginOptions": {
"i18n": {
"localized": true
}
},
"attributes": {
"question": {
"type": "text"
"type": "text",
"pluginOptions": {
"i18n": {
"localized": true
}
}
},
"answer": {
"type": "text"
"type": "text",
"pluginOptions": {
"i18n": {
"localized": true
}
}
},
"user": {
"type": "relation",
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!