mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Tidy up more core node help text
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
|
||||
<script type="text/x-red" data-help-name="change">
|
||||
<p>Set, change, delete or move properties of a message, flow context or global context.</p>
|
||||
<p>The node can specify multiple rules that will be applied in turn.</p>
|
||||
<h3>Options</h3>
|
||||
<p>The node can specify multiple rules that will be applied in the order they are defined.</p>
|
||||
<h3>Details</h3>
|
||||
<p>The available operations are:</p>
|
||||
<dl class="message-properties">
|
||||
<dt>Set</dt>
|
||||
@@ -31,10 +31,8 @@
|
||||
<dt>Move</dt>
|
||||
<dd>move or rename a property.</dt>
|
||||
</dl>
|
||||
<h3>Details</h3>
|
||||
<p>The "expression" type uses the <a href="http://jsonata.org/" target="_new">JSONata</a>
|
||||
query and expression language. A tool is available to test expressions against
|
||||
real data <a href="http://try.jsonata.org/" target="_new">here</a>.
|
||||
query and expression language.
|
||||
</p>
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user