Default config nodes to global scope unless in a subflow

Closes #972
This commit is contained in:
Nick O'Leary
2016-08-26 13:26:42 +01:00
parent 91c23d1f7d
commit d7d30aa972
3 changed files with 7 additions and 6 deletions

View File

@@ -267,7 +267,7 @@
"config": {
"name": "Configuration nodes",
"label": "config",
"global": "Global",
"global": "On all flows",
"none": "none",
"subflows": "subflows",
"flows": "flows",