@oriolrius/grafana-business-text
Version:
Data-driven text with Markdown and Handlebars support for Grafana
43 lines (42 loc) • 1.04 kB
JSON
{
"$schema": "https://github.com/grafana/grafana/raw/main/docs/sources/developers/plugins/plugin.schema.json",
"backend": true,
"executable": "gpx_business-text",
"dependencies": {
"grafanaDependency": ">=11.0.0",
"plugins": []
},
"id": "volkovlabs-text-panel",
"info": {
"author": {
"name": "Volkov Labs",
"url": "https://volkovlabs.io"
},
"description": "Data-driven text with Markdown and Handlebars support",
"keywords": ["text", "markdown", "handlebars"],
"links": [
{
"name": "Documentation",
"url": "https://volkovlabs.io/plugins/business-text/"
},
{
"name": "GitHub",
"url": "https://github.com/volkovlabs/business-text"
}
],
"logos": {
"large": "img/logo.svg",
"small": "img/logo.svg"
},
"screenshots": [
{
"name": "Panel",
"path": "img/screenshot.png"
}
],
"updated": "%TODAY%",
"version": "%VERSION%"
},
"name": "Business Text",
"type": "panel"
}