mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Add more information on kibana.json properties, update example plugins (#107600)
* Add more information on kibana.json properties, update example plugin kibana.jsons * fix auto save fix * Update anatomy_of_a_plugin.mdx * Update anatomy_of_a_plugin.mdx * update based on review comments * Update anatomy_of_a_plugin.mdx * Put kibanaVersion back and adjust the explanations of the fields Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
dcd628b8a3
commit
b9f398875a
17 changed files with 132 additions and 44 deletions
|
@ -1,9 +1,14 @@
|
|||
{
|
||||
"id": "embeddableExamples",
|
||||
"version": "0.0.1",
|
||||
"kibanaVersion": "kibana",
|
||||
"version": "0.0.1",
|
||||
"server": true,
|
||||
"ui": true,
|
||||
"owner": {
|
||||
"name": "App Services",
|
||||
"githubTeam": "kibana-app-services"
|
||||
},
|
||||
"description": "Example app that shows how to register custom embeddables",
|
||||
"requiredPlugins": ["embeddable", "uiActions", "savedObjects", "dashboard"],
|
||||
"optionalPlugins": [],
|
||||
"extraPublicDirs": ["public/todo", "public/hello_world", "public/todo/todo_ref_embeddable"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue