diff --git a/packages/noodl-runtime/src/nodes/std-library/stringformat.js b/packages/noodl-runtime/src/nodes/std-library/stringformat.js index 5fbe459..dd87352 100644 --- a/packages/noodl-runtime/src/nodes/std-library/stringformat.js +++ b/packages/noodl-runtime/src/nodes/std-library/stringformat.js @@ -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 = '';