Revert "Chore: Wrap custom configuration in development environment check" (#70831)

This commit is contained in:
Esteban Beltran
2023-06-28 15:23:45 +03:00
committed by GitHub
parent 3e3bcf510b
commit 7237766b69
6 changed files with 2 additions and 155 deletions
@@ -1,25 +0,0 @@
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"type": "panel",
"name": "Sandbox test plugin",
"id": "sandbox-test-panel",
"info": {
"keywords": ["panel"],
"description": "",
"author": {
"name": "Grafana"
},
"logos": {
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"links": [],
"screenshots": [],
"version": "1.0.0",
"updated": "2023-06-27"
},
"dependencies": {
"grafanaDependency": ">=10.0",
"plugins": []
}
}