Skip to content

Commit 7ab0fd7

Browse files
committed
Templated query names and descriptions
1 parent f29a447 commit 7ab0fd7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595
},
9696
{
9797
"queryLocation": "musicians_variables.rq",
98-
"name": "My favourite musicians (template)",
99-
"description": "A list of my favourite musicians (with variables)",
98+
"name": "Templated query about my favourite musicians",
99+
"description": "In this query you can get a list of my favourite musicians for the genre of your choice",
100100
"id": "5100",
101101
"icon": "MusicNoteIcon",
102102
"variables": {
@@ -112,8 +112,8 @@
112112
},
113113
{
114114
"queryLocation": "musicians_variables2.rq",
115-
"name": "My favourite musicians (template with two variables)",
116-
"description": "A list of my favourite musicians (with two variables)",
115+
"name": "Templated query #2 about my favourite musicians",
116+
"description": "The purpose of this query is to show an example of a templated query with more than one variable",
117117
"id": "5200",
118118
"icon": "MusicNoteIcon",
119119
"variables": {

0 commit comments

Comments
 (0)