From 2610032a388dd3249c3adbb631ef2229fd4fcf5f Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Wed, 25 May 2022 10:12:05 +0200 Subject: [PATCH] Update for the dataFile field --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 2934f369..eb37ac39 100644 --- a/package.json +++ b/package.json @@ -938,6 +938,11 @@ "type": "string", "default": "", "description": "Specify the key of the data file to use for this field" + }, + "dataFileValue": { + "type": "string", + "default": "", + "description": "Specify the property name that will be used to show the value for the field" } }, "additionalProperties": false,