From 4fffa2d0babe29f0d80c703ae406d9950f2ed695 Mon Sep 17 00:00:00 2001 From: Steve-Mcl Date: Sat, 23 Apr 2022 11:23:44 +0100 Subject: [PATCH] restore "input" help info for `msg.filename` --- .../nodes/locales/en-US/storage/10-file.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/storage/10-file.html b/packages/node_modules/@node-red/nodes/locales/en-US/storage/10-file.html index 1e8e7e3c2..d4a1fd39d 100644 --- a/packages/node_modules/@node-red/nodes/locales/en-US/storage/10-file.html +++ b/packages/node_modules/@node-red/nodes/locales/en-US/storage/10-file.html @@ -19,6 +19,10 @@ Alternatively, it can delete the file.

Inputs

+
filename string
+
The name of the file to be updated can be provided in the node configuration, or as a message property. + By default it will use msg.filename but this can be customised in the node. +
encoding string
If encoding is configured to be set by msg, then this optional property can set the encoding.
@@ -38,6 +42,13 @@