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