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:
@@ -361,7 +361,8 @@
|
||||
"buffer": "바이너리 버퍼",
|
||||
"string": "문자열",
|
||||
"base64": "Base64문자열",
|
||||
"auto": "자동판정(JSON오브젝트, 문자열혹은 바이너리버퍼)",
|
||||
"auto": "자동판정(문자열혹은 바이너리버퍼)",
|
||||
"auto-detect": "자동판정(JSON오브젝트, 문자열혹은 바이너리버퍼)",
|
||||
"json": "JSON오브젝트"
|
||||
},
|
||||
"true": "한다",
|
||||
|
Reference in New Issue
Block a user