Update typedInput nls

This commit is contained in:
Nick O'Leary 2016-01-03 22:32:16 +00:00
parent f1c59faf72
commit 43c6df49d7
1 changed files with 4 additions and 2 deletions

View File

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