The setting 'Enable menu for this group' is now injected into the node edit form using hook_form_node_form_alter(). This is not ideal since the placement of the setting cannot be changed by the user. Depending on the weight of the other fields on the page it might for example appear right at the top of the node form:

Screenshot of settings field at the top of the node edit form

It would be nice if this setting would appear amongst the other fields in the 'Manage Fields' form of a content type so that the user can position it at will using drag and drop. This can be done with hook_field_extra_fields_alter().

You can find a nice example on how to do this in the Pathauto module.

CommentFileSizeAuthor
og_menu_settings_field_screenshot.png11.58 KBpfrenssen
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rv0’s picture

Category: bug » feature
rv0’s picture

Status: Active » Postponed
rv0’s picture

Status: Postponed » Closed (fixed)

Sorry for the late follow up, but I just committed this change.