From dfa6396cd9b67cf5be6e885da92d77eb9d1ea1c5 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Sat, 28 Jul 2018 22:07:58 +0100 Subject: [PATCH] Updated Design: Editor Themes (markdown) --- Design:-Editor-Themes.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/Design:-Editor-Themes.md b/Design:-Editor-Themes.md index 381117b..4d9389d 100644 --- a/Design:-Editor-Themes.md +++ b/Design:-Editor-Themes.md @@ -37,9 +37,19 @@ See also [issue #610](https://github.com/node-red/node-red/issues/610) logout: { redirect: "http://example.com" // As of 0.17 - } - }, - - + }, + palette: { + editable: true, // Enable/disable the Palette Manager + catalogues: [ // Alternative palette manager catalogues + 'https://catalogue.nodered.org/catalogue.json' + ], + theme: [ // Override node colours - rules test against category/type by RegExp. + { category: ".*", type: ".*", color: "#f0f" } + ] + }, + projects: { + enabled: false // Enable the projects feature + } + }, \ No newline at end of file