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, /**