collective / plone.app.imagecropping

Crops Images in Plone manually using cropper JS library
https://pypi.python.org/pypi/plone.app.imagecropping
9 stars 23 forks source link

Register `plone.imagecropping` behavior in profile instead of wiring interface to class in zcml #145

Closed petschki closed 1 year ago

petschki commented 1 year ago

If you have plone.app.imagecropping in PYTHONPATH but not installed in the addons controlpanel all scales of uploaded images are missing initially. This removes the zcml registration and adds a types/Image.xml configuration with upgrade and uninstall profile.