-
Notifications
You must be signed in to change notification settings - Fork 814
Update dashboard.md - Add documentation for hiding and restricting dashboard access #7505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…shboard access Adds a new section documenting how to hide dashboards or add conditional access rules using the extension registry. This addresses a common gap in the documentation where developers need to: - Hide default dashboards like the Getting Started dashboard - Restrict dashboard access to specific user groups (e.g., admins only) - Use extensionRegistry.exclude() and extensionRegistry.appendCondition() Includes examples for: - Removing dashboards completely - Restricting to admin users only - Restricting to multiple specific user groups using GUIDs
|
Thanks @steveatkiss for the PR 🙌 We will review it soon. |
iOvergaard
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a few changes to entry point type and added a link to the condition article.
16/umbraco-cms/customizing/extending-overview/extension-types/dashboard.md
Outdated
Show resolved
Hide resolved
16/umbraco-cms/customizing/extending-overview/extension-types/dashboard.md
Show resolved
Hide resolved
16/umbraco-cms/customizing/extending-overview/extension-types/dashboard.md
Outdated
Show resolved
Hide resolved
eshanrnh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, @steveatkiss 🙌
16/umbraco-cms/customizing/extending-overview/extension-types/dashboard.md
Outdated
Show resolved
Hide resolved
16/umbraco-cms/customizing/extending-overview/extension-types/dashboard.md
Outdated
Show resolved
Hide resolved
|
That's great, thanks for tidying and getting in place, hopeufully will be helpful for some people. |
|
Absolutely, @steveatkiss. Every contribution is important 🙌 |
📋 Description
Adds a new section documenting how to hide dashboards or add conditional access rules using the extension registry.
This addresses a common gap in the documentation where developers need to:
Includes examples for:
✅ Contributor Checklist
I've followed the Umbraco Documentation Style Guide and can confirm that:
Product & Version (if relevant)
v16