mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -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
407 B
JSON
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"
|
|
]
|
|
}
|
|
}
|