From cf8e79a3507387346ce15456de4462b0b1c931ad Mon Sep 17 00:00:00 2001 From: Lakshmi Priya Sekar Date: Mon, 1 Aug 2016 13:26:14 -0700 Subject: Add ExtraParameters to config.json to enable --. --- config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.json b/config.json index c84c771713..7c8d380b7b 100644 --- a/config.json +++ b/config.json @@ -275,6 +275,12 @@ "valueType": "target", "values": [], "defaultValue": "" + }, + "ExtraParameters": { + "description": "Extra parameters will be passed to the selected command.", + "valueType": "passThrough", + "values": [], + "defaultValue": "" } }, "commands": { -- cgit v1.2.3