kibana/test/plugin_functional/plugins/core_plugin_static_assets/kibana.json
Mikhail Shustov a8558f926e
Serve static assets from NP (#60490) (#61619)
* add hapi.inert plugin to NP

* update tests

* move serving static assets

* update tests

* add functional tests

* fix type errors. Hapi.Request doesn't support typings for payload

* update docs

* remove comment

* move assets to NP

* update all assets references

* address Spencer's comments

* move ui settings migration to migration examples

* document legacy plugin spec

* move platform assets test to integration_tests

* address Spencer's comment p.2

* try to fix type errors

* fix merge commit

* update tests
2020-03-27 18:01:28 +01:00

7 lines
121 B
JSON

{
"id": "corePluginStaticAssets",
"version": "0.0.1",
"kibanaVersion": "kibana",
"server": false,
"ui": true
}