> In very general terms, what needs to be done to a plugin to make it
> appear in Extras?

        Slim::Control::Jive::registerPluginMenu([ {
                stringToken    => 'PLUGIN_GALLERY',
                weight         => 30,
                id             => 'gallery',
                node           => 'extras',
                'icon-id'      => 
Plugins::Gallery::Plugin->_pluginDataFor('icon'),
                actions => {
                        go => {
                                cmd => [ 'gallery', 'items' ],
                                params => {
                                        menu => 'gallery',
                                }
                        },
                },
        } ]);



-- 

Michael
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to