function markup_content_multigroup_allowed_widgets in Markup 6
Implements hook_content_multigroup_allowed_widgets().
File
- ./
markup.module, line 156 - Defines a field type for displaying markup on the node/edit form.
Code
function markup_content_multigroup_allowed_widgets() {
return array(
'markup',
);
}