How to remove/modify the description of the plugin?

Hello,

I’m currently using Grafana plugin tools to create a plugin.

I’ve set up name, org, description and others following the prompts after the very first command

npx @grafana/create-plugin@latest

I’m working on the plugin for a while now. However, I want to change the description of my plugin. Searched many places, still couldn’t find where the initial settings of the plugin are. Any suggestions how i can change the description?

Thank you!

Hey @huiminmu - you can change it by editing the content in src/plugin.json and the “description” field.

Here’s the reference for the plugin.json in our docs - plugin.json | Grafana documentation

1 Like

Hello @davidharris - Thank you so much for your help! It works now.

No problem at all - best of luck!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.