diff --git a/README.md b/README.md index 2ba4fe28..27736cb4 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ useBuiltInExtensions | `editable` | `Boolean` | `true` | When set to `false` the editor is read-only. | | `extensions` | `Array` | `[]` | A list of extensions used, by the editor. This can be `Nodes`, `Marks` or `Plugins`. | | `useBuiltInExtensions` | `Boolean` | `true` | By default tiptap adds a `Doc`, `Paragraph` and `Text` node to the Prosemirror schema. | +| `dropCursor` | `Object` | `{}` | Config for `prosemirror-dropcursor`. | | `onInit` | `Function` | `undefined` | This will return an Object with the current `state` and `view` of Prosemirror on init. | | `onFocus` | `Function` | `undefined` | This will return an Object with the `event` and current `state` and `view` of Prosemirror on focus. | | `onBlur` | `Function` | `undefined` | This will return an Object with the `event` and current `state` and `view` of Prosemirror on blur. |