UPdate docs

This commit is contained in:
Pieter Vander Vennet 2021-05-19 12:51:49 +02:00
parent 1dac226b62
commit 411ddc8588

View file

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