Closed (fixed)
Project:
IMCE for FileField
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2013 at 13:23 UTC
Updated:
11 Sep 2013 at 17:10 UTC
There is no checkbox "Allow users to select files from IMCE File Browser for this field" on Commerce File fields. It seems the Commerce File fields are just like normal File Fields with some added functionality... Is there any way to add this?
Thanks!
Comments
Comment #1
ufku commentedYou can alter the supported widget types by defining hook_imce_filefield_supported_widgets_alter
The hook can also be defined by your theme in case it is used for node editing pages.
Comment #2
bohemier commentedThanks ufku! I have posted a feature request in the commerce file issue queue here http://drupal.org/node/1962640 with the proper code...
Works great for me!
Comment #3
ufku commented