Extending the Administration UI
The Meteor Admin SDK allows extensions to add UI elements to the Shopware Administration.
These APIs let you integrate custom functionality into existing areas of the Administration, such as navigation menus, action buttons, settings pages, or custom modules.
The following guides cover common UI extension patterns.
Adding new pages and navigation
- Main Module: Add a dedicated app area in the Administration
- Menu: Add navigation entries to the sidebar
- Settings Item: Place configuration inside the Administration settings
Extending existing views
- Tabs: Add tabs to entity detail pages such as products, customers, or orders
- Component Sections: Inject custom components into extension points
- Sidebars: Display additional contextual information
Actions and dialogs
- Action Button: Trigger extension functionality from existing pages
- Notification: Show persistent feedback in the notification center
- Toast: Show short, temporary feedback messages
- Modals: Confirmations, forms, or multi-step workflows
- Media Modal: Select or manage media assets