Plone Add-on Gallery

collective.imagemaps

https://travis-ci.org/collective/collective.imagemaps.svg?branch=master Coveralls Latest Version Egg Status https://img.shields.io/pypi/pyversions/collective.imagemaps.svg?style=plastic:alt:Supported-PythonVersions License

collective.imagemaps

Provides an Image Map Behavior for Documents in Plone. The Image Map markup is inserted via ImageMapViewlet below the content body.

Installation

Install collective.imagemaps by adding it to your buildout:

[buildout]

...

eggs =
    collective.imagemaps

and then running bin/buildout

Contribute

Support

If you are having issues, please open an issue in the tracker.

License

The project is licensed under the GPLv2.

Contributors

Changelog

1.1 (2022-08-04)

  • move viewlet to IPortalFooter to avoid portaltransforms manipulating script tags [MrTango]

1.0 (2022-04-14)

  • initial final release

1.0b3 (2021-02-24)

  • Fix viewlet issue when imagemap field is None [MrTango]

1.0b2 (2021-01-26)

  • Prevent trace when imagemap behavior field does not exist on current page. [MrTango]

1.0b1 (2021-01-22)

  • Initial release. [MrTango]