diff --git a/src/components/Editor/MarkdownContentEditor.vue b/src/components/Editor/MarkdownContentEditor.vue index af2128cc4e3..992a83c578d 100644 --- a/src/components/Editor/MarkdownContentEditor.vue +++ b/src/components/Editor/MarkdownContentEditor.vue @@ -8,10 +8,12 @@ :show-outline-outside="showOutlineOutside" @outline-toggled="outlineToggled"> - - - - + @@ -75,6 +77,10 @@ export default { type: String, default: null, }, + showMenuBar: { + type: Boolean, + default: true, + }, showOutlineOutside: { type: Boolean, default: false, @@ -175,6 +181,7 @@ export default { } - diff --git a/src/components/ViewerComponent.vue b/src/components/ViewerComponent.vue index b8d359cf5c4..3b4a8c254fb 100644 --- a/src/components/ViewerComponent.vue +++ b/src/components/ViewerComponent.vue @@ -17,7 +17,7 @@ id="editor-container" data-text-el="editor-container" class="text-editor source-viewer"> - + {{ t('text', 'Edit') }}