chore: remove description
This commit is contained in:
parent
508db52021
commit
c87e721637
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ class ReferenceContainerSettingsGroup extends SettingsGroup {
|
||||||
const COMBINE_IDENTICAL_FOOTNOTES = array(
|
const COMBINE_IDENTICAL_FOOTNOTES = array(
|
||||||
'key' => 'footnote_inputfield_combine_identical',
|
'key' => 'footnote_inputfield_combine_identical',
|
||||||
'name' => 'Combine Identical Footnotes',
|
'name' => 'Combine Identical Footnotes',
|
||||||
'description' => 'Whether to combine identical footnotes.',
|
|
||||||
'default_value' => true,
|
'default_value' => true,
|
||||||
'type' => 'boolean',
|
'type' => 'boolean',
|
||||||
'input_type' => 'checkbox'
|
'input_type' => 'checkbox'
|
||||||
|
|
Reference in a new issue