mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
## Summary Removes `@elastic/kibana-app-services` from `CODEOWNERS` file. --------- Co-authored-by: Clint Andrew Hall <clint@clintandrewhall.com>
17 lines
358 B
JSON
17 lines
358 B
JSON
{
|
|
"type": "plugin",
|
|
"id": "@kbn/locator-examples-plugin",
|
|
"owner": "@elastic/appex-sharedux",
|
|
"description": "Example app that registers custom URL locators",
|
|
"plugin": {
|
|
"id": "locatorExamples",
|
|
"server": false,
|
|
"browser": true,
|
|
"requiredPlugins": [
|
|
"share"
|
|
],
|
|
"extraPublicDirs": [
|
|
"public/locator"
|
|
]
|
|
}
|
|
}
|