root/trunk/GoogleAjaxSearch/config.yaml

Revision 1291, 0.7 kB (checked in by takayama, 12 months ago)

Initial import

Line 
1id: googleajaxseach
2name: GoogleAjaxSearch
3key: googleajaxsearch
4author_link: http://www.sixapart.com/
5author_name: Six Apart, Ltd.
6description: <MT_TRANS phrase='Adds template tags to allow you to search for content from Google. You will need to configure this plugin using a <a href="http://code.google.com/apis/ajaxsearch/signup.html">license key.</a>'>
7version: 1.0
8plugin_link: http://www.sixapart.com/
9l10n_class: GoogleAjaxSearch::L10N
10
11settings:
12    google_api_key:
13        default: ''
14blog_config_template: config.tmpl
15
16tags:
17    block:
18        GoogleSearch: $googleajaxsearch::GoogleAjaxSearch::Tags::hdlr_google_search
19    function:
20        GoogleSearchResult: $googleajaxsearch::GoogleAjaxSearch::Tags::hdlr_google_search_result
Note: See TracBrowser for help on using the browser.