This commit is contained in:
2025-11-17 14:47:10 +01:00
parent 6daa3aa443
commit b04edfd913
6 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
<script type="text/javascript">
RED.nodes.registerType('groupRecipient', {
RED.nodes.registerType('group-recipient', {
category: 'config',
defaults: {
name: {value: ""},
@@ -11,7 +11,7 @@
});
</script>
<script type="text/html" data-template-name="groupRecipient">
<script type="text/html" data-template-name="group-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">
@@ -26,7 +26,7 @@
</div>
</script>
<script type="text/html" data-help-name="groupRecipient">
<script type="text/html" data-help-name="group-recipient">
<p>Configuration node for a WhatsApp group recipient.</p>
<h3>Details</h3>
<p>This configuration node stores a group ID that can be reused across multiple group output nodes.</p>