mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
0ecb6df51c
commit
8db39a1a3b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export const config: PluginConfigDescriptor<ConfigSchema> = {
|
|||
schema: configSchema,
|
||||
deprecations: ({ renameFromRoot }) => [
|
||||
// TODO: Remove deprecation once defaultAppId is deleted
|
||||
renameFromRoot('kibana.defaultAppId', 'kibanaLegacy.defaultAppId', true),
|
||||
renameFromRoot('kibana.defaultAppId', 'kibana_legacy.defaultAppId', true),
|
||||
],
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue