mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Support output editting of DEBUG node using JSONata
This commit is contained in:
@@ -23,4 +23,5 @@
|
||||
Clicking on the source node id will reveal that node within the workspace.</p>
|
||||
<p>The button on the node can be used to enable or disable its output. It is recommended to disable or remove any Debug nodes that are not being used.</p>
|
||||
<p>The node can also be configured to send all messages to the runtime log, or to send short (32 characters) to the status text under the debug node.</p>
|
||||
<p>Output of this node can be edited using JSONata expression by specifying the expression on <b>Edit</b> field.</p>
|
||||
</script>
|
||||
|
@@ -103,6 +103,9 @@
|
||||
},
|
||||
"debug": {
|
||||
"output": "Output",
|
||||
"edit": "Edit",
|
||||
"none": "None",
|
||||
"invalid-exp": "Invalid JSONata expression: __error__",
|
||||
"msgprop": "message property",
|
||||
"msgobj": "complete msg object",
|
||||
"to": "To",
|
||||
|
Reference in New Issue
Block a user