You are here

function markup_view_content_multigroup_no_remove_widgets in Markup 6

Implements hook_content_multigroup_no_remove_widgets().

File

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

Code

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