Adds portlet columns as footer to Plone.
Project description
Introduction
ftw.footer provides a viewlet, which shows 1 - 4 contextual portlet columns.
Installation
Add ftw.footer to your buildout configuration:
[instance] eggs += ftw.footer
Run bin/buildout
Install the generic import profile.
Configuration
The amount of portlet columns in the footer can be configured in the portal_registry option IFooterSettings.columns_count.
Up to four columns are currently supported.
Screenshot
The screenshot is created with plonetheme.onegov.
Links
Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.footer
Copyright
This package is copyright by 4teamwork.
ftw.footer is licensed under GNU General Public License, version 2.
Changelog
1.0.3 (2015-09-02)
Define resources for ftw.theming. [Kevin bieri]
1.0.2 (2014-12-23)
Do not redirect to manage-footer view after modifying regular portlet managers. [mathias.leimgruber]
1.0.1 (2014-12-02)
Stay on the footer management view after modifying the portlet blacklist status. [mbaechtold]
1.0.0 (2013-09-24)
Initial release