I am trying to get this to work on plone 6.0.14, but am getting an error:
ImportError: cannot import name 'implements' from 'zope.interface' (/home/padmin/training/contact-test/backend/.venv/lib/python3.12/site-packages/zope/interface/init.py)
I have created a brand new project using cookieplone and did the usual make install, make backend-start.
This is working fine.
Now adding collective.contact.core to the mx.ini and instance.yaml and running make backend-build is running fine.
Then, I want to fire up the backend to make use of the contact addon and get the error.
Is this addon at all compatible with plone 6.0?
The features are exactly what I am looking for.