Skip to content

Commit

Permalink
Reorder to match other plugins
Browse files Browse the repository at this point in the history
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
  • Loading branch information
scottybollinger committed Jun 10, 2021
1 parent ef15b65 commit 51dbb09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions x-pack/plugins/enterprise_search/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 51dbb09

Please sign in to comment.