Add input/output to comment node

This commit is contained in:
andrew.greene 2021-12-08 18:08:01 -07:00 committed by andrew.greene
parent 70e768f4d8
commit f42f552267

View File

@ -1,4 +1,4 @@
<!-- 2021 Modification Copyright -->
<script type="text/html" data-template-name="comment">
<div class="form-row">
<label for="node-input-name"><i class="fa fa-tag"></i> <span data-i18n="common.label.name"></span></label>
@ -18,8 +18,8 @@
name: {value:""},
info: {value:""}
},
inputs:0,
outputs:0,
inputs:1,
outputs:1,
icon: "comment.svg",
label: function() {
return this.name||this._("comment.comment");