Skip to content

Commit

Permalink
Extend hook_config_info for mappings.
Browse files Browse the repository at this point in the history
  • Loading branch information
laryn committed Sep 21, 2023
1 parent fe12f01 commit 27c92fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions picture.module
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ function picture_config_info() {
'label' => t('Picture settings'),
'group' => t('Configuration'),
);
$prefixes['picture.mapping'] = array(
'name_key' => 'machine_name',
'label_key' => 'title',
'group' => t('Picture Mappings'),
);
return $prefixes;
}

Expand Down

0 comments on commit 27c92fc

Please sign in to comment.