kibana/examples/screenshot_mode_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
407 B
JSON

{
"type": "plugin",
"id": "@kbn/screenshot-mode-example-plugin",
"owner": "@elastic/response-ops",
"description": "Example plugin of how to use screenshotMode plugin services",
"plugin": {
"id": "screenshotModeExample",
"server": true,
"browser": true,
"requiredPlugins": [
"navigation",
"screenshotMode",
"usageCollection",
"developerExamples"
]
}
}