You are here

function fiu_imce_supported_widgets_alter in Fine Image Upload 8.2

Same name and namespace in other branches
  1. 8 fiu.module \fiu_imce_supported_widgets_alter()

Add new supported IMCE widget.

File

./fiu.module, line 34

Code

function fiu_imce_supported_widgets_alter(&$widgets) {
  $widgets[] = 'fine_image';
}