docs: update content

This commit is contained in:
Hans Pagel
2021-02-08 17:39:50 +01:00
parent 3e9a68cb35
commit d9ef464c45
12 changed files with 50 additions and 20 deletions

View File

@@ -222,9 +222,7 @@ Node.create({
```
#### Allow gap cursor
TODO
> If its true, gap cursor are allowed everywhere in that node, if its false they are never allowed.
The [`Gapcursor`](/api/extensions/gapcursor) extension registers a new schema attribute to control if gap cursors are allowed everywhere in that node.
```js
Node.create({
@@ -233,7 +231,7 @@ Node.create({
```
#### Table roles
TODO
The [`Table`](/api/extensions/table) extension registers a new schema attribute to configure which role an Node has. Allowed values are `table`, `row`, `cell`, and `header_cell`.
```js
Node.create({