I am currently working on a simple device driver module and have run into an issue with adding pages to the side bar on the configuration tab of the gateway.
I have added in code similar to how I have done this in a gateway hook in a none driver context. I had noticed that the AbstractModuleDriverHook is an extension of the AbstractGateway hook so I had hoped that I could create nodes on the sidebar the same way, but when I go to install my module it doesn’t appear to be the case.
If I want to add nodes on the configuration tab, do I need to create a gateway hook in addition to a driver hook?
Thanks