From 7e1be0c0f169f9f1cb048c0dc1c6a55455b6396b Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Tue, 30 Apr 2013 11:45:25 +0200 Subject: [PATCH] Added select box. --- semantics.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/semantics.json b/semantics.json index d1ef7e8..db0c03d 100644 --- a/semantics.json +++ b/semantics.json @@ -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"