1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Update typedInput nls

This commit is contained in:
Nick O'Leary 2016-01-03 22:32:16 +00:00
parent f1c59faf72
commit 43c6df49d7

View File

@ -204,11 +204,13 @@
"flows": "flows" "flows": "flows"
} }
}, },
"propertySelect": { "typedInput": {
"type": { "type": {
"str": "string", "str": "string",
"num": "number", "num": "number",
"re": "regular expression" "re": "regular expression",
"bool": "boolean",
"json": "JSON"
} }
} }
} }