kibana/examples/embeddable_examples/kibana.json
Spencer 7e328417ab
[kbn/optimizer] share all plugin bundles (#68986)
Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-15 22:15:31 -07:00

11 lines
238 B
JSON

{
"id": "embeddableExamples",
"version": "0.0.1",
"kibanaVersion": "kibana",
"server": true,
"ui": true,
"requiredPlugins": ["embeddable"],
"optionalPlugins": [],
"extraPublicDirs": ["public/todo", "public/hello_world"]
}