From bdde4a7178dc8de2142876ce517326150d449712 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Sat, 28 Mar 2026 11:40:10 +0000 Subject: [PATCH] keyword --- .../src/features/editor/components/slash-menu/menu-items.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/features/editor/components/slash-menu/menu-items.ts b/apps/client/src/features/editor/components/slash-menu/menu-items.ts index 1402f0153..7205874d5 100644 --- a/apps/client/src/features/editor/components/slash-menu/menu-items.ts +++ b/apps/client/src/features/editor/components/slash-menu/menu-items.ts @@ -583,7 +583,7 @@ const CommandGroups: SlashMenuGroupedItemsType = { { title: "YouTube", description: "Embed YouTube video", - searchTerms: ["youtube", "yt", "media"], + searchTerms: ["youtube", "yt", "media", "video"], icon: YoutubeIcon, command: ({ editor, range }: CommandProps) => { editor