From cb10f64074a7d262c6905dfd3c70b5a6d00eb6e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCrten?= Date: Wed, 19 May 2021 07:13:24 +0200 Subject: [PATCH] Mention supported freeform types in comment --- Customizations/JSON/TagRenderingConfigJson.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/Customizations/JSON/TagRenderingConfigJson.ts b/Customizations/JSON/TagRenderingConfigJson.ts index e4628aec5..ac20d1189 100644 --- a/Customizations/JSON/TagRenderingConfigJson.ts +++ b/Customizations/JSON/TagRenderingConfigJson.ts @@ -37,6 +37,7 @@ export interface TagRenderingConfigJson { key: string, /** * The type of the text-field, e.g. 'string', 'nat', 'float', 'date',... + * See UI/Input/ValidatedTextField.ts for supported values */ type?: string, /**