Commit b210b3eb by Ravindra Kanojiya

updated

1 parent 870913bb
...@@ -14,6 +14,11 @@ ...@@ -14,6 +14,11 @@
"attributes": { "attributes": {
"title": { "title": {
"type": "string" "type": "string"
},
"question1": {
"type": "component",
"repeatable": false,
"component": "question1.question-1"
} }
} }
} }
...@@ -22,6 +22,14 @@ ...@@ -22,6 +22,14 @@
"type": "component", "type": "component",
"repeatable": true, "repeatable": true,
"component": "options2.options2" "component": "options2.options2"
},
"question03": {
"type": "text"
},
"options03": {
"type": "component",
"repeatable": true,
"component": "options3.options3"
} }
} }
} }
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!