kibana/x-pack/plugins/banners/kibana.json
Jean-Louis Leysens d9bbe9c9be
[Reporting] Remove banner from reports (#116147)
* remove banner from reports

* added types file

* updated types references and imports

* added screenshot mode public mock

* added jest tests for when screenshot mode is enabled

* Update x-pack/plugins/banners/public/plugin.test.tsx

Co-authored-by: Michael Dokolin <dokmic@gmail.com>

* Update x-pack/plugins/banners/public/plugin.test.tsx

Co-authored-by: Michael Dokolin <dokmic@gmail.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Michael Dokolin <dokmic@gmail.com>
2021-11-01 15:31:56 +00:00

15 lines
337 B
JSON

{
"id": "banners",
"owner": {
"name": "Kibana Core",
"githubTeam": "kibana-core"
},
"version": "8.0.0",
"kibanaVersion": "kibana",
"server": true,
"ui": true,
"requiredPlugins": ["licensing", "screenshotMode"],
"optionalPlugins": [],
"requiredBundles": ["kibanaReact"],
"configPath": ["xpack", "banners"]
}