Skip to content

Commit

Permalink
Issue #6: Setting "Collapse all tabs by default" has a wrong descript…
Browse files Browse the repository at this point in the history
…ion (#7)
  • Loading branch information
olafgrabienski committed Jun 22, 2023
1 parent 5b0dd4d commit 68b78d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckeditor_accordion.module
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ function ckeditor_accordion_admin() {
'#type' => 'checkbox',
'#title' => t('Collapse all tabs by default'),
'#default_value' => config_get('ckeditor_accordion.settings', 'ckeditor_accordion_collapsed'),
'#description' => t("The maximum number of links to display in the block."),
);

return system_settings_form($form);
Expand Down

0 comments on commit 68b78d3

Please sign in to comment.