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 @@