Browse Source

Add help text for footnote value.

8.x-1.x
Alexander O'Neill 3 years ago
parent
commit
8ea9977217
  1. 8
      js/plugins/reference_footnotes/dialogs/footnotes.js

8
js/plugins/reference_footnotes/dialogs/footnotes.js

@ -61,7 +61,13 @@
if (isEdit) if (isEdit)
this.setValue(element.getAttribute('value')); this.setValue(element.getAttribute('value'));
} }
}
},
{
id: 'value-help',
type: 'html',
html: 'Leave blank for an automatic sequential reference number, or enter a custom footnote value',
}
], ],
} }
], ],

Loading…
Cancel
Save