Metadata-Version: 2.1
Name: collective.behavior.altimage
Version: 1.0.0b1
Summary: Plone behavior for adding an alternative image, next to the lead image
Home-page: https://github.com/collective/collective.behavior.altimage
Author: Maurits van Rees
Author-email: m.van.rees@zestsoftware.nl
License: GPL version 2
Description: .. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
           If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
           This text does not appear on pypi or github. It is a comment.
        
        ============================
        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
        ----------
        
        - Issue Tracker: https://github.com/collective/collective.behavior.altimage/issues
        - Source Code: https://github.com/collective/collective.behavior.altimage
        
        
        Support
        -------
        
        If you are having issues, please let us know in the issue tracker.
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Maurits van Rees, m.van.rees@zestsoftware.nl
        
        
        Changelog
        =========
        
        
        1.0.0b1 (2019-11-01)
        --------------------
        
        - Initial release.
          [mauritsvanrees]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Plone :: 5.1
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test
