Skip to content

Commit

Permalink
Move maps entrypoint under plugins (#196)
Browse files Browse the repository at this point in the history
* Move maps entrypoint under plugins

Signed-off-by: Junqiu Lei <junqiu@amazon.com>
  • Loading branch information
junqiu-lei authored Jan 10, 2023
1 parent 19b4761 commit c06a8ef
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion public/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ export class CustomImportMapPlugin
core.application.register({
id: PLUGIN_NAVIGATION_BAR_ID,
title: PLUGIN_NAVIGATION_BAR_TILE,
category: DEFAULT_APP_CATEGORIES.opensearchDashboards,
order: 5100,
category: {
id: 'opensearch',
label: 'OpenSearch Plugins',
order: 2000,
},
async mount(params: AppMountParameters) {
// Load application bundle
const { renderApp } = await import('./application');
Expand Down

0 comments on commit c06a8ef

Please sign in to comment.