mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Restore config node tab
This commit is contained in:
@@ -13,11 +13,7 @@
|
||||
"renameSheet": "Rename sheet",
|
||||
"confirmDelete": "Confirm delete",
|
||||
"delete": "Are you sure you want to delete '__label__'?",
|
||||
"dropFlowHere": "Drop the flow here",
|
||||
"config": {
|
||||
"local": "on this sheet",
|
||||
"global": "on all sheets"
|
||||
}
|
||||
"dropFlowHere": "Drop the flow here"
|
||||
},
|
||||
"menu": {
|
||||
"label": {
|
||||
@@ -198,7 +194,10 @@
|
||||
},
|
||||
"config": {
|
||||
"name": "Configuration nodes",
|
||||
"label": "config"
|
||||
"label": "config",
|
||||
"local": "on this sheet",
|
||||
"global": "on all sheets",
|
||||
"none": "none"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user