mirror of
https://github.com/elastic/kibana.git
synced 2025-04-18 23:21:39 -04:00
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>
17 lines
397 B
JSON
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"
|
|
]
|
|
}
|
|
}
|