Can I completely remove a node from the editor?

And if you want to disable the palette manager so the user can't install extra nodes, you can do that under the editorTheme setting...

editorTheme: {
   palette: {
        editable: false
   }
}
5 Likes