Skip to content

Commit

Permalink
feat(editor): add footnotes
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jan 6, 2025
1 parent 37ce555 commit 8bebd0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libraries/ckeditor/ckeditor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libraries/ckeditor/ckeditor.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/public/app/widgets/attribute_widgets/attribute_editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ const editorConfig = {
'Mathematics',
'AutoformatMath',
'indentBlockShortcutPlugin',
'removeFormatLinksPlugin'
'removeFormatLinksPlugin',
'Footnotes'
],
toolbar: {
items: []
Expand Down

0 comments on commit 8bebd0a

Please sign in to comment.