Commit ccd2b865 by Ravindra Kanojiya

updated

1 parent 11af5222
......@@ -35,6 +35,12 @@
"type": "component",
"repeatable": false,
"component": "ch-question2.ch-question2"
},
"chQuestion3": {
"displayName": "chQuestion3",
"type": "component",
"repeatable": false,
"component": "ch-question3.ch-question3"
}
}
}
{
"collectionName": "components_ch_q3_options_ch_q3_options",
"info": {
"displayName": "chQ3Options"
},
"options": {},
"attributes": {
"text": {
"type": "string"
}
}
}
{
"collectionName": "components_ch_question3_ch_question3s",
"info": {
"displayName": "chQuestion3"
},
"options": {},
"attributes": {
"chQ3": {
"type": "string"
},
"chQ3Options": {
"displayName": "chQ3Options",
"type": "component",
"repeatable": false,
"component": "ch-q3-options.ch-q3-options"
}
}
}
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!