It would be great to support the FileField Sources module and let it work tandem with Image Widget Crop module.

FileField Sources provides a simple hook to enable it for other modules providing new widgets for uploading files.

/**
 * Implements hook_filefield_sources_widgets().
 */
function image_widget_crop_filefield_sources_widgets() {
  return array('image_widget_crop');
}
CommentFileSizeAuthor
#2 support_filefield_sources-2805451-2.patch417 bytesosman

Comments

osman created an issue. See original summary.

osman’s picture

Status: Active » Needs review
StatusFileSize
new417 bytes
woprrr’s picture

Hii @osman,

THANK a lot for your feedback and patch !!!
This week i ve a time to sprint on IWC issues and i review your issue first :) I come back fast with you.

woprrr’s picture

Status: Needs review » Reviewed & tested by the community

Work well :) thanks

  • woprrr committed fd57edf on 8.x-1.x authored by osman
    Issue #2805451 by osman: Support FileField Sources
    
woprrr’s picture

Status: Reviewed & tested by the community » Fixed
woprrr’s picture

Status: Fixed » Closed (fixed)