Get your own customer support community
 

Can't add description to commands generated from search boxes or bookmarklets

When I create a new command using create-search-command or create-bookmarklet-command, I can go into the command editor to add icons or change the commands' names, but I can't add a description.

For instance, my Pandora.com search command looks like this:

// generated by create search command
CmdUtils.makeSearchCommand({
name: "pandora search",
url: "http://www.pandora.com/backstage?type=all&q={QUERY}",
icon: "http://www.pandora.com/favicon.ico",
description: "Searches Pandora.com for a track or artist"
});

However, when I use the command, that description--"Searches Pandora.com for a track or artist"--never appears.

Not really a huge deal, but I have so many of these search and bookmarklet commands that sometimes I forget what they search for. Is this a bug, or am I just doing it wrong?
 
indifferent I’m vexed
Inappropriate?
1 person has this problem

User_default_medium