node-red/packages/node_modules/@node-red/editor-api
TJKoury 8a68a3e861
Update editor options
http://expressjs.com/en/api.html#app.settings.table

Allow for setting individual options on the editor express app.  This app is not available through the embedded interface when using Node-RED within another application.

Update settings with editor options

Allow editor express app options to be set in settings.js

Update settings.js

formatting

Update settings.js

Co-Authored-By: TJKoury <TJKoury@gmail.com>

editorOptions -> httpServerOptions
2018-10-22 22:54:44 +01:00
..
lib Update editor options 2018-10-22 22:54:44 +01:00
LICENSE Add LICENSE to each package 2018-08-21 13:57:59 +01:00
README.md Add README files to each package 2018-08-21 13:43:11 +01:00
package.json Bump package to 0.20.0-alpha.0 to avoid accidental publish 2018-09-21 13:58:38 +01:00

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.