mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Add Pretty print option to JSON node and
make XML and CSV nodes more consistent look and feel
This commit is contained in:
		@@ -643,6 +643,10 @@
 | 
			
		||||
            "dropped-object": "Ignored non-object payload",
 | 
			
		||||
            "dropped": "Ignored unsupported payload type",
 | 
			
		||||
            "dropped-error": "Failed to convert payload"
 | 
			
		||||
        },
 | 
			
		||||
        "label": {
 | 
			
		||||
            "o2j": "Object-to-String options",
 | 
			
		||||
            "pretty": "Pretty print JSON string"
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "yaml": {
 | 
			
		||||
@@ -656,7 +660,8 @@
 | 
			
		||||
        "label": {
 | 
			
		||||
            "represent": "Represent XML tag attributes as a property named",
 | 
			
		||||
            "prefix": "Prefix to access character content",
 | 
			
		||||
            "advanced": "Advanced options"
 | 
			
		||||
            "advanced": "Advanced options",
 | 
			
		||||
            "x2o": "XML-to-Object options"
 | 
			
		||||
        },
 | 
			
		||||
        "tip": "There is no simple way to convert XML attributes to JSON so the approach taken here is to add a property, named $ by default, to the JSON structure.",
 | 
			
		||||
        "errors": {
 | 
			
		||||
@@ -672,6 +677,7 @@
 | 
			
		||||
            "type": "Type",
 | 
			
		||||
            "initpin": "Initialise pin state?",
 | 
			
		||||
            "debounce": "Debounce",
 | 
			
		||||
            "freq": "Frequency",
 | 
			
		||||
            "button": "Button",
 | 
			
		||||
            "pimouse": "Pi Mouse",
 | 
			
		||||
            "pikeyboard": "Pi Keyboard",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user