Merge pull request #286 from waldbrand/mention-location-of-actual-supported-freeform-types
Mention supported freeform types in comment
This commit is contained in:
commit
1dac226b62
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue