Skip to content

Commit

Permalink
Issue #38: ensure label_element is defined for details (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
herbdool authored Feb 20, 2024
1 parent 8b909f6 commit 5483663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion field_group.groups.inc
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function field_group_field_group_formatter_info() {
'label' => t('Details'),
'description' => t('This fieldgroup renders the inner content in a Details element with the title as summary.'),
'format_types' => array('open', 'closed'),
'instance_settings' => array('description' => '', 'classes' => '', 'required_fields' => 1, 'id' => ''),
'instance_settings' => array('description' => '', 'label_element' => 'span', 'classes' => '', 'required_fields' => 1, 'id' => ''),
'default_formatter' => 'closed',
),
'tabs' => array(
Expand Down

0 comments on commit 5483663

Please sign in to comment.