collective.behavior.altimage

Plone behavior for adding an alternative image, next to the lead image


Keywords
Python, Plone
License
CNRI-Python-GPL-Compatible
Install
pip install collective.behavior.altimage==1.0.0b1

Documentation

collective.behavior.altimage

Behavior for having an alternative image. Useful for having for example a lead image that you use in listings, and an alternative image that you use in the page header.

Installation

Install collective.behavior.altimage by adding it to your buildout:

[buildout]

...

eggs =
    collective.behavior.altimage

and then running bin/buildout

Contribute

Support

If you are having issues, please let us know in the issue tracker.

License

The project is licensed under the GPLv2.