mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 23:15:15 +08:00
docs: add missing includeChildren option
This commit is contained in:
parent
926dfda7bc
commit
4a135b2290
@ -85,6 +85,17 @@ Placeholder.configure({
|
||||
})
|
||||
```
|
||||
|
||||
### includeChildren
|
||||
Show decorations also for nested nodes.
|
||||
|
||||
Default: `false`
|
||||
|
||||
```js
|
||||
Placeholder.configure({
|
||||
includeChildren: true
|
||||
})
|
||||
```
|
||||
|
||||
|
||||
## Source code
|
||||
[packages/extension-placeholder/](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-placeholder/)
|
||||
|
Loading…
Reference in New Issue
Block a user