Hello!
I’m currently diving into Umbraco package creation. I have two csprojs, one for the package (my custom package) itself and one for the test webapp.
My question is: How can I add a tab to the backoffice Dashboard from a package?
Currently, I’m just trying to add a simple “Hello World!” message when the user clicks on the section.
My problem is that I didn’t find any simple, clear guides on how to do that. One thing that I might know is that I need a folder called App_Plugins and that the tab that I’m referring to is actually called “section”.
Could you please link me a guide, or tell me how to accomplish this? I’m using Umbraco v16.
