Metadata-Version: 2.1
Name: collective.belowcontentportlets
Version: 1.0.0a1
Summary: Content Type to show an belowcontentportlets
Home-page: https://github.com/collective/collective.belowcontentportlets
Author: Maurits van Rees
Author-email: m.van.rees@zestsoftware.nl
License: GPL version 2
Project-URL: PyPI, https://pypi.org/project/collective.belowcontentportlets/
Project-URL: Source, https://github.com/collective/collective.belowcontentportlets
Project-URL: Tracker, https://github.com/collective/collective.belowcontentportlets/issues
Keywords: Python Plone CMS
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 5.2
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
Provides-Extra: test
Requires-Dist: plone.app.testing ; extra == 'test'
Requires-Dist: plone.api ; extra == 'test'
Requires-Dist: plone.testing ; extra == 'test'

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

Show portlets below the content.


Features
--------

- Plone 6 has left/right/footer portlets.  This package adds below content portlets.
- They show above the title.

If you want a portlet slot above the content title instead,
use `collective.abovecontenttitleportlets <https://github.com/collective/collective.abovecontenttitleportlets>`_.

If you want a portlet slot between the content title/description and the content instead,
use `collective.abovecontentbodyportlets <https://github.com/collective/collective.abovecontentbodyportlets>`_.


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

Install collective.belowcontentportlets by adding it to your buildout::

    [buildout]

    ...

    eggs =
        collective.belowcontentportlets


and then running ``bin/buildout``, starting Plone, and activating it in the Modules control panel.


Contributors
------------

Put your name here, you deserve it!

- Maurits van Rees


Contribute
----------

- Issue Tracker: https://github.com/collective/collective.belowcontentportlets/issues
- Source Code: https://github.com/collective/collective.belowcontentportlets


License
-------

The project is licensed under the GPLv2.


Changelog
=========


1.0.0a1 (2023-06-28)
--------------------

- Initial release.  Adapted from ``collective.abovecontenttitleportlets``.
  [mauritsvanrees]
