does not support custom imagefield widgets
hefox - August 18, 2009 - 06:43
| Project: | Imagefield Import |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | wulff |
| Status: | fixed |
Jump to:
Description
for example imagefield_crop_widget
line 299
<?php
if ($field['type']== 'filefield' and
$field['widget']['type']=='imagefield_widget'
?>I'd just get rid of the later and let people have the choice to do any file field.

#1
Makes sense to support other widget types. Thanks for pointing this out.
#2
This functionality has been added to the latest development version.