|
|
@@ -56,9 +56,9 @@ |
|
|
|
label: |
|
|
|
function() { |
|
|
|
let label = ""; |
|
|
|
let filtered=this.filtertrue=="both" ? "" : " |T" ; |
|
|
|
let filtered=this.filtertrue=="both" ? "" : " f" ; |
|
|
|
let trigger=""; |
|
|
|
if(typeof this.outputtriggeredby !== "undefined") trigger=this.outputtriggeredby=="all" ? "" : " |TRIG (" + this.triggertopic+")"; |
|
|
|
if(typeof this.outputtriggeredby !== "undefined") trigger=this.outputtriggeredby=="all" ? "" : "t (" + this.triggertopic+")"; |
|
|
|
label= this.inputCount + ((filtered+trigger)==""?" Boolean Logic":(filtered+trigger)); |
|
|
|
if( this.name !== undefined && this.name.length > 0 ) { |
|
|
|
label += " (" + this.name + ")"; |
|
|
@@ -66,7 +66,7 @@ |
|
|
|
return label; |
|
|
|
}, |
|
|
|
paletteLabel: function() { |
|
|
|
return "Boolean Logic Ultimate"; |
|
|
|
return "BooleanLogicUltimate"; |
|
|
|
}, |
|
|
|
oneditprepare: function () { |
|
|
|
// Add write and response as default for existing nodes like was default before |