Added metadata, string identifiers and operation args

This commit is contained in:
Matt 2019-01-09 14:29:14 +00:00
parent 4db2335107
commit ebb632e888
No known key found for this signature in database
GPG key ID: 2DD462FE98BF38C2
4 changed files with 49 additions and 20 deletions

View file

@ -51,7 +51,8 @@ class HTMLIngredient {
value="${this.value}"
rows=5
${this.disabled ? "disabled" : ""}></textarea>
${this.hint ? "<span class='bmd-help'>" + this.hint + "</span>" : ""}`;
${this.hint ? "<span class='bmd-help'>" + this.hint + "</span>" : ""}
</div>`;
break;
case "string":
case "binaryString":