mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
reorder inject typedinput to de-empahsise context options
This commit is contained in:
parent
4133f9c56f
commit
d1aa1fd4d8
@ -455,7 +455,7 @@
|
|||||||
var propertyValue = $('<input/>',{class:"node-input-prop-property-value",type:"text"})
|
var propertyValue = $('<input/>',{class:"node-input-prop-property-value",type:"text"})
|
||||||
.css("width","calc(70% - 30px)")
|
.css("width","calc(70% - 30px)")
|
||||||
.appendTo(row)
|
.appendTo(row)
|
||||||
.typedInput({default:'str',types:['msg','flow','global','str','num','bool','json','bin','date','jsonata','env']});
|
.typedInput({default:'str',types:['str','num','bool','json','bin','date','jsonata','env','global','flow','msg']});
|
||||||
|
|
||||||
propertyName.typedInput('value',prop.p);
|
propertyName.typedInput('value',prop.p);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user