node-red/packages/node_modules/@node-red/editor-api/lib
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
..
admin Ensure httpServerOptions gets applied to ALL the express apps 2021-06-08 21:17:42 +01:00
auth Give passport verfiy callback wrapper the same arity as the original callback passed in via options 2021-08-23 15:57:44 +02:00
editor Add support for colouring tab icon in settings.js 2021-09-10 13:10:01 +12:00
index.js Ensure httpServerOptions gets applied to ALL the express apps 2021-06-08 21:17:42 +01:00
util.js Allow user to manage project version string 2020-09-28 11:30:46 +01:00