kibana/test/plugin_functional/plugins/core_history_block/kibana.json
Pierre Gayvallet 3c6bdca1c3
Implement ScopedHistory.block (#91099) (#92150)
* implements ScopedHistory.block

* add FTR tests

* fix test plugin id

* update generated doc

* deprecates AppMountParameters.onAppLeave

* typo fix

* add new FTR test

* fix added test
2021-02-22 14:59:14 +01:00

8 lines
153 B
JSON

{
"id": "coreHistoryBlock",
"version": "0.0.1",
"kibanaVersion": "kibana",
"server": false,
"ui": true,
"requiredBundles": ["kibanaReact"]
}