cleanup some old x-red label - no new node versions

This commit is contained in:
Dave Conway-Jones
2021-03-13 14:25:45 +00:00
parent 169be33591
commit e674f9ad97
7 changed files with 16 additions and 16 deletions

View File

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