We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8fb9da + f209d63 commit bd5b3a2Copy full SHA for bd5b3a2
docs/creating-nodes/node-html.md
@@ -43,11 +43,6 @@ The node type is used throughout the editor to identify the node. It must
43
match the value used by the call to `RED.nodes.registerType` in the corresponding
44
`.js` file.
45
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
-
51
#### Node definition
52
53
The node definition contains all of the information about the node needed by the
0 commit comments