From 18937265a0ec2248278ae252da8048741fd7229a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Thu, 20 Dec 2018 08:21:21 +0100 Subject: [PATCH] add dropCursor to readme --- README.md | 1 + 1 file changed, 1 insertion(+) 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. |