Skip to content

Commit

Permalink
Merge pull request #3693 from kualta/patch-1
Browse files Browse the repository at this point in the history
fix collaboration.mdx code example
  • Loading branch information
zbeyens authored Oct 31, 2024
2 parents 8ccb65c + 9900152 commit 8f5d4f4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions apps/www/content/docs/collaboration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ const editor = createPlateEditor({
plugins: [
// ...otherPlugins,
YjsPlugin.configure({
hocuspocusProviderOptions: {
url: 'https://hocuspocus.test/hocuspocus',
name: 'test',
options: {
hocuspocusProviderOptions: {
url: "https://hocuspocus.test/hocuspocus",
name: "test",
}
},
}),
]
Expand Down

0 comments on commit 8f5d4f4

Please sign in to comment.