Docs: Add whats new 7.4 links (#30463)

* Update whats-new-in-v7-4.md

* Update add-query-editor-help.md

* Update whats-new-in-v7-4.md

* Update docs/sources/whatsnew/whats-new-in-v7-4.md

Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>

Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
This commit is contained in:
Diana Payton
2021-01-20 14:24:14 -08:00
committed by GitHub
parent 689f6849f4
commit e25458bb6f
2 changed files with 16 additions and 3 deletions

View File

@ -1,4 +1,8 @@
## Add a query editor help component
+++
title = "Add query editor help"
+++
# Add a query editor help component
By adding a help component to your plugin, you can for example create "cheat sheets" with commonly used queries. When the user clicks on one of the examples, it automatically updates the query editor. It's a great way to increase productivity for your users.