1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-01-03 23:42:28 +03:00

Lexical: Added table creator UI

This commit is contained in:
Dan Brown
2024-06-21 16:18:44 +01:00
parent f47f7dd9d2
commit ac01c62e6e
5 changed files with 119 additions and 5 deletions

View File

@@ -236,6 +236,10 @@ export const link: EditorButtonDefinition = {
}
};
export const table: EditorBasicButtonDefinition = {
label: 'Table',
};
export const image: EditorButtonDefinition = {
label: 'Insert/Edit Image',
icon: imageIcon,