mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 13:09:22 -06:00
1373b37166
* cleanup tests * more cleanup * added links * test legacy hooks * test legacy hooks * update codeowners * revert package changes * add project specfic example script * remove console log * Update .github/CODEOWNERS Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com> * Update CODEOWNERS * use correct file names * cleanup tests --------- Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com>
68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
|
|
"type": "app",
|
|
"name": "Extensions test app",
|
|
"preload": true,
|
|
"id": "grafana-extensionstest-app",
|
|
"info": {
|
|
"keywords": ["app"],
|
|
"description": "",
|
|
"author": {
|
|
"name": "Grafana"
|
|
},
|
|
"logos": {
|
|
"small": "img/logo.svg",
|
|
"large": "img/logo.svg"
|
|
},
|
|
"screenshots": [],
|
|
"version": "%VERSION%",
|
|
"updated": "%TODAY%"
|
|
},
|
|
"includes": [
|
|
{
|
|
"type": "page",
|
|
"name": "Legacy Getters",
|
|
"path": "/a/grafana-extensionstest-app/legacy-getters",
|
|
"role": "Admin",
|
|
"addToNav": true,
|
|
"defaultNav": false
|
|
},
|
|
{
|
|
"type": "page",
|
|
"name": "Legacy Hooks",
|
|
"path": "/a/grafana-extensionstest-app/legacy-hooks",
|
|
"role": "Admin",
|
|
"addToNav": true,
|
|
"defaultNav": false
|
|
},
|
|
{
|
|
"type": "page",
|
|
"name": "Exposed components",
|
|
"path": "/a/grafana-extensionstest-app/exposed-components",
|
|
"role": "Admin",
|
|
"addToNav": true,
|
|
"defaultNav": false
|
|
},
|
|
{
|
|
"type": "page",
|
|
"name": "Added components",
|
|
"path": "/a/grafana-extensionstest-app/added-components",
|
|
"role": "Admin",
|
|
"addToNav": true,
|
|
"defaultNav": false
|
|
},
|
|
{
|
|
"type": "page",
|
|
"name": "Added links",
|
|
"path": "/a/grafana-extensionstest-app/added-links",
|
|
"role": "Admin",
|
|
"addToNav": true,
|
|
"defaultNav": false
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"grafanaDependency": ">=10.4.0",
|
|
"plugins": []
|
|
}
|
|
}
|