Edited the external plugin demo documentation (#134748) (#136634)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 8f87df1204)

Co-authored-by: Najmieh Sadat <98463228+najmiehsa@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2022-07-19 09:21:04 -04:00 committed by GitHub
parent 9893ff5003
commit 9600924b9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);