kibana/examples/embeddable_examples/kibana.json
Kibana Machine dab4068ad8
persistable state docs (#105202) (#112867)
Co-authored-by: Peter Pisljar <peter.pisljar@gmail.com>
2021-09-22 17:03:31 -04:00

17 lines
532 B
JSON

{
"id": "embeddableExamples",
"kibanaVersion": "kibana",
"version": "0.0.1",
"server": true,
"ui": true,
"owner": {
"name": "App Services",
"githubTeam": "kibana-app-services"
},
"description": "Example app that shows how to register custom embeddables",
"requiredPlugins": ["embeddable", "uiActions", "savedObjects", "dashboard", "kibanaUtils"],
"optionalPlugins": [],
"extraPublicDirs": ["public/todo", "public/hello_world", "public/todo/todo_ref_embeddable"],
"requiredBundles": ["kibanaReact"]
}