Summary Dashboards

Configuring a summary dashboard to provide an overview of collections within a section.

A summary dashboard appears automatically at the root of an Umbraco UI Builder section. It provides an overview of key collections within that section, enabling quick access to list views. Additionally, it allows for adding new entries to the collection, provided the collection is not set to read-only.

By summarizing important data and simplifying navigation, the summary dashboard improves content management efficiency.

Summary Dashboard

Displaying a Collection on the Summary Dashboard

To display a collection on the summary dashboard, use the ShowOnSummaryDashboard() method in the collection configuration.

Configuration Example

collectionConfig.ShowOnSummaryDashboard();

Code Reference: ShowOnSummaryDashboard() : CollectionConfigBuilder<TEntityType>

Last updated

Was this helpful?