Existing Content Portlet
Project description
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.
Contributors
Markus Hilbert, markus.hilbert@iham.at
Changelog
1.0.4 (2022-03-19)
Remove problematic python_requires in setup.py. [fredvd]
1.0.3 (2022-02-20)
Use safe_text to convert to unicode for Python3. [fredvd]
1.0.2 (2019-07-25)
Fixed displayed Title in Portlet Management. [iham]
Added additional classes to rendered porlet. [agitator]
Fixed Portlet Assignment. [iham]
1.0.1 (2019-05-13)
Removed image related fields from schema. [iham]
1.0.0 (2019-05-10)
Initial release. [iham]