Remove 'tail' node from node-red

Hi!

I would like to remove the tail node. I know there is the nodesExcludes array and in fact I added 28-tail.js to the array; but it doesn't disappear.

I noticed tail isn't a node inserted in the node_modules/@node-red/nodes/core.
It's a node module inside node_modules called node-red-node-tail.
How to remove it from the editor palette?

Try setting your excludes as:

nodesExcludes: ["node-red-node-tail"]
1 Like

Yes, this works!. Thanks :slight_smile:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.