We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
drupal-search-url
1 parent 0eac307 commit 31c2b67Copy full SHA for 31c2b67
drupal-mode.el
@@ -98,6 +98,7 @@ whitespace at the end."
98
%s is the search term."
99
:type '(choice (const :tag "Api.drupal.org" "http://api.drupal.org/api/search/%v/%s")
100
(const :tag "Api.drupalcontrib.org" "http://api.drupalcontrib.org/api/search/%v/%s")
101
+ (const :tag "Api.drupalize.me" "http://api.drupalize.me/api/search/%v/%s")
102
(string :tag "Other" "http://example.com/api/search/%v/%s"))
103
:link '(url-link :tag "api.drupalcontrib.org" "http://api.drupalcontrib.org")
104
:link '(url-link :tag "api.drupal.org" "http://api.drupal.org")
0 commit comments