mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
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.
25 lines
561 B
JSON
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"
|
|
]
|
|
}
|
|
}
|