From 2ae9e6c8336cc659ced9f7ec9ad7cdda5a6347d4 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Wed, 12 Apr 2017 21:43:38 +0100 Subject: [PATCH] Updated Design: Editor Themes (markdown) --- Design:-Editor-Themes.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Design:-Editor-Themes.md b/Design:-Editor-Themes.md index 03f43f2..8c92395 100644 --- a/Design:-Editor-Themes.md +++ b/Design:-Editor-Themes.md @@ -33,7 +33,11 @@ See also [issue #610](https://github.com/node-red/node-red/issues/610) login: { image: "/absolute/path/to/login/page/big/image" // a 256x256 image - } + }, + + logout: { + redirect: "http://example.com" // As of 0.17 + } },