fix: register app-top-banner in plugin-store SLOT_NAMES
This commit is contained in:
@@ -20,7 +20,7 @@ import { apiFetch } from '@/lib/browser-navigation';
|
|||||||
// ─── Slot State ──────────────────────────────────────────────
|
// ─── Slot State ──────────────────────────────────────────────
|
||||||
|
|
||||||
const SLOT_NAMES: SlotName[] = [
|
const SLOT_NAMES: SlotName[] = [
|
||||||
'toolbar-actions', 'email-banner', 'email-footer', 'composer-toolbar', 'composer-sidebar', 'composer-sidebar-right',
|
'toolbar-actions', 'app-top-banner', 'email-banner', 'email-footer', 'composer-toolbar', 'composer-sidebar', 'composer-sidebar-right',
|
||||||
'sidebar-widget', 'email-detail-sidebar', 'settings-section', 'context-menu-email', 'navigation-rail-bottom',
|
'sidebar-widget', 'email-detail-sidebar', 'settings-section', 'context-menu-email', 'navigation-rail-bottom',
|
||||||
'calendar-event-actions', 'admin-plugin-page',
|
'calendar-event-actions', 'admin-plugin-page',
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user