Plone Add-on Gallery

collective.accordionviews

https://github.com/collective/collective.accordionviews/actions/workflows/plone-package.yml/badge.svg Coveralls https://codecov.io/gh/collective/collective.accordionviews/branch/master/graph/badge.svg Latest Version Egg Status https://img.shields.io/pypi/pyversions/collective.accordionviews.svg?style=plastic:alt:Supported-PythonVersions License

collective.accordionviews

Accordion views for Plone CMS, which can be used on Folders and Collections. This add can be a replacement from redomino.tabsandslides.

Features

  • Bootstrap based accordion view for Folder and Collection

  • Nested folders accordion view for Folder

  • Tabbed view for folders

  • Slides view for folders

Translations

This product has been translated into

  • English

  • German

Installation

Install collective.accordionviews by adding it to your buildout:

[buildout]

...

eggs =
    collective.accordionviews

and then running bin/buildout

Authors

Provided by Derico

Contributors

Put your name here, you deserve it!

  • MrTango

  • ?

Contribute

Support

If you are having issues, please let us know, by opening an issue.

License

The project is licensed under the GPLv2.

Contributors

Changelog

1.1 (2022-12-22)

  • fix accordion collapsed markers [MrTango]

1.1b4 (2022-10-31)

  • Add slideshow_view for Folder [MrTango]

1.1b3 (2022-09-28)

  • Add tabbed_view [MrTango]

1.1b2 (2022-09-15)

  • Resolve default_page if items are folder [MrTango]

1.1b1 (2022-09-15)

  • Add nested folders accordion view [MrTango]

  • optimize margins and include item description [MrTango]

1.0b1 (2022-09-14)

  • Initial release with first accordion_view. [MrTango]