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:
		@@ -454,7 +454,8 @@
 | 
			
		||||
            "buffer": "バイナリバッファ",
 | 
			
		||||
            "string": "文字列",
 | 
			
		||||
            "base64": "Base64文字列",
 | 
			
		||||
            "auto": "自動判定(JSONオブジェクト、文字列もしくはバイナリバッファ)",
 | 
			
		||||
            "auto": "自動判定(文字列もしくはバイナリバッファ)",
 | 
			
		||||
            "auto-detect": "自動判定(JSONオブジェクト、文字列もしくはバイナリバッファ)",
 | 
			
		||||
            "json": "JSONオブジェクト"
 | 
			
		||||
        },
 | 
			
		||||
        "true": "する",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user