mirror of
https://github.com/apache/superset.git
synced 2026-07-13 10:15:58 +00:00
feat(extensions): add superset.chatbot contribution point (SIP P1.1)
- Add `app` scope and `AppLocation` type to `ViewContributions` manifest schema - Add host-internal `getViewProvider` and `getRegisteredViewIds` accessors to the views registry - Add `getActiveChatbot` resolver with first-to-register fallback policy - Mount `ChatbotMount` in the app shell (fixed bottom-right, persists across routes
This commit is contained in:
@@ -23,6 +23,7 @@ import { Menu } from '../menus';
|
||||
|
||||
export type { ChatbotView };
|
||||
|
||||
|
||||
export type SqlLabLocation =
|
||||
| 'leftSidebar'
|
||||
| 'rightSidebar'
|
||||
|
||||
Reference in New Issue
Block a user