mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add option for file-in node to include all properties (default off)
and add test
This commit is contained in:
@@ -861,7 +861,8 @@
|
||||
"encoding": "Encoding",
|
||||
"deletelabel": "delete __file__",
|
||||
"utf8String": "UTF8 string",
|
||||
"binaryBuffer": "binary buffer"
|
||||
"binaryBuffer": "binary buffer",
|
||||
"allProps": "include all existing properties in each msg"
|
||||
},
|
||||
"action": {
|
||||
"append": "append to file",
|
||||
|
Reference in New Issue
Block a user