Merge pull request #2556 from node-red/outliner

Add Outliner to Info sidebar and add help sidebar
This commit is contained in:
Nick O'Leary
2020-05-11 16:26:41 +01:00
committed by GitHub
33 changed files with 1856 additions and 416 deletions

View File

@@ -585,7 +585,18 @@
"nodeHelp": "Node Help",
"none":"None",
"arrayItems": "__count__ items",
"showTips":"You can open the tips from the settings panel"
"showTips":"You can open the tips from the settings panel",
"outline": "Outline",
"globalConfig": "Global Configuration Nodes"
},
"help": {
"name": "Help",
"label": "help",
"search": "Search help",
"nodeHelp": "Node Help",
"showHelp": "Show help",
"showTopics": "Show topics",
"noHelp": "No help topic selected"
},
"config": {
"name": "Configuration nodes",