mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Show error details when trying to import invalid json
This commit is contained in:
@@ -170,7 +170,12 @@
|
||||
},
|
||||
"import": {
|
||||
"import": "Import to",
|
||||
"newFlow": "new flow"
|
||||
"newFlow": "new flow",
|
||||
"errors": {
|
||||
"invalidFlowNotObject": "Input not a valid flow - item __index__ not a node object",
|
||||
"invalidFlowMissingId": "Input not a valid flow - item __index__ missing 'id' property",
|
||||
"invalidFlowMissingType": "Input not a valid flow - item __index__ missing 'type' property"
|
||||
}
|
||||
},
|
||||
"copyMessagePath": "Path copied",
|
||||
"copyMessageValue": "Value copied",
|
||||
|
Reference in New Issue
Block a user