mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Edited the external plugin demo documentation (#134748)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
36ace3059b
commit
8f87df1204
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue