Display parent subflow properties in edit dialog

This commit is contained in:
Nick O'Leary
2019-02-05 23:08:39 +00:00
parent 79f3669fac
commit 2a8f0a4eab
2 changed files with 113 additions and 34 deletions

View File

@@ -277,6 +277,10 @@
"deleteSubflow": "delete subflow",
"info": "Description",
"category": "Category",
"env": {
"restore": "Restore to subflow default",
"remove": "Remove environment variable"
},
"errors": {
"noNodesSelected": "<strong>Cannot create subflow</strong>: no nodes selected",
"multipleInputsToSelection": "<strong>Cannot create subflow</strong>: multiple inputs to selection"