mirror of https://github.com/node-red/node-red.git
```
editorTheme: {
page: {
tabicon: {
icon: "full/path/of/tabicon.svg",
colour: "#008f00"
}
}
```
The old way still works also (but doesn't allow the tabicon to
be coloured:
```
editorTheme: {
page: {
tabicon: "full/path/of/tabicon.svg"
}
}
```
|
||
|---|---|---|
| .. | ||
| lib | ||
| .npmignore | ||
| LICENSE | ||
| README.md | ||
| package.json | ||
README.md
@node-red/editor-api
Node-RED editor api module.
This provides an Express application that can be used to serve the Node-RED editor.
Source
The main Node-RED modules are maintained as a monorepo on GitHub.