public
Description: This contains various plugins for Feather
Clone URL: git://github.com/eldiablo/feather-plugins.git
Click here to lend your support to: feather-plugins and make a donation at www.pledgie.com !
feather-plugins / feather-sidebar / manifest.yml
100644 31 lines (31 sloc) 0.947 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
plugin:
    name: feather-sidebar
    author: Michael Leung
    version: 1.0
    homepage: http://featherblog.com
    about: This plugin provides the ability to create arbitrary sidebar links.
    contents:
        .:
            - init.rb
            - install.rb
        controllers:
            .:
                - sidebar_groups.rb
        models:
            .:
                - sidebar_group.rb
        views:
            .:
                admin:
                    .:
                        sidebar_groups:
                            .:
                                - _form.html.erb
                                - _sidebar_group.html.erb
                                - edit.html.erb
                                - index.html.erb
                                - new.html.erb
                                - show.html.erb
                sidebar:
                    .:
                        - _sidebar_groups.html.erb