node-red/packages/node_modules
Casey Wilkes a3d2f6592e Add support for colouring tab icon in settings.js
```
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"
    }
}
```
2021-09-10 13:10:01 +12:00
..
@node-red Add support for colouring tab icon in settings.js 2021-09-10 13:10:01 +12:00
node-red Key and certificate as string or buffer 2021-09-02 10:26:34 +01:00