From b3fc1f52825834b313f0469c0c71617979aa5fbe Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Mon, 13 Apr 2015 16:20:40 +0100 Subject: [PATCH] Updated Design: Editor Themes (markdown) --- Design:-Editor-Themes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" }