root/branches/StyleCatcher-2.1-dev/plugins/StyleCatcher/config.yaml @ 1089

Revision 1089, 1.3 kB (checked in by mpaschal, 15 months ago)

Bump version for next release, what with the major internal change and whatnot
BugzID: 81932

Line 
1name: StyleCatcher
2id: StyleCatcher
3key: StyleCatcher
4author_link: http://www.sixapart.com/
5author_name: Six Apart, Ltd.
6description: <MT_TRANS phrase="StyleCatcher lets you easily browse through styles and then apply them to your blog in just a few clicks. To find out more about Movable Type styles, or for new sources for styles, visit the <a href='http://www.sixapart.com/movabletype/styles'>Movable Type styles</a> page.">
7version: 2.2
8doc_link: http://www.sixapart.com/movabletype/styles/
9l10n_class: StyleCatcher::L10N
10
11stylecatcher_libraries:
12    sixapart_mt4:
13        url: http://www.sixapart.com/movabletype/styles/mt4/library
14        label: MT 4 Style Library
15        description_label: A collection of styles compatible with Movable Type 4 default templates.
16        order: 1
17
18template_sets:
19    mt_blog:
20        base_css: themes-base/blog.css
21
22applications:
23    cms:
24        methods:
25            stylecatcher_theme: $StyleCatcher::StyleCatcher::CMS::view
26            stylecatcher_js: $StyleCatcher::StyleCatcher::CMS::js
27            stylecatcher_apply: $StyleCatcher::StyleCatcher::CMS::apply
28        menus:
29            design:theme:
30                label: Styles
31                order: 300
32                mode: stylecatcher_theme
33                view: blog
34                permission: edit_templates
Note: See TracBrowser for help on using the browser.