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 + } },