Browse Source

Add HTML help to footnotes box.

8.x-1.x
Alexander O'Neill 6 years ago
parent
commit
1aa85ca327
  1. 5
      js/plugins/reference_footnotes/dialogs/footnotes.js

5
js/plugins/reference_footnotes/dialogs/footnotes.js

@ -34,6 +34,11 @@
}
}
},
{
id: 'html-help',
type: 'html',
html: 'HTML tags can be used, e.g., <strong>, <em>, <a href="...">',
},
{
id: 'page',
type: 'text',

Loading…
Cancel
Save