kibana/x-pack/plugins/maps/kibana.json
Thomas Neirynck e1363855bf
[Maps] Isolate maps-setting froms maps_legacy (#92918)
Creates a new plugins, maps_ems, with `map.*` configs and shared EMS-settings. `maps_legacy` now only supports the `region_map` and `coordinate_map` plugins.
2021-03-15 11:15:39 -04:00

42 lines
651 B
JSON

{
"id": "maps",
"version": "8.0.0",
"kibanaVersion": "kibana",
"configPath": [
"xpack",
"maps"
],
"requiredPlugins": [
"licensing",
"features",
"inspector",
"data",
"fileUpload",
"uiActions",
"navigation",
"visualizations",
"dashboard",
"embeddable",
"mapsEms",
"usageCollection",
"savedObjects",
"share",
"presentationUtil"
],
"optionalPlugins": [
"home",
"savedObjectsTagging",
"charts"
],
"ui": true,
"server": true,
"extraPublicDirs": [
"common/constants"
],
"requiredBundles": [
"kibanaReact",
"kibanaUtils",
"home"
]
}