tidy up tab-info so subflows show more useful information

(was broken before but no-one noticed ;-)
(and reorder fields in HTTP and XML nodes so name comes out first - ocd)
This commit is contained in:
dceejay
2015-02-10 16:55:50 +00:00
parent c6157687c9
commit e2911078e3
3 changed files with 22 additions and 17 deletions

View File

@@ -61,9 +61,9 @@
category: 'function',
color:"#DEBD5C",
defaults: {
name: {value:""},
attr: {value:'$',required:true},
chr: {value:'_',required:true},
name: {value:""}
chr: {value:'_',required:true}
},
inputs:1,
outputs:1,