From 51dbb098c42ffb17dd3ae7057738f2729ff6127f Mon Sep 17 00:00:00 2001 From: scottybollinger Date: Thu, 10 Jun 2021 15:11:37 -0500 Subject: [PATCH] Reorder to match other plugins Both others have the props at the end of the file: https://github.com/elastic/kibana/blob/master/src/plugins/bfetch/kibana.json Also removes redundant prefix from description --- x-pack/plugins/enterprise_search/kibana.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x-pack/plugins/enterprise_search/kibana.json b/x-pack/plugins/enterprise_search/kibana.json index 9306f7271d6ba..d51d15332fc50 100644 --- a/x-pack/plugins/enterprise_search/kibana.json +++ b/x-pack/plugins/enterprise_search/kibana.json @@ -5,12 +5,12 @@ "requiredPlugins": ["features", "licensing", "charts"], "configPath": ["enterpriseSearch"], "optionalPlugins": ["usageCollection", "security", "home", "spaces", "cloud"], + "server": true, + "ui": true, + "requiredBundles": ["home"], "owner": { "name": "Enterprise Search", "githubTeam": "enterprise-search-frontend" }, - "description": "This plugin adds the admin dashboards for the Enterprise Search products", - "server": true, - "ui": true, - "requiredBundles": ["home"] + "description": "Adds the admin dashboards for the Enterprise Search products" }