mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
add descriptions to plugin manifests (#111306)
This commit is contained in:
parent
5e5dd07470
commit
95b88cc2fe
7 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
"name": "App Services",
|
||||
"githubTeam": "kibana-app-services"
|
||||
},
|
||||
"description": "Adds embeddables service to Kibana",
|
||||
"requiredPlugins": ["inspector", "uiActions"],
|
||||
"extraPublicDirs": ["public/lib/test_samples", "common"],
|
||||
"requiredBundles": ["savedObjects", "kibanaReact", "kibanaUtils"]
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"name": "App Services",
|
||||
"githubTeam": "kibana-app-services"
|
||||
},
|
||||
"description": "Adds expression runtime to Kibana",
|
||||
"extraPublicDirs": ["common", "common/fonts"],
|
||||
"requiredBundles": ["kibanaUtils", "inspector"]
|
||||
}
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"name": "App Services",
|
||||
"githubTeam": "kibana-app-services"
|
||||
},
|
||||
"description": "Adds URL Service and sharing capabilities to Kibana",
|
||||
"requiredBundles": ["kibanaUtils"],
|
||||
"optionalPlugins": ["securityOss"]
|
||||
}
|
||||
|
|
|
@ -7,5 +7,6 @@
|
|||
"name": "App Services",
|
||||
"githubTeam": "kibana-app-services"
|
||||
},
|
||||
"description": "Adds UI Actions service to Kibana",
|
||||
"requiredBundles": ["kibanaUtils", "kibanaReact"]
|
||||
}
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"name": "App Services",
|
||||
"githubTeam": "kibana-app-services"
|
||||
},
|
||||
"description": "Adds drilldown implementations to Kibana",
|
||||
"requiredPlugins": ["embeddable", "uiActions", "uiActionsEnhanced"],
|
||||
"requiredBundles": ["kibanaUtils", "kibanaReact"]
|
||||
}
|
||||
|
|
|
@ -7,5 +7,6 @@
|
|||
"name": "App Services",
|
||||
"githubTeam": "kibana-app-services"
|
||||
},
|
||||
"description": "Extends embeddable plugin with more functionality",
|
||||
"requiredPlugins": ["embeddable", "kibanaReact", "uiActions", "uiActionsEnhanced"]
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"name": "Kibana App Services",
|
||||
"githubTeam": "kibana-app-services"
|
||||
},
|
||||
"description": "Extends UI Actions plugin with more functionality",
|
||||
"version": "kibana",
|
||||
"configPath": ["xpack", "ui_actions_enhanced"],
|
||||
"server": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue