Needs review
Project:
Hidden Widget
Version:
6.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Jul 2011 at 12:01 UTC
Updated:
26 Jul 2011 at 12:01 UTC
Hidden fields are fully compatible with multigroup, but to work, module must implement hook_content_multigroup_allowed_widgets.
Please add this to module, so when new CCK will come your module will work as expected.
/**
* Implements hook_content_multigroup_allowed_widgets().
*/
function hidden_widget_content_multigroup_allowed_widgets() {
return array('hidden');
}