mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
cleanup some old x-red label - no new node versions
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
|
||||
<script type="text/x-red" data-template-name="badwords">
|
||||
<script type="text/html" data-template-name="badwords">
|
||||
<div class="form-row">
|
||||
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
|
||||
<input type="text" id="node-input-name" placeholder="Name">
|
||||
</div>
|
||||
</script>
|
||||
|
||||
<script type="text/x-red" data-help-name="badwords">
|
||||
<script type="text/html" data-help-name="badwords">
|
||||
<p>Analyses the <code>msg.payload</code> and tries to filter out any messages containing bad swear words...</p>
|
||||
<p><b>Note:</b> this only operates on payloads of type <b>string</b>. Everything else is blocked.</p>
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user