collective.imagemaps
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
Issue Tracker: https://github.com/collective/collective.imagemaps/issues
Source Code: https://github.com/collective/collective.imagemaps
Support
If you are having issues, please open an issue in the tracker.
License
The project is licensed under the GPLv2.
Contributors
Maik Derstappen, md@derico.de
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]