in interface class picture = schema.TextLine(title=_(u'Picture'), description=_(u'Optional picture'), required=False) in form class form_fields['picture'].custom_widget = FinderImageWidget
[gotcha]
1.1.4
------------------
- Fix bug in finder's query form serialization with special characters. [pgrunewald]
1.1.3
------------------
- Added option ``openuploadwidgetdefault`` to be able to specify if we want the upload widget to be opened by default without having to click on the 'Files quick upload' button. [gbastien]
1.1.2
------------------
- Added option ``showsearchbox`` to be able to display/hide the search box easily. [gbastien]
1.1.1
------------------
- Reapply fixes from 1.0.2 that were lost maybe in the migration to github [gotcha]
1.1.0
------------------
- Use new way to get images. Call ``/images/image/preview`` instead of ``/image_preview``. [bsuttor]
- Add implmentation of plone.app.contenttypes.content.Folder by IFinderUploadCapable. [bsuttor]
- basic support for plone.app.contenttypes images [kiorky]