Metadata-Version: 2.2
Name: collective.tiles.carousel
Version: 1.1.2
Summary: Slider for plone.app.mosaic based on Bootstrap 5
Home-page: https://github.com/collective/collective.tiles.carousel
Author: Peter Holzer
Author-email: peter.holzer@agitator.com
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/collective.tiles.carousel
Project-URL: Source, https://github.com/collective/collective.tiles.carousel
Project-URL: Tracker, https://github.com/collective/collective.tiles.carousel/issues
Keywords: Python Plone CMS
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 6.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.8
License-File: LICENSE.GPL
License-File: LICENSE.rst
Requires-Dist: setuptools
Requires-Dist: Products.GenericSetup
Requires-Dist: plone.app.contenttypes
Requires-Dist: plone.app.querystring
Requires-Dist: plone.app.mosaic
Requires-Dist: plone.app.tiles
Requires-Dist: plone.app.z3cform
Requires-Dist: plone.autoform
Requires-Dist: plone.base
Requires-Dist: plone.dexterity
Requires-Dist: plone.memoize
Requires-Dist: plone.supermodel
Requires-Dist: plone.tiles
Requires-Dist: plone.api
Requires-Dist: z3c.relationfield
Provides-Extra: test
Requires-Dist: plone.app.dexterity; extra == "test"
Requires-Dist: plone.app.testing; extra == "test"
Requires-Dist: plone.browserlayer; extra == "test"
Requires-Dist: plone.testing; extra == "test"
Requires-Dist: plone.app.robotframework[debug]; extra == "test"
Requires-Dist: robotsuite; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

.. 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.

.. image:: https://github.com/collective/collective.tiles.carousel/actions/workflows/main.yml/badge.svg
    :target: https://github.com/collective/collective.tiles.carousel.git

.. image:: https://img.shields.io/pypi/v/collective.tiles.carousel.svg
    :target: https://pypi.python.org/pypi/collective.tiles.carousel/
    :alt: Latest Version


================================
collective.tiles.carousel
================================

A slider tile for plone.app.mosaic based on the carousel component of Bootstrap 5.


Installation
------------

Install collective.tiles.carousel by adding it to your buildout::

    [buildout]

    ...

    eggs =
        collective.tiles.carousel


and then running ``bin/buildout``


Contribute
----------

- Issue Tracker: https://github.com/collective/collective.tiles.carousel/issues
- Source Code: https://github.com/collective/collective.tiles.carousel
- Documentation: https://docs.plone.org/foo/bar


License
-------

The project is licensed under the GPLv2.


Contributors
============

- Peter Holzer, peter.holzer@agitator.com
- Peter Mathis, peter.mathis@kombinat.at


Changelog
=========


1.1.2 (2025-07-17)
------------------

- Fix "sort_on" values in query. @petschki


1.1.1 (2025-05-09)
------------------

- Show indicators and controls only if there are more than one slide.
  [petschki]

- Improve result calculation.
  [petschki]


1.1.0 (2024-12-12)
------------------

- Use new `ContentBrowserWidget` for Plone 6.1.
  [petschki]


1.0.4 (2024-05-02)
------------------

- Fix ``limit``.
  [petschki]

- code cleanup.
  [petschki]


1.0.3 (2023-11-03)
------------------

- Fix carousel speed "0" to stop autoplay.
  [petschki]

- Fix image cropping when activated.
  [petschki]

- configure with `plone/meta`.
  [petschki]


1.0.2 (2023-09-21)
------------------

- Update indicators markup to Bootstrap 5.x
  [petschki]


1.0.1 (2022-08-02)
------------------

- Fix tile title/description condition.
  [petschki]


1.0.0 (2022-08-01)
------------------

- Initial release.
  [agitator, petschki]
