function fiu_imce_supported_widgets_alter in Fine Image Upload 8
Same name and namespace in other branches
- 8.2 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';
}