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:
parent
f1c59faf72
commit
43c6df49d7
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user