kibana/examples/hello_world/kibana.json
Stacey Gammon 2230c032c6
Add a new hello world plugin and adjust the welcome message. (#107789)
* Add a new hello world plugin and adjust the welcome message.

* update and move files

* Update CODEOWNERS

* add a tsconfig.json file

* update tsconfig.json

* fix type check

* address code review comments
2021-08-09 16:22:02 -04:00

13 lines
295 B
JSON

{
"id": "helloWorld",
"version": "1.0.0",
"kibanaVersion": "kibana",
"ui": true,
"owner": {
"name": "Kibana core",
"githubTeam": "kibana-core"
},
"description": "A plugin which registers a very simple hello world application.",
"requiredPlugins": ["developerExamples"]
}