Skip to content

Commit bd5b3a2

Browse files
authored
Merge pull request #196 from jturner-22/master
Remove old info about node labels having " in" and " out" stripped off
2 parents d8fb9da + f209d63 commit bd5b3a2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/creating-nodes/node-html.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ The node type is used throughout the editor to identify the node. It must
4343
match the value used by the call to `RED.nodes.registerType` in the corresponding
4444
`.js` file.
4545

46-
The type is also used as the label for the node in the palette. If the type ends
47-
with " in" or " out" this is stripped off label. For example, the "mqtt in" and
48-
"mqtt out" nodes are both labeled as "mqtt", with the display of the input and
49-
output ports providing the "in" or "out" context.
50-
5146
#### Node definition
5247

5348
The node definition contains all of the information about the node needed by the

0 commit comments

Comments
 (0)