mirror of
https://github.com/docmost/docmost.git
synced 2026-05-24 19:32:45 +08:00
keyword
This commit is contained in:
@@ -583,7 +583,7 @@ const CommandGroups: SlashMenuGroupedItemsType = {
|
|||||||
{
|
{
|
||||||
title: "YouTube",
|
title: "YouTube",
|
||||||
description: "Embed YouTube video",
|
description: "Embed YouTube video",
|
||||||
searchTerms: ["youtube", "yt", "media"],
|
searchTerms: ["youtube", "yt", "media", "video"],
|
||||||
icon: YoutubeIcon,
|
icon: YoutubeIcon,
|
||||||
command: ({ editor, range }: CommandProps) => {
|
command: ({ editor, range }: CommandProps) => {
|
||||||
editor
|
editor
|
||||||
|
|||||||
Reference in New Issue
Block a user