what about having Field Groups for the Manage layout with Views displays.

i noticed

  // Deny access to field_group if it exists.
  if (module_exists('field_group')) {
    unset($build['fields']['_add_new_group']);
  }

Comments

swentel’s picture

Status: Active » Closed (won't fix)

Sorry, it's simply to hard to make that work - also because views displays are a non fieldable entity (technical they are not even an entity anyway, I'm creating an entity on behalf of views which is not the nicest thing todo in the first place)

jummonk’s picture

Too bad, it would be 'retecool' though.