Plugins: Remove externalCorePlugins feature toggle (#108386)

remove externalCorePlugins feature toggle
This commit is contained in:
Will Browne
2025-07-21 13:55:30 +01:00
committed by GitHub
parent 5ec3a2b758
commit cd87bbbdea
12 changed files with 2 additions and 34 deletions
@@ -257,11 +257,6 @@ export interface FeatureToggles {
*/
lokiRunQueriesInParallel?: boolean;
/**
* Allow core plugins to be loaded as external
* @default true
*/
externalCorePlugins?: boolean;
/**
* Automatic service account and token setup for plugins
*/
externalServiceAccounts?: boolean;