Metadata-Version: 2.1
Name: collective.tiles.carousel
Version: 1.0.1
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: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.7
Provides-Extra: test
License-File: LICENSE.GPL
License-File: LICENSE.rst

.. 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.0.1 (2022-08-02)
------------------

- Fix tile title/description condition.
  [petschki]


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

- Initial release.
  [agitator, petschki]
