Added select box.
parent
c4c526b1e4
commit
7e1be0c0f1
|
@ -28,14 +28,14 @@
|
||||||
"type": "select",
|
"type": "select",
|
||||||
"label": "Progress indicator",
|
"label": "Progress indicator",
|
||||||
"description": "Question set progress indicator style.",
|
"description": "Question set progress indicator style.",
|
||||||
"values": [
|
"options": [
|
||||||
{
|
{
|
||||||
"text": "Textual",
|
"value": "textual",
|
||||||
"value": "textual"
|
"label": "Textual"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "Dots",
|
"value": "dots",
|
||||||
"value": "dots"
|
"label": "Dots"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"default": "textual"
|
"default": "textual"
|
||||||
|
|
Loading…
Reference in New Issue