An add-on for Plone that lets you hide a Document's title, summary (description), or both
Project description
.. 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.document_hide_summary
==============================================================================
Adds Document view templates that hides the title, or the summary
(description), or both the title and the summary.
Features
--------
- uninstalls cleanly
Documentation
-------------
After you activate this add-on, every page ("Document" content type)
on your site will have new Display menu choices "Hide Title", "Hide
Summary", and "Hide Title and Summary".
Beware: deactivating and/or removing this add-on will result in errors
on pages (Documents) that you set to use the "Hide Summary" view. To
fix those pages, you must invoke selectViewTemplate on each page and
specify the default document_view, e.g.
http://localhost:8080/Plone/my-page/selectViewTemplate?templateId=document_view
Alternatively, you can use the Management Interface on each such page, e.g.
http://localhost:8080/Plone/my-page/manage_propertiesForm
and delete the property named "Layout".
Translations
------------
This product has not been translated.
Installation
------------
Install collective.document_hide_summary by adding it to your buildout::
[buildout]
...
eggs =
collective.document_hide_summary
and then running ``bin/buildout``
Contribute
----------
- Issue Tracker: https://github.com/collective/collective.document_hide_summary/issues
- Source Code: https://github.com/collective/collective.document_hide_summary
License
-------
The project is licensed under the GPLv2.
Contributors
============
- T. Kim Nguyen, kim.nguyen@wildcardcorp.com
Changelog
=========
1.1.1 (2016-11-28)
----------------
- update add-on description
[tkimnguyen]
1.1 (2016-11-28)
----------------
- add views "Hide Title" and "Hide Title and Summary"
[tkimnguyen]
1.0 (2016-11-25)
----------------
- Fix PyPi trove classifier
[tkimnguyen]
- Add warning about deactivating or removing the add-on, and how to
fix pages that were set to use the Hide Summary view.
[tkimnguyen]
- Initial release.
[tkimnguyen]
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.document_hide_summary
==============================================================================
Adds Document view templates that hides the title, or the summary
(description), or both the title and the summary.
Features
--------
- uninstalls cleanly
Documentation
-------------
After you activate this add-on, every page ("Document" content type)
on your site will have new Display menu choices "Hide Title", "Hide
Summary", and "Hide Title and Summary".
Beware: deactivating and/or removing this add-on will result in errors
on pages (Documents) that you set to use the "Hide Summary" view. To
fix those pages, you must invoke selectViewTemplate on each page and
specify the default document_view, e.g.
http://localhost:8080/Plone/my-page/selectViewTemplate?templateId=document_view
Alternatively, you can use the Management Interface on each such page, e.g.
http://localhost:8080/Plone/my-page/manage_propertiesForm
and delete the property named "Layout".
Translations
------------
This product has not been translated.
Installation
------------
Install collective.document_hide_summary by adding it to your buildout::
[buildout]
...
eggs =
collective.document_hide_summary
and then running ``bin/buildout``
Contribute
----------
- Issue Tracker: https://github.com/collective/collective.document_hide_summary/issues
- Source Code: https://github.com/collective/collective.document_hide_summary
License
-------
The project is licensed under the GPLv2.
Contributors
============
- T. Kim Nguyen, kim.nguyen@wildcardcorp.com
Changelog
=========
1.1.1 (2016-11-28)
----------------
- update add-on description
[tkimnguyen]
1.1 (2016-11-28)
----------------
- add views "Hide Title" and "Hide Title and Summary"
[tkimnguyen]
1.0 (2016-11-25)
----------------
- Fix PyPi trove classifier
[tkimnguyen]
- Add warning about deactivating or removing the add-on, and how to
fix pages that were set to use the Hide Summary view.
[tkimnguyen]
- Initial release.
[tkimnguyen]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for collective.document_hide_summary-1.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f0319ce79ee0456d94ce03fc420d897f43705c18e75a55c745b53017b08c1e6 |
|
MD5 | 836302ef8c2a8bd5e36552793f9d15a3 |
|
BLAKE2b-256 | acf1b69b9d3a438db15a0f628af92256d50e60777a64484e55e05b484614e60a |