We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
editor.editable
editor.isEditable
1 parent 73860ea commit 2b10169Copy full SHA for 2b10169
docs/content/docs/reference/editor/overview.mdx
@@ -10,10 +10,10 @@ The BlockNote editor API is a comprehensive set of functions and methods that al
10
11
## Editable
12
13
-The editor is editable by default, but you can make it read-only by setting the `editable` property to `false`.
+The editor is editable by default, but you can make it read-only by setting the `isEditable` property to `false`.
14
15
```ts
16
-editor.editable = false;
+editor.isEditable = false;
17
```
18
19
## Focus
0 commit comments