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"