mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add placeholder text on label inputs and clear buttons
This commit is contained in:
@@ -77,9 +77,7 @@
|
||||
noerr: {value:0,required:true,validate:function(v){ return ((!v) || (v === 0)) ? true : false; }}
|
||||
},
|
||||
inputs:1,
|
||||
inputLabels: [],
|
||||
outputs:1,
|
||||
outputLabels: [],
|
||||
icon: "function.png",
|
||||
label: function() {
|
||||
return this.name;
|
||||
|
Reference in New Issue
Block a user