Skip to content

Commit 1c891d6

Browse files
feat: Allow custom user fields (#892)
1 parent 42b6f99 commit 1c891d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/editor/BlockNoteExtensions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export const getBlockNoteExtensions = <
5050
user: {
5151
name: string;
5252
color: string;
53+
[key: string]: string;
5354
};
5455
provider: any;
5556
renderCursor?: (user: any) => HTMLElement;

0 commit comments

Comments
 (0)