diff --git a/src/editor/index.js b/src/editor/index.js index 1988b0f..bdbcb78 100644 --- a/src/editor/index.js +++ b/src/editor/index.js @@ -27,6 +27,7 @@ const messages = defineMessages({ export default function install(config) { const opts = { + title: 'Footnote', pluginId: FOOTNOTE, elementType: FOOTNOTE, element: FootnoteElement,