Added select box.

pull/1/head
Frode Petterson 2013-04-30 11:45:25 +02:00
parent c4c526b1e4
commit 7e1be0c0f1
1 changed files with 5 additions and 5 deletions

View File

@ -28,14 +28,14 @@
"type": "select",
"label": "Progress indicator",
"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"