Add icons to parser nodes

This commit is contained in:
Nick O'Leary
2016-06-12 22:37:38 +01:00
parent b2db083f39
commit 09b069c129
8 changed files with 4 additions and 4 deletions

View File

@@ -96,7 +96,7 @@
},
inputs:1,
outputs:1,
icon: "arrow-in.png",
icon: "parser-csv.png",
label: function() {
return this.name||"csv";
},