Mention supported freeform types in comment

This commit is contained in:
Sebastian Kürten 2021-05-19 07:13:24 +02:00
parent 235ad2cf21
commit cb10f64074

View file

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