Remove unused nodes from contrib with settings file

Hello Everyone, i discovered how to disable and not show some default nodes via settings file using :
nodesExcludes:

I downloaded a contrib via npm but i want to show only some nodes of the contribution and writing them in nodesExcludes is not working. Does anyone know how to do it using the settings file or without user interface?

Thanks in advance

I don't think that's something we support doing. You can block the whole module, but not individual nodes within it. We don't know what dependencies may exist between the nodes or how to prevent loading some but not all of the module content.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.