From 843add386a64bfce1826c8e64f758139009308cd Mon Sep 17 00:00:00 2001 From: mdimai666 Date: Tue, 20 Mar 2018 16:44:57 +0900 Subject: [PATCH] added advice on images uri [__dirname ] --- Design:-Editor-Themes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Design:-Editor-Themes.md b/Design:-Editor-Themes.md index 8c92395..381117b 100644 --- a/Design:-Editor-Themes.md +++ b/Design:-Editor-Themes.md @@ -3,7 +3,7 @@ See also [issue #610](https://github.com/node-red/node-red/issues/610) editorTheme: { page: { title: "Node-RED", - favicon: "/absolute/path/to/theme/icon", + favicon: "/absolute/path/to/theme/icon", //can use '__dirname + "\\img\\favicon.png" (\\ on Windows)' css: "/absolute/path/to/custom/css/file", scripts: "/absolute/path/to/custom/js/file" // As of 0.17 },