Skip to main content

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]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.document_hide_summary-1.1.1.tar.gz (16.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page