Add RED.editor.registerTypeEditor for custom type editors

This commit is contained in:
Nick O'Leary
2018-12-10 22:20:56 +00:00
parent d47ac84d2e
commit ea4d65ceee
8 changed files with 155 additions and 125 deletions

View File

@@ -445,7 +445,17 @@ module.exports = function(grunt) {
destination: 'docs',
configure: './jsdoc.json'
}
},
editor: {
src: [
'packages/node_modules/@node-red/editor-client/src/js'
],
options: {
destination: 'packages/node_modules/@node-red/editor-client/docs',
configure: './jsdoc.json'
}
}
},
jsdoc2md: {
runtimeAPI: {