Metadata-Version: 2.1
Name: collective.abovecontenttitleportlets
Version: 1.0.0a1
Summary: Content Type to show an abovecontenttitleportlets
Home-page: https://github.com/collective/collective.abovecontenttitleportlets
Author: Maurits van Rees
Author-email: m.van.rees@zestsoftware.nl
License: GPL version 2
Project-URL: PyPI, https://pypi.org/project/collective.abovecontenttitleportlets/
Project-URL: Source, https://github.com/collective/collective.abovecontenttitleportlets
Project-URL: Tracker, https://github.com/collective/collective.abovecontenttitleportlets/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.abovecontenttitleportlets
====================================

Show portlets above the content body.


Features
--------

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

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.abovecontenttitleportlets by adding it to your buildout::

    [buildout]

    ...

    eggs =
        collective.abovecontenttitleportlets


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.abovecontenttitleportlets/issues
- Source Code: https://github.com/collective/collective.abovecontenttitleportlets


License
-------

The project is licensed under the GPLv2.


Changelog
=========


1.0.0a1 (2023-06-23)
--------------------

- Initial release.
  [mauritsvanrees]
