diff --git a/frontend/js/components/WysiwygTiptap.vue b/frontend/js/components/WysiwygTiptap.vue index ba3b85b1b..433d53af9 100755 --- a/frontend/js/components/WysiwygTiptap.vue +++ b/frontend/js/components/WysiwygTiptap.vue @@ -630,6 +630,7 @@ code: this.toolbar.code ?? false, codeBlock: this.toolbar.codeBlock ?? false, horizontalRule: this.toolbar.hr ?? false, + heading: this.toolbar.header ? { levels: this.headingOptions } : false, })) this.editor = new Editor({