kibana/examples/screenshot_mode_example/kibana.json
Jean-Louis Leysens f4916f4292
move the example app to be mounted in the developerExamples plugin instead of visible in navbar (#101464)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-14 14:47:58 +02:00

9 lines
239 B
JSON

{
"id": "screenshotModeExample",
"version": "1.0.0",
"kibanaVersion": "kibana",
"server": true,
"ui": true,
"requiredPlugins": ["navigation", "screenshotMode", "usageCollection", "developerExamples"],
"optionalPlugins": []
}