Commit 53279720 by Ravindra Kanojiya

updated langauge

1 parent e6306972
...@@ -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",
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!