I'm working on a dexterity content type that should be able to support multiple upload of images. What I want is to be able to use something like one of the collective.plonefinder
referencewidgets.
I've looked at the examples documented for collective.plonefinder
but their widgets only seem to be archetypes compatible.
I also looked at collective.quickupload
(which provides the upload ability to collective.plonefinder
), while I can create a behaviour which marks a dexterity content type as IQuickUploadCapable
, I can't add a quickupload widget to a dexterity content type.