From b8ba318c562957794137aa6a128b1e448d406b56 Mon Sep 17 00:00:00 2001 From: Otto Streifel Date: Mon, 3 Oct 2016 07:55:02 -0700 Subject: [PATCH] Updates types --- vss-extension.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vss-extension.json b/vss-extension.json index edfd9e2..7cc9a25 100644 --- a/vss-extension.json +++ b/vss-extension.json @@ -82,7 +82,7 @@ "description": "The field associated with the control.", "type": "WorkItemField", "properties": { - "workItemFieldTypes": ["String"] + "workItemFieldTypes": ["String", "Integer"] }, "validation": { "dataType": "String",