Skip to main content

Page Tabs

You can add your own tabs to any of the Admin UI's list or detail pages using the registerPageTab function. For example, to add a new tab to the product detail page for displaying product reviews:

src/plugins/reviews/ui/providers.ts
./ui-extensions-tabs.webp

If you want to add page tabs to a custom admin page, specify the locationId property:

src/plugins/my-plugin/ui/routes.ts
Note

Currently it is only possible to define new tabs using Angular components.

Was this chapter helpful?
Report Issue
Edited Feb 23, 2026ยทEdit this page