Skip to content

Commit

Permalink
Merge pull request #1389 from jonathanmach/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
philippkuehn authored May 28, 2021
2 parents 13d9ffd + e7fefff commit 72805d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docPages/overview/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ new Editor({
})
```

And we removed some settings: `dropCursor`, `enableDropCursor`, and `enableGapCursor`. Those are separate extensions now: [`Dropcursor`](/api/extensions/dropcursor) and [`Gapcursor`](/api/extensions/gapcursor). You probably want to load them, but if you don’t just ignore me.
And we removed some settings: `dropCursor`, `enableDropCursor`, and `enableGapCursor`. Those are separate extensions now: [`Dropcursor`](/api/extensions/dropcursor) and [`Gapcursor`](/api/extensions/gapcursor). You probably want to load them, but if you don’t, just ignore this.

### New names for most extensions
We switched to lowerCamelCase, so there’s a lot type names that changed. If you stored your content as JSON you need to loop through it and rename them. Sorry for that one.
Expand Down

0 comments on commit 72805d5

Please sign in to comment.