Feature: Allow to load a core plugin as external (#75157)

This commit is contained in:
Andres Martinez Gotor
2023-09-22 10:50:13 +02:00
committed by GitHub
parent e0659c05da
commit 61cdfba87a
9 changed files with 139 additions and 0 deletions

View File

@@ -127,5 +127,6 @@ export interface FeatureToggles {
lokiRunQueriesInParallel?: boolean;
wargamesTesting?: boolean;
alertingInsights?: boolean;
externalCorePlugins?: boolean;
pluginsAPIMetrics?: boolean;
}