You are here

function markup_view_content_multigroup_allowed_widgets in Markup 6

Implements hook_content_multigroup_allowed_widgets().

File

contrib/markup_view/markup_view.module, line 143
Defines a field type for displaying a view on the node/edit form.

Code

function markup_view_content_multigroup_allowed_widgets() {
  return array(
    'markup_view',
  );
}