mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
This commit is contained in:
parent
3139b299eb
commit
04dd973430
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export const config: PluginConfigDescriptor<ConfigSchema> = {
|
|||
renameFromRoot('timelion_vis.enabled', 'vis_type_timelion.enabled'),
|
||||
renameFromRoot('timelion.enabled', 'vis_type_timelion.enabled'),
|
||||
renameFromRoot('timelion.graphiteUrls', 'vis_type_timelion.graphiteUrls'),
|
||||
renameFromRoot('timelion.ui.enabled', 'vis_type_timelion.ui.enabled'),
|
||||
renameFromRoot('timelion.ui.enabled', 'vis_type_timelion.ui.enabled', true),
|
||||
],
|
||||
};
|
||||
export const plugin = (initializerContext: PluginInitializerContext) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue