kibana/x-pack/plugins/features/kibana.json
Uladzislau Lasitsa 70090e326c
Timelion App removal (#110255)
* Remove timelion app and stuff which related to it

* Fix CI

* Fix lint

* Fix tests

* Fix tests

* Fis tests

* Fix some comments

* Clean up

* fix CI

* fix some comments

* Fix deprecation examples

* Return `enabled` property in config for timelion vis

* Remove unused angular lib

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Alexey Antonov <alexwizp@gmail.com>
2021-09-10 14:53:07 +03:00

14 lines
291 B
JSON

{
"id": "features",
"owner": {
"name": "Kibana Core",
"githubTeam": "kibana-core"
},
"version": "8.0.0",
"kibanaVersion": "kibana",
"requiredPlugins": ["licensing"],
"configPath": ["xpack", "features"],
"server": true,
"ui": true,
"extraPublicDirs": ["common"]
}