Skip to content

Commit

Permalink
Merge pull request #6 from jenlampton/5-config-imp
Browse files Browse the repository at this point in the history
Issue #5: Fix issue with config imports not matching defined name_key.
  • Loading branch information
herbdool authored Dec 2, 2018
2 parents 732af40 + 184d18d commit b3cfaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion field_group.module
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
function field_group_config_info() {
$prefixes['field_group.field_group'] = array(
'name_key' => array('group_name', 'entity_type', 'bundle', 'mode'),
'name_key' => array('entity_type', 'bundle', 'mode', 'group_name'),
'label_callback' => 'field_group_config_label',
'group' => t('Field groups'),
);
Expand Down

0 comments on commit b3cfaee

Please sign in to comment.