How to add a tab to the backoffice dashboard from a package?

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.

1 Like

Examples and Playground | Umbraco CMS

Might have something to play with..

1 Like

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