Skip to content

Commit

Permalink
Edited the external plugin demo documentation (#134748)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
Najmieh Sadat and kibanamachine authored Jul 19, 2022
1 parent 36ace30 commit 8f87df1
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 8f87df1

Please sign in to comment.