mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Make new Auto Output mode optional
- adds entry to output data type - adds depreciation tip
This commit is contained in:
@@ -384,7 +384,8 @@
|
||||
"buffer": "буфер",
|
||||
"string": "строка",
|
||||
"base64": "строка в кодировке Base64",
|
||||
"auto": "автоопределение (разобрать объект JSON, строка или буфер)",
|
||||
"auto": "автоопределение (строка или буфер)",
|
||||
"auto-detect": "автоопределение (разобрать объект JSON, строка или буфер)",
|
||||
"json": "объект JSON"
|
||||
},
|
||||
"true": "да",
|
||||
|
||||
Reference in New Issue
Block a user