chore: remove description

This commit is contained in:
Ben Goldsworthy 2021-08-02 22:35:28 +01:00
parent 508db52021
commit c87e721637

View file

@ -45,7 +45,6 @@ class ReferenceContainerSettingsGroup extends SettingsGroup {
const COMBINE_IDENTICAL_FOOTNOTES = array(
'key' => 'footnote_inputfield_combine_identical',
'name' => 'Combine Identical Footnotes',
'description' => 'Whether to combine identical footnotes.',
'default_value' => true,
'type' => 'boolean',
'input_type' => 'checkbox'