mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Disabling the uiSettings for the cli_plugin install
This commit is contained in:
parent
6865281a59
commit
81ff2eb639
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ export async function rebuildCache(settings, logger) {
|
|||
plugins: {
|
||||
initialize: false,
|
||||
scanDirs: [settings.pluginDir, fromRoot('src/core_plugins')]
|
||||
},
|
||||
uiSettings: {
|
||||
enabled: false
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue