diff --git a/resources/js/components/fieldtypes/bard/BardFieldtype.vue b/resources/js/components/fieldtypes/bard/BardFieldtype.vue
index 98585b74f1..2e7c1b96dc 100644
--- a/resources/js/components/fieldtypes/bard/BardFieldtype.vue
+++ b/resources/js/components/fieldtypes/bard/BardFieldtype.vue
@@ -31,9 +31,6 @@
:config="config"
:bard="_self"
:editor="editor" />
-
@@ -49,9 +46,6 @@
:config="config"
:bard="_self"
:editor="editor" />
-
@@ -370,6 +364,12 @@ export default {
visibleWhenReadOnly: true,
visible: this.config.fullscreen,
},
+ {
+ title: __('Show HTML Source'),
+ run: () => this.showSource = !this.showSource,
+ visibleWhenReadOnly: true,
+ visible: this.allowSource,
+ },
];
},