mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add icons to parser nodes
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
},
|
||||
inputs:1,
|
||||
outputs:1,
|
||||
icon: "arrow-in.png",
|
||||
icon: "parser-csv.png",
|
||||
label: function() {
|
||||
return this.name||"csv";
|
||||
},
|
||||
|
@@ -63,7 +63,7 @@
|
||||
},
|
||||
inputs:1,
|
||||
outputs:1,
|
||||
icon: "jq.png",
|
||||
icon: "parser-html.png",
|
||||
label: function() {
|
||||
return this.name||this.tag||"html";
|
||||
},
|
||||
|
@@ -36,7 +36,7 @@
|
||||
},
|
||||
inputs:1,
|
||||
outputs:1,
|
||||
icon: "arrow-in.png",
|
||||
icon: "parser-json.png",
|
||||
label: function() {
|
||||
return this.name||"json";
|
||||
},
|
||||
|
@@ -53,7 +53,7 @@
|
||||
},
|
||||
inputs:1,
|
||||
outputs:1,
|
||||
icon: "arrow-in.png",
|
||||
icon: "parser-xml.png",
|
||||
label: function() {
|
||||
return this.name||"xml";
|
||||
},
|
||||
|
Reference in New Issue
Block a user