kibana/x-pack/plugins/lens/kibana.json
Marta Bondyra d4c03eb9b4
[Lens] Switch to SavedObjectClient.resolve (#110059)
* Step 2: Update client code to use resolve() method instead of get()

Following sharing Saved Objects developer guide: Step 2
This step demonstrates the changes to update client code to use the new
SavedObjectsClient `resolve()` method instead of `get()`.

* Step 3 Lens
2021-09-03 16:44:12 +02:00

49 lines
1.1 KiB
JSON

{
"id": "lens",
"version": "8.0.0",
"kibanaVersion": "kibana",
"server": true,
"ui": true,
"requiredPlugins": [
"data",
"charts",
"expressions",
"fieldFormats",
"inspector",
"navigation",
"urlForwarding",
"visualizations",
"dashboard",
"uiActions",
"embeddable",
"share",
"presentationUtil",
"indexPatternFieldEditor"
],
"optionalPlugins": [
"usageCollection",
"taskManager",
"globalSearch",
"savedObjectsTagging",
"spaces"
],
"configPath": [
"xpack",
"lens"
],
"extraPublicDirs": [
"common/constants"
],
"requiredBundles": [
"savedObjects",
"kibanaUtils",
"kibanaReact",
"embeddable",
"fieldFormats"
],
"owner": {
"name": "Vis Editors",
"githubTeam": "kibana-vis-editors"
},
"description": "Visualization editor allowing to quickly and easily configure compelling visualizations to use on dashboards and canvas workpads. Exposes components to embed visualizations and link into the Lens editor from within other apps in Kibana."
}