From 2eed26e0c559619365bce0560565a188431ca04d Mon Sep 17 00:00:00 2001 From: Tyler Ohlsen Date: Mon, 11 Mar 2024 17:19:48 -0700 Subject: [PATCH] Move to requiredPlugins Signed-off-by: Tyler Ohlsen --- opensearch_dashboards.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index e2eb655f..efcf2de3 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -4,11 +4,10 @@ "opensearchDashboardsVersion": "3.0.0", "server": true, "ui": true, - "requiredBundles": [ - "opensearchDashboardsUtils" - ], + "requiredBundles": [], "requiredPlugins": [ - "navigation" + "navigation", + "opensearchDashboardsUtils" ], "optionalPlugins": [] } \ No newline at end of file