Skip to content

Commit fccca8b

Browse files
committed
set title and header for node-red-test
1 parent 260129e commit fccca8b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

node-red-test/settings.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,20 @@ module.exports = {
177177
//paletteCategories: ['subflows', 'input', 'output', 'function', 'social', 'mobile', 'storage', 'analysis', 'advanced'],
178178

179179
editorTheme: {
180+
page: {
181+
title: "Node-RED Test"
182+
# favicon: "/usr/src/app/assets/favicon.ico"
183+
},
184+
header: {
185+
title: "Node-RED Test"
186+
#image: "/usr/src/app/assets/resin_logo.png", // or null to remove image
187+
#url: "https://resin.io"
188+
},
180189
projects: {
181190
enabled: true
182191
}
183192
},
184193

185-
186194
// Configure the logging output
187195
logging: {
188196
// Only console logging is currently supported

0 commit comments

Comments
 (0)