ZeroTouch - How to Remove Extra Grouping Level

I’m going through the information relating to building zero touch nodes.
Currently it appears to take the Namespace and use that as an additional grouping for the node within the Node Library.

ie.
Package Name
–> Namespace
---->Node Group
--------> Node

Without physically removing the namespace in VS, is there any way to suppress this additional grouping?
Package Name
–>Node Group
---->Node

It should actually be

Package Name
–> Namespace
----> Class Name
--------> Instantiation / Method / Property Name

And I don’t believe it’s possible to change it.

Here’s how:

1 Like

And this as well, I think:


EDIT: I think this is only relevant if you have multiple namespaces in your project…

I’ll take a look at those examples, thank you!