kibana/examples/portable_dashboards_example/kibana.jsonc
Devon Thomson ffc349225e
[Analyst Experience Components] Dashboard & Control Group APIs (#150121)
Aligns the Portable Dashboard renderer and the Control Group renderer to a new API structure using `useImperativeHandle` rather than the overcomplicated and mostly unused wrapper provider system.
2023-04-19 15:34:39 -04:00

25 lines
561 B
JSON

{
"type": "plugin",
"id": "@kbn/portable-dashboards-example",
"owner": "@elastic/kibana-presentation",
"description": "Example plugin for portable dashboards",
"plugin": {
"id": "portableDashboardExamples",
"server": false,
"browser": true,
"version": "1.0.0",
"kibanaVersion": "kibana",
"ui": true,
"requiredPlugins": [
"data",
"controls",
"dashboard",
"embeddable",
"navigation",
"savedObjects",
"unifiedSearch",
"developerExamples",
"embeddableExamples"
]
}
}