diff --git a/nodes/core/parsers/70-HTML.html b/nodes/core/parsers/70-HTML.html index 053e74b04..79003f935 100644 --- a/nodes/core/parsers/70-HTML.html +++ b/nodes/core/parsers/70-HTML.html @@ -58,6 +58,7 @@ color:"#DEBD5C", defaults: { name: {value:""}, + property: {value:"payload"}, tag: {value:""}, ret: {value:"html"}, as: {value:"single"} @@ -70,6 +71,9 @@ }, labelStyle: function() { return this.name?"node_label_italic":""; + }, + oneditprepare: function() { + $("#node-input-property").typedInput({default:'msg',types:['msg']}); } });