chore: add missing headings to the rich text editor (#5135)
This commit is contained in:
parent
8771c80c9b
commit
2ee6cd20d8
10 changed files with 227 additions and 187 deletions
|
|
@ -19,12 +19,12 @@ import {
|
|||
Underline,
|
||||
} from "lucide-react";
|
||||
// editor
|
||||
import { EditorMenuItemNames } from "@plane/editor";
|
||||
import { TEditorCommands } from "@plane/editor";
|
||||
|
||||
type TEditorTypes = "lite" | "document";
|
||||
|
||||
export type ToolbarMenuItem = {
|
||||
key: EditorMenuItemNames;
|
||||
key: TEditorCommands;
|
||||
name: string;
|
||||
icon: LucideIcon;
|
||||
shortcut?: string[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue