Merge pull request #286 from waldbrand/mention-location-of-actual-supported-freeform-types

Mention supported freeform types in comment
This commit is contained in:
Pieter Vander Vennet 2021-05-19 12:51:06 +02:00 committed by GitHub
commit 1dac226b62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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