mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
more core node info updates to newer style
This commit is contained in:
@@ -7,9 +7,13 @@
|
||||
</script>
|
||||
|
||||
<script type="text/x-red" data-help-name="yaml">
|
||||
<p>A function that parses the <code>msg.payload</code> to convert a YAML string to/from a javascript object. Places the result back into the payload.</p>
|
||||
<p>If the input is a YAML string it tries to parse it to a javascript object.</p>
|
||||
<p>If the input is a javascript object it creates a YAML string.</p>
|
||||
<p>A function that parses the <code>msg.payload</code> to convert a YAML string to or
|
||||
from a javascript object. Places the result back into the payload.</p>
|
||||
<h3>Inputs</h3>
|
||||
<ul>
|
||||
<li>If the input is a YAML string it tries to parse it to a javascript object.</li>
|
||||
<li>If the input is a javascript object it creates a YAML string.</li>
|
||||
</ul>
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
Reference in New Issue
Block a user