collective.portlet.existingcontent

Existing Content Portlet


Keywords
Python, Plone
License
CNRI-Python-GPL-Compatible
Install
pip install collective.portlet.existingcontent==1.0.4

Documentation

collective.portlet.existingcontent

Allows to show data of an existing content object (Document) inside a portlet.

Features:

  • add & change "Existing Content" Portlet.
  • relate to Document object.
  • allow/disallow display of the Document title
  • allow/disallow display of the Document description
  • allow/disallow display of the Document text

Todo:

  • allow/disallow display of the Document leadimage
  • control which content types are allowed

Translations

This product has been translated into

  • English
  • German

Installation

Install collective.portlet.existingcontent by adding it to your buildout:

[buildout]

...

eggs =
    collective.portlet.existingcontent

and then running bin/buildout

Support & Contribute

If you are having issues, please let us know.

License

The project is licensed under the GPLv2.