From 411ddc8588c3449d1ea39e4e119c3e53b62d4e36 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Wed, 19 May 2021 12:51:49 +0200 Subject: [PATCH] UPdate docs --- Customizations/JSON/TagRenderingConfigJson.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Customizations/JSON/TagRenderingConfigJson.ts b/Customizations/JSON/TagRenderingConfigJson.ts index ac20d11890..572abaabc4 100644 --- a/Customizations/JSON/TagRenderingConfigJson.ts +++ b/Customizations/JSON/TagRenderingConfigJson.ts @@ -37,7 +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 + * See Docs/SpecialInputElements.md and UI/Input/ValidatedTextField.ts for supported values */ type?: string, /**