As I read there is a function that named nodesExcludes in settings.js or passing into as parameter in 3rd party portable edition of the node-red.
So I would like to disable all basic nodes like as common,function,network,sequence,parser,storage
I tried to like as nodesExcludes: ['node-red'],
but not worked for me.
What is the basic palettes names as js file or is there another way to disable this nodes at the startup?
I prefer to do this in settings.js or as parameter of the starter code.