We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc49052 commit 52d3e68Copy full SHA for 52d3e68
1 file changed
services/document_conversion/v1.html
@@ -1,7 +1,7 @@
1
<script type="text/javascript">
2
RED.nodes.registerType('convert',{
3
category: 'IBM_Watson',
4
- color: '#FFFF80',
+ color: 'rgb(99, 158, 230)',
5
defaults: {
6
name: {value:""},
7
target: {value:"",required:true},
@@ -11,7 +11,7 @@
11
},
12
inputs:1,
13
outputs:1,
14
- icon: "convert2.png",
+ icon: "DocumentConversion.png",
15
label: function() {
16
return this.name||"convert";
17
0 commit comments