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
}
}
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
}
}