Extend plone.app.registry by implementing IRegistry with an adapter on context
Project description
Introduction
This add-on extends plone.app.registry by adding a contextual registry which can be used over any object. It has been created to store view configuration throw the add-on collective.configviews 2.X
How to use this add-on
As a developer you can get the IRegistry adapter from a content object and next use it as you want to get/set your configuration stuff.
As a content administrator you can manage the configuration stored in a content
by calling the view
How to install
Please follow the official documentation.
Credits
Changelog
1.0 (2012-01-30)
Initial release