node-red/packages/node_modules/@node-red/editor-api/lib/editor
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
..
comms.js Batch messages sent over comms to prevent flooding 2021-06-16 11:45:02 +01:00
credentials.js pull out editor-client and editor-api 2018-08-17 22:10:54 +01:00
index.js Ensure httpServerOptions gets applied to ALL the express apps 2021-06-08 21:17:42 +01:00
library.js Add partial implementation of adding library sources via editor 2021-02-18 11:58:23 +00:00
locales.js Handle more valid language codes when validating lang params 2021-02-03 15:43:26 +00:00
projects.js Allow user to manage project version string 2020-09-28 11:30:46 +01:00
settings.js Move runtime settings back to adminApi from editorApi 2020-07-31 15:26:21 +01:00
sshkeys.js pull out editor-client and editor-api 2018-08-17 22:10:54 +01:00
theme.js Add support for colouring tab icon in settings.js 2021-09-10 13:10:01 +12:00
ui.js Allow module to provide resources and automatically expose them 2021-03-15 21:06:10 +00:00