mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
17 lines
No EOL
367 B
JSON
17 lines
No EOL
367 B
JSON
{
|
|
"type": "plugin",
|
|
"id": "@kbn/esql-validation-example-plugin",
|
|
"owner": "@elastic/kibana-esql",
|
|
"plugin": {
|
|
"id": "esqlValidationExample",
|
|
"server": false,
|
|
"browser": true,
|
|
"configPath": [
|
|
"esql_validation_example"
|
|
],
|
|
"requiredPlugins": [
|
|
"dataViews",
|
|
"developerExamples"
|
|
]
|
|
}
|
|
} |