mirror of
https://github.com/docmost/docmost.git
synced 2026-05-16 14:14:06 +08:00
1f4bd129a8
* add callout, youtube embed, image, video, table, detail, math * fix attachments module * other fixes
8 lines
183 B
TypeScript
8 lines
183 B
TypeScript
import TiptapTable from "@tiptap/extension-table";
|
|
|
|
export const Table = TiptapTable.configure({
|
|
resizable: true,
|
|
lastColumnResizable: false,
|
|
allowTableNodeSelection: true,
|
|
});
|