ncy 3
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script type="text/javascript">
|
||||
RED.nodes.registerType('numberRecipient', {
|
||||
RED.nodes.registerType('number-recipient', {
|
||||
category: 'config',
|
||||
defaults: {
|
||||
name: {value: ""},
|
||||
@@ -11,7 +11,7 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<script type="text/html" data-template-name="numberRecipient">
|
||||
<script type="text/html" data-template-name="number-recipient">
|
||||
<div class="form-row">
|
||||
<label for="node-config-input-name"><i class="fa fa-tag"></i> Name</label>
|
||||
<input type="text" id="node-config-input-name" placeholder="Name">
|
||||
@@ -25,7 +25,7 @@
|
||||
</div>
|
||||
</script>
|
||||
|
||||
<script type="text/html" data-help-name="numberRecipient">
|
||||
<script type="text/html" data-help-name="number-recipient">
|
||||
<p>Configuration node for a WhatsApp chat recipient.</p>
|
||||
<h3>Details</h3>
|
||||
<p>This configuration node stores a phone number that can be reused across multiple chat output nodes.</p>
|
||||
|
||||
Reference in New Issue
Block a user