Skip to main content

Make highlighting PloneGlossary terms optional per page or folder.

Project description

Introduction

This is an extra package for Products.PloneGlossary. It adds a field highlight to content types in your site. With that field you can specify for a page whether terms on it should be highlighted. Values can be yes, no, or use the value of the parent (which is the default).

Support for Archetypes has been there since the first release (with archetypes.schemaextender). Support for Dexterity has been there since release 2.0.0 (with plone.behavior and plone.dexterity).

Installation

  • Add it to the eggs option of the zope instance in your buildout.

    • When you want Archetypes support, please use zest.ploneglossaryhighlight[archetypes].

    • When you want Dexterity support, please use zest.ploneglossaryhighlight[dexterity].

    • Or use both: zest.ploneglossaryhighlight[archetypes, dexterity].

  • Run buildout and restart your Zope instance.

  • Go to the Add-ons control panel in Plone.

  • Install PloneGlossary.

  • Install zest.ploneglossaryhighlight.

Compatibility

  • Requires Products.PloneGlossary 1.5.0 or later. Tested with latest 1.7.3.

  • Tested with Plone 4.3 on Python 2.7. Current latest release of PloneGlossary does not work on Plone 5.

Changelog

2.0.0 (2019-04-26)

  • Added Dexterity support in a [dexterity] extra requirement in setup.py. This has plone.behavior and plone.dexterity as dependencies. [maurits]

  • Moved Archetypes support to an [archetypes] extra requirement in setup.py. This has archetypes.schemaextender as dependency. [maurits]

  • Register the default adapter only for Archetypes base content, instead of everything. [maurits]

  • Test only with Python 2.7 and Plone 4.3. [maurits]

1.0 (2011-11-24)

  • Initial release [maurits]

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

zest.ploneglossaryhighlight-2.0.0.tar.gz (16.3 kB view hashes)

Uploaded Source

Built Distribution

zest.ploneglossaryhighlight-2.0.0-py2-none-any.whl (14.9 kB view hashes)

Uploaded Python 2

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