kibana/x-pack/examples/screenshotting_example/kibana.jsonc
Mike Côté 93174d3887
Change reporting CODEOWNERS to response ops (#213560)
In this PR, I'm changing the CODEOWNERS for reporting related modules.
While reviewing, ensure I haven't missed anything or moved a module that
should remain part of sharedux team.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Tim Sullivan <tsullivan@users.noreply.github.com>
Co-authored-by: Timothy Sullivan <tsullivan@elastic.co>
2025-04-04 23:27:42 +02:00

17 lines
397 B
JSON

{
"type": "plugin",
"id": "@kbn/screenshotting-example-plugin",
"owner": "@elastic/response-ops",
"description": "An example integration with the screenshotting plugin.",
"plugin": {
"id": "screenshottingExample",
"server": true,
"browser": true,
"requiredPlugins": [
"screenshotting",
"developerExamples",
"kibanaReact",
"navigation"
]
}
}