Tidy up more core node help text

This commit is contained in:
Nick O'Leary
2017-05-23 17:26:23 +01:00
parent 3d2e6aea7b
commit dfe1cd4f90
7 changed files with 65 additions and 77 deletions

View File

@@ -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>