What problem does it solve?
This Skill helps you implement and register a custom Umbraco backoffice dashboard so editors see the right UI and functionality in the correct backoffice context.
Core Features & Use Cases
- Dashboards with conditions: Controls which section/tree context the dashboard appears in, so the UI is relevant instead of cluttering every user view.
- Backoffice integration via official extension types: Implements the dashboard manifest and the dashboard element following Umbraco’s documented extension patterns.
- Testable, minimal working implementation: Produces a straightforward manifest + front-end element implementation you can validate quickly in the backoffice.
Use case example: Add a dashboard to the Content section that shows an editor-focused summary panel for a selected item, while using conditions to ensure it does not appear elsewhere.
Quick Start
Fetch the latest Umbraco dashboard extension documentation, decide the target backoffice section and permissions, then implement the dashboard manifest and element code and verify it renders in the correct tree context.