mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
## Summary These examples are outdated and don't show recent embeddable best practices. They also use client-side saved object client and block making `SavedObjectFinder` backward compatible https://github.com/elastic/kibana/pull/162904 as the `foobar` saved objects need to be added to content management. We decided that it is better to clean them up, as fixing them is not a small effort and it is not worth it on this point as a large embeddable refactor is coming.
20 lines
491 B
JSON
20 lines
491 B
JSON
{
|
|
"type": "plugin",
|
|
"id": "@kbn/embeddable-explorer-plugin",
|
|
"owner": "@elastic/kibana-presentation",
|
|
"description": "Example app that relies on registered functionality in the embeddable_examples plugin",
|
|
"plugin": {
|
|
"id": "embeddableExplorer",
|
|
"server": false,
|
|
"browser": true,
|
|
"requiredPlugins": [
|
|
"uiActions",
|
|
"inspector",
|
|
"embeddable",
|
|
"embeddableExamples",
|
|
"developerExamples",
|
|
"dashboard",
|
|
"kibanaReact"
|
|
]
|
|
}
|
|
}
|