The resource browser and options are not made available until the Content module (from CCK) is installed. Get the browser working without CCK or make it a requirement.
The resource browser and options are not made available until the Content module (from CCK) is installed. Get the browser working without CCK or make it a requirement.
Comments
Comment #1
jmstacey commentedCommit #469214.
$type['extra'] does not exist if the content module (CCK) is not installed. Behavior has changed so that the artificial field is added if the upload module is present. This should be the only case where we have to do this from media core (I hope).
A few lines of redundant code were also thrown into a helper/private method.
Comment #2
aaron commentedAwesome! At some point, I think we'll want to do the same for node body inline and user picture uploads, but that's way out of scope for gsoc.