mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Jean-Louis Leysens <jloleysens@gmail.com>
13 lines
357 B
JSON
13 lines
357 B
JSON
{
|
|
"type": "plugin",
|
|
"id": "@kbn/feature-flags-example-plugin",
|
|
"owner": "@elastic/kibana-core",
|
|
"description": "Plugin that shows how to make use of the feature flags core service.",
|
|
"plugin": {
|
|
"id": "featureFlagsExample",
|
|
"server": true,
|
|
"browser": true,
|
|
"requiredPlugins": ["developerExamples"],
|
|
"optionalPlugins": []
|
|
}
|
|
}
|