mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Fixed category and the tool tip
This commit is contained in:
parent
c21cadba7c
commit
b35613dc7f
@ -80,7 +80,7 @@
|
|||||||
<!-- The example below shows a small subset of the properties that can be set-->
|
<!-- The example below shows a small subset of the properties that can be set-->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
RED.nodes.registerType('sensorTag',{
|
RED.nodes.registerType('sensorTag',{
|
||||||
category: 'advanced', // the palette category
|
category: 'advanced-function', // the palette category
|
||||||
color:"GoldenRod",
|
color:"GoldenRod",
|
||||||
defaults: { // defines the editable properties of the node
|
defaults: { // defines the editable properties of the node
|
||||||
name: {value:"sensorTag"}, // along with default values.
|
name: {value:"sensorTag"}, // along with default values.
|
||||||
|
Loading…
Reference in New Issue
Block a user