diff --git a/Design:-Editor-Themes.md b/Design:-Editor-Themes.md index 553d50a..57f5916 100644 --- a/Design:-Editor-Themes.md +++ b/Design:-Editor-Themes.md @@ -18,10 +18,10 @@ See also [issue #610](https://github.com/node-red/node-red/issues/610) }, menu: { // Hide unwanted menu items by id. see editor/js/main.js:loadEditor for complete list - "btn-import-library": false, - "btn-export-library": false, - "btn-keyboard-shortcuts": false, - "btn-help": { + "menu-item-import-library": false, + "menu-item-export-library": false, + "menu-item-keyboard-shortcuts": false, + "menu-item-help": { label: "Alternative Help Link Text", url: "http://example.com" }