Skip to content

Commit

Permalink
chore: remove unsupported option
Browse files Browse the repository at this point in the history
  • Loading branch information
nperez0111 committed Jul 18, 2024
1 parent d1c9c30 commit aef4d84
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/content/editor/extensions/functionality/placeholder.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,18 +113,6 @@ Placeholder.configure({
})
```

### considerAnyAsEmpty

Consider any node that is not a leaf or atom as empty for the editor empty check.

Default: `false`

```js
Placeholder.configure({
considerAnyAsEmpty: true,
})
```

### showOnlyWhenEditable

Show decorations only when editor is editable.
Expand Down

0 comments on commit aef4d84

Please sign in to comment.