Skip to content

Commit

Permalink
Edited the external plugin demo documentation (#134748) (#136634)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
(cherry picked from commit 8f87df1)

Co-authored-by: Najmieh Sadat <[email protected]>
  • Loading branch information
kibanamachine and Najmieh Sadat authored Jul 19, 2022
1 parent 9893ff5 commit 9600924
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ import { DemoPlugin } from './plugin';
export const config = {
schema: schema.object({
enabled: schema.boolean({ defaultValue: true }),
});
}),
}
export const plugin = (initContext: PluginInitializerContext) => new DemoPlugin(initContext);
Expand Down

0 comments on commit 9600924

Please sign in to comment.