Skip to content

Commit

Permalink
Update stringformat.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arladmin authored Jul 5, 2024
1 parent 816c68c commit 8f2df24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/noodl-runtime/src/nodes/std-library/stringformat.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ const StringFormatDefinition = {
name: 'String Format',
docs: 'https://docs.noodl.net/nodes/string-manipulation/string-format',
category: 'String Manipulation',
usePortAsLabel: 'format',
portLabelTruncationMode: 'length',
initialize() {
const internal = this._internal;
internal.format = '';
Expand Down

0 comments on commit 8f2df24

Please sign in to comment.