kibana/x-pack/plugins/maps/kibana.json
Nathan Reese a2c91f18c6
[Maps] saved object tagging (#83197)
* add tag selector to save modal

* save tag references onSave

* populate tags when unwrapping attributes

* tslint

* update listing page to show tags

* fix data-test-subj id in functional tests

* i18n cleanup

* tslint

* remove unused import

* use listingTable service for functional tests

* tslint and fix mvt grid layer functional test

* review feedback

* add tags to all privileges and add test user to find, delete, get, get_all, and update tests

* move functions to module scope

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-11-16 19:52:15 -07:00

27 lines
579 B
JSON

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